Volunteer_detail.wxss 3.0 KB
page {
    background-color: rgb(240, 240, 240);
}

.goods_title {
    padding: 0 32rpx;
    padding-top: 32rpx;
    height: 164rpx;
    background-color: #ffffff;
}

.goods_list {
    display: flex;
    align-items: center;
    font-size: 28rpx;
    color: #FF976A;
    margin-top: 16rpx;
}

.goods_list image {
    width: 44rpx;
    height: 44rpx;
}

.goods_list>view {
    display: flex;
    align-items: center;
    margin-right: 42rpx;
}

/*  */
.goods_introduce {
    height: 88rpx;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28rpx;
    color: #969799;
}

.goods_introduce :nth-child(2) {
    margin: 0 32rpx;
}

.goods_line {
    width: 200rpx;
    height: 2rpx;
    background-color: #d2d2d2;
}

.shengqin {
    height: 122rpx;
    background-color: #ffffff;
    font-size: 32rpx;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.shengqin button {
    width: 622rpx;
    height: 88rpx;
    color: #ffffff;
    border-radius: 22px;
    background: linear-gradient(130deg, #2ed26e 13%, #05983e 98%);
    box-shadow: 0px 9px 19px 0px rgba(0, 116, 45, 0.42);

}

.gray {
    width: 622rpx;
    height: 88rpx;
    border-radius: 44rpx;
    
}
/* 分享 */
.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: rgb(255, 255, 255) !important;
    text-align: center;
    margin: 40rpx 0 0;
    background: red;

    position: fixed;
    bottom: 144rpx;
    right: 32rpx;
  }
  .main{
      display: flex;
      justify-content: center;
  }
  .memberbox {
    width: 94%;
    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: 42rpx;
  }
  
  .member:nth-child(3n + 1) {
    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;
  }