115 lines
2.0 KiB
Plaintext
115 lines
2.0 KiB
Plaintext
@import '../../css/_main.wxss';
|
|
/* component/quantityClothes/quantityClothes.wxss */
|
|
/* 弹出层 */
|
|
.tips{
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
z-index: 9999;
|
|
}
|
|
.tips_cen{
|
|
width: 600rpx;
|
|
background-color: #ffffff;
|
|
border-radius: 10rpx;
|
|
padding-top: 58rpx;
|
|
padding-bottom: 50rpx;
|
|
}
|
|
.tips_cen_tit{
|
|
font-family: PingFang-SC-Bold;
|
|
font-size: 36rpx;
|
|
color: #000000;
|
|
font-weight: 600;
|
|
text-align: center;
|
|
}
|
|
.tips_cen_tit1{
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
color: #666666;
|
|
}
|
|
.tips_cen_tit1 span{
|
|
color: #ff4838;
|
|
}
|
|
.tips_cen_text{
|
|
width: 520rpx;
|
|
height: 200rpx;
|
|
background-color: #f5f5f5;
|
|
border-radius: 5rpx;
|
|
position: relative;
|
|
padding: 34rpx 25rpx;
|
|
}
|
|
.tips_cen_text textarea{
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
.tips_cen_num{
|
|
width: 520rpx;
|
|
height: 120rpx;
|
|
background-color: #f5f5f5;
|
|
border-radius: 5rpx;
|
|
margin: 0 auto;
|
|
}
|
|
.tips_text_span{
|
|
position: absolute;
|
|
right: 16rpx;
|
|
bottom: 13rpx;
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 20rpx;
|
|
color: #999999;
|
|
}
|
|
.tips_cen_sub{
|
|
margin: 45rpx auto 0;
|
|
width: 550rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
text-align: center;
|
|
background-color: #36d96c;
|
|
border-radius: 40rpx;
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 32rpx;
|
|
color: #ffffff;
|
|
}
|
|
.tips_img{
|
|
margin-top: 50rpx;
|
|
text-align: center;
|
|
}
|
|
.tips_img image{
|
|
width: 69rpx;
|
|
height: 69rpx;
|
|
}
|
|
.tips_ts{
|
|
text-align: center;
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 26rpx;
|
|
color: #999999;
|
|
}
|
|
.tips_remarks{
|
|
width: 526rpx;
|
|
display: flex;
|
|
margin: 20rpx auto 0;
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 26rpx;
|
|
color: #333333;
|
|
}
|
|
.remarks_xiu{
|
|
display: inline-block;
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 26rpx;
|
|
color: #1dbf53;
|
|
}
|
|
.num_img image{
|
|
width: 45rpx;
|
|
height: 45rpx;
|
|
}
|
|
.num_text{
|
|
line-height: 45rpx;
|
|
width: 70rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.tipsRemarks{
|
|
z-index: 99999;
|
|
} |