myfeedback_duihuan.wxss 2.4 KB
page {

    background-color: #F7F8FA;
}


.goods_address {

    margin: 24rpx 34rpx;
    padding: 32rpx 24rpx;
    height: 196rpx;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 24px;
    display: flex;
    align-items: center;
}

.goods_tubiao {
    width: 64rpx;
    height: 64rpx;
    margin-right: 24rpx;
}

.goods_tubiao1 {
    width: 20rpx;
    height: 36rpx;
}

.goods_add {
    width: 502rpx;

}

/*  */
.goods_shop {
    margin: 24rpx 34rpx;
    padding: 24rpx;
    margin-bottom: 296rpx;
    background-color: #ffffff;
    border-radius: 7px;

}

.gift {
    margin-top: 30rpx;
    display: flex;
    justify-content: space-between;

}

.gift image {
    width: 240rpx;
    height: 240rpx;
}

.gift_message {
    padding: 18rpx 0;
    width: 374rpx;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.gift_introduce {
    font-size: 28rpx;
    color: #323232;
    /* overflow: hidden;
    text-overflow: ellipsis; */
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.gift_time {
    font-size: 28rpx;
    color: #969799;
}

.gift_exchange_time {
    color: #21AE58;
}

.gift_exchange_time p {
    font-size: 44rpx;
}

/*  */
.shopcarts_car_rightc {
    display: flex;
    justify-content: space-between;
    margin-top: 32rpx;
    margin-bottom: 48rpx;
}

.shopcarts_car_tool {
    display: flex;
}

.goods_num {
    margin-left: 32rpx;
    margin-right: 32rpx;
}

.num_edit {
    width: 42rpx;
    height: 42rpx;
    line-height: 40rpx;
    text-align: center;
    border: 1px solid #94999A;
    border-radius: 50%;
}

/*  */
textarea {
    padding:20rpx;
    margin-top: 16rpx;
    background-color: #f7f8fa;
    width: auto;
}

.goods_allnum {
    box-sizing: border-box;
    padding:25rpx 50rpx ;
    font-size: 24rpx;
    border-top: 1px solid #eeeeee;
    height: 80rpx;
    text-align: right;
}
.goods_allnum p{
font-size: 32rpx;
}
.goods_exchange{
    box-sizing: border-box;
    padding:25rpx 50rpx ;
    height: 120rpx;
    background-color: #ffffff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;


}
.goods_exchange button{
    width: 272rpx;
    height:74rpx;
    line-height: 72rpx;
    background: linear-gradient(130deg,#2ed26e 13%, #05983e 98%);
    border-radius: 8px;
    color: #ffffff;
    font-size: 28rpx;
}