Volunteer_detail.wxss 1.7 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;
  }