You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
1.6 KiB
79 lines
1.6 KiB
/* pages/my_order/my_order.wxss */
|
|
.order_list{
|
|
margin: 20rpx;
|
|
box-shadow: 0px 2px 4px 0px rgba(140, 137, 137, 0.2);
|
|
}
|
|
.order_list .order_status_info{
|
|
border-radius: 10rpx 10rpx 0 0;
|
|
}
|
|
.order_list ._title{font-size: 24rpx;
|
|
white-space: nowrap;
|
|
}
|
|
.order_list .value{
|
|
font-weight: bold;font-size: 24rpx;
|
|
}
|
|
.order_list ._value1{
|
|
color: #FF446B !important;
|
|
}
|
|
.order_list ._value2{
|
|
color:#22C0FF !important;
|
|
}
|
|
/* van-card 样式覆盖 */
|
|
.van-card__header{
|
|
height: 222rpx !important;
|
|
}
|
|
.van-card__img{
|
|
width: 148rpx !important;
|
|
height: 222rpx !important;
|
|
}
|
|
.order_list .order_info{
|
|
background-color:#fff !important;
|
|
border-radius: 0 0 10rpx 10rpx;
|
|
}
|
|
.order_list .order_info ._desc {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: flex-end;
|
|
}
|
|
.order_list .order_info ._desc .left_inf {
|
|
font-size: 20rpx;
|
|
}
|
|
.order_list .order_info ._desc .left_inf ._field{
|
|
color: #7B7B7B;
|
|
}
|
|
.order_list .order_info ._desc .right_inf ._text{
|
|
text-align: end;
|
|
}
|
|
.order_list .order_info ._desc .right_inf ._amount{
|
|
font-size: 44rpx;
|
|
display: flex;
|
|
}
|
|
.order_list .order_info ._desc .right_inf ._amount1{
|
|
color: #FF1D42;
|
|
}
|
|
.order_list .order_info ._desc .right_inf ._amount2{
|
|
color: #999999;
|
|
}
|
|
.order_list .order_info ._footer {
|
|
display: flex;
|
|
border-top: 2rpx dashed #DDDDDD;
|
|
justify-content: flex-end;
|
|
padding-top: 10rpx;
|
|
margin-top: 20rpx;
|
|
font-size: 32rpx;
|
|
}
|
|
.order_list .order_info ._footer ._cancel{
|
|
color: #999999;
|
|
}
|
|
.order_list .order_info ._footer ._confirm{
|
|
font-weight: bold;
|
|
padding-left: 100rpx;
|
|
color: #FF1D42;
|
|
}
|
|
|
|
|
|
.more{
|
|
color: #7B7B7B;
|
|
text-align: center;
|
|
margin:70rpx 0 120rpx 0;
|
|
} |