img_txt.wxss 2.4 KB
page {
  padding-bottom: 110rpx;
}

.main {
  margin: 24rpx 32rpx;
}

.top_img {
  height: 450rpx;
  overflow: hidden;
}

.top_img image {
  width: 100%;
  height: 100%;
  display: block;
}

.text_title {
  text-align: center;
  color: #292929;
  font-size: 32rpx;
  font-weight: bold;
  padding: 24rpx 0 10rpx 0;
}

.text_content {
  /* text-indent: 50rpx; *//* color:#666666;
 font-size:26rpx; *//* line-height: 46rpx; */
}

.text_time {
  color: #999;
  font-size: 26rpx;
  margin: 0 0 10rpx 0;
  text-align: center;
}

.foot {
  width: 100%;
  height: 100rpx;
  background: #21ae59;
  box-shadow: 0rpx 1rpx 54rpx 0rpx rgba(62, 62, 62, 0.1);
  color: #fff;
  font-size: 32rpx;
  text-align: center;
  line-height: 100rpx;
  position: fixed;
  left: 0;
  bottom: 0;
}

.memberbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20rpx;
}

.memberbox .title {
  width: 100%;
  color: #333;
  font-size: 32rpx;
  font-weight: bold;
  margin-bottom: 20rpx;
}

.member {
  width: 170rpx;
  margin-bottom: 20rpx;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.member image {
  width: 120rpx;
  height: 120rpx;
}

.member view {
  width: 100%;
  padding: 0 10rpx;
  box-sizing: border-box;
  color: #ccc;
  font-size: 26rpx;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cover{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0,0,0,0.6);
}
.cover_box{
  width: 600rpx;
  height: auto;
  border-radius: 10rpx;
  background: #fff;
  padding-bottom: 60rpx;
  padding-top: 20rpx;
  margin: auto;
  position: relative;
}
.cover_box .title{
  width: 500rpx;
  text-align: center;
  color: #333;
  font-size: 30rpx;
  font-weight: bold;
  margin: 50rpx auto 0;
}
.enroll,.time{
  width: 500rpx;
  height: 80rpx;
  border: 2rpx solid #eee;
  color: #999;
  font-size: 30rpx;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60rpx auto 20rpx;
  border-radius: 10rpx;
  text-align: left;
}
.time{
  margin-top: 50rpx;
}
.active{
  margin-top: 70rpx ! important;
}
.close{
  width: 50rpx;
  height: 50rpx;
  position: absolute;
  right: 10rpx;
  top: 10rpx;
}
.sub_bnt{
  width: 86%;
  height: 80rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 10rpx;
  background: #21ae59;
  color: #FFF;
  margin-top: 80rpx;
  font-size: 32rpx;
}
.toast_box{
  height: 100%;
  width: 100%;
  display: flex;
}