img_txt.wxss 4.8 KB
page {
  padding-bottom: 110rpx;
  box-sizing: border-box;
}

.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;
  box-sizing: border-box;
}

.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;
  padding: 0 0 0 13rpx;
  box-sizing: border-box;
  margin-bottom: 20rpx;
  position: relative;
}

.memberbox .title::after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4rpx;
  height: 32rpx;
  background: #21ae59;
}

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

.member:nth-child(3n) {
  margin-right: 0;
}

.member .top {
  width: 100%;
  display: flex;
  align-items: center;
}

.member .top image {
  width: 76rpx;
  height: 76rpx;
  border-radius: 50%;
  margin-right: 18rpx;
}

.member .top text {
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
}

.member .duty {
  width: 100%;
  font-size: 26rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(153, 153, 153, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 16rpx;
}

.cover {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}

.btn_box {
  width: 100rpx;
  height: auto;
  position: fixed;
  right: 48rpx;
  bottom: 142rpx;
  background: rgba(255, 255, 255, 0);
  display: flex;
  flex-wrap: wrap;
}

.btn-item {
  width: 100rpx;
  height: 100rpx;
  border: none !important;
  line-height: 1 !important;
  padding: 63rpx 0 0;
  box-sizing: border-box;
  border-radius: 50%;
  font-size: 22rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1) !important;
  text-align: center;
  margin: 40rpx 0 0;
  background: red;
}

.cover_box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.show_box {
  width: 595rpx;
  height: 384rpx;
  background: rgba(255, 255, 255, 1);
  border-radius: 10rpx;
}

.show_box .s_title {
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  margin-top: 88rpx;
  text-align: center;
}

.select_box {
  width: 100%;
  padding: 0 36rpx;
  box-sizing: border-box;
  margin-top: 115rpx;
  display: flex;
  justify-content: space-between;
}

.select_box .b_item {
  width: 249rpx;
  height: 88rpx;
  border-radius: 10rpx;
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

.select_box .b_item:first-child {
  color: rgba(65, 205, 121, 1);
  border: 1px solid rgba(65, 205, 121, 1);
  box-sizing: border-box;
}

.select_box .b_item:last-child {
  color: rgba(255, 255, 255, 1);
  background: rgba(65, 205, 121, 1);
  margin: 0;
  padding: 0;
  border: none !important;
}

.poster_box {
  width: 595rpx;
  height: 952rpx;
  border-radius: 10rpx;
}

.c_item {
  width: 100%;
  padding: 0 32rpx;
  box-sizing: border-box;
  border-bottom: 16rpx solid #f5f6f8;
}

.c_item:last-child {
  border-bottom: none;
}

.c_item .c_title {
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  border-left: 4rpx solid #21ae59;
  padding-left: 13rpx;
  margin-top: 44rpx;
  box-sizing: border-box;
}

.c_box {
  width: 100%;
  margin-top: 21rpx;
  display: flex;
  flex-wrap: wrap;
}

.i_info {
  width: 33.333%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 28rpx 48rpx;
  box-sizing: border-box;
}

.i_info image {
  width: 90rpx;
  height: 90rpx;
  border-radius: 50%;
}

.i_info .name {
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  margin: 14rpx 0;
}

.i_info .status {
  font-size: 22rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  padding: 10rpx 14rpx;
}

.line {
  border-bottom: 1px solid #e6e6e6;
}

.bga{
  background: #41CD79;
}
.bgb{
  background: #F84141;
}
.bgc{
  background: #6495ED;
}