228 lines
3.9 KiB
Plaintext
228 lines
3.9 KiB
Plaintext
/* user/order/order.wxss */
|
|
|
|
.default_money {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 100rpx;
|
|
}
|
|
.lable {
|
|
flex-grow: 1;
|
|
}
|
|
.wux-cell {
|
|
padding: 25rpx 0 !important;
|
|
}
|
|
.wux-cell:after {
|
|
border-bottom: none !important;
|
|
background: none !important;
|
|
}
|
|
|
|
.order_tab{
|
|
position: fixed;
|
|
width: 100%;
|
|
height: auto;
|
|
top: 0;
|
|
z-index: 998;
|
|
}
|
|
.popup__button {
|
|
display: block;
|
|
flex: 1;
|
|
color: #33cd5f;
|
|
position: relative;
|
|
}
|
|
.order_list{
|
|
margin-top: 52px;
|
|
}
|
|
.order_row{
|
|
width: 100%;
|
|
background-color: #ffffff;
|
|
}
|
|
.order_row:last-child{
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.order_title{
|
|
width: 100%;
|
|
height: 88rpx;
|
|
padding: 0 35rpx 0 70rpx;
|
|
border-bottom: 2rpx solid #f2f2f2;
|
|
position: relative;
|
|
}
|
|
.order_num{
|
|
line-height: 88rpx;
|
|
width: 70%;
|
|
display: inline-block;
|
|
font-size: 26rpx;
|
|
letter-spacing: 0px;
|
|
color: #999999;
|
|
}
|
|
.order_state{
|
|
line-height: 88rpx;
|
|
width: 30%;
|
|
display: inline-block;
|
|
font-size: 28rpx;
|
|
letter-spacing: 0px;
|
|
color: #ff4737;
|
|
text-align: right;
|
|
}
|
|
.order_icon{
|
|
position: absolute;
|
|
left: 30rpx;
|
|
top: 50%;
|
|
margin-top: -13rpx;
|
|
width: 23rpx;
|
|
height: 26rpx;
|
|
}
|
|
.order_icon image{
|
|
width: 23rpx;
|
|
height: 26rpx;
|
|
}
|
|
.order_info{
|
|
width: 100%;
|
|
height: 230rpx;
|
|
padding: 0 35rpx 0 70rpx;
|
|
}
|
|
.info_p{
|
|
font-size: 26rpx;
|
|
letter-spacing: 0px;
|
|
color: #333333;
|
|
}
|
|
.order_sub{
|
|
width: 100%;
|
|
height: 106rpx;
|
|
padding-right: 35rpx;
|
|
border-top: 2rpx solid #f2f2f2;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-flex-direction: row-reverse;
|
|
flex-direction: row-reverse;
|
|
}
|
|
.order_sub view,.order_sub button{
|
|
padding: 16rpx 30rpx;
|
|
border-radius: 150rpx;
|
|
font-size: 28rpx;
|
|
line-height: normal;
|
|
background-color: #ffffff;
|
|
}
|
|
.cancel{
|
|
text-align: center;
|
|
border: solid 1px #ebebeb;
|
|
color: #333333;
|
|
}
|
|
.openInfo{
|
|
border: solid 1px #1dbf45;
|
|
color: #1dbf45;
|
|
}
|
|
|
|
/* 弹出层 */
|
|
.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;
|
|
} |