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

/* 轮播图 */
swiper {
    height: 750rpx;
}

swiper image {
    width: 100%;
    height: 750rpx;
}
/*  */
.goods_wrap{
    margin-top: 24rpx;
    background-color: #ffffff;
    padding: 24rpx 32rpx;

}
.goods_time {
    height: 66rpx;
    color: #21AE58;
    font-size: 28rpx;
}

.goods_name {
    line-height: 50rpx;
    font-size: 36rpx;
    font-weight: 500;

}
.goods_wrap p{
    font-size: 44rpx;
}
.margin{
    margin-bottom: 48rpx;
}
/*  */
.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: 100rpx;
    height: 2rpx;
    background-color: #969799;
}
.goods_text{

    margin-bottom: 150rpx;
}
/*兑换 */
.shengqin {
    height: 120rpx;
    background-color: #ffffff;
    font-size: 32rpx;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.shengqin button {
    width: 622rpx;
    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);

}