102 lines
1.5 KiB
Plaintext
102 lines
1.5 KiB
Plaintext
@import "../../../static/css/order.wxss";
|
|
|
|
page {
|
|
background: #f7f7f7;
|
|
}
|
|
|
|
.page {
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.goods-info {
|
|
width: auto;
|
|
}
|
|
|
|
.order .contain {
|
|
margin-top: 90rpx;
|
|
}
|
|
|
|
.order .btn {
|
|
margin: 10rpx 0 10rpx 20rpx;
|
|
padding: 0 26rpx;
|
|
height: 56rpx;
|
|
line-height: 54rpx;
|
|
border-radius: 40rpx;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.order .empty {
|
|
padding: 260rpx 150rpx;
|
|
font-size: 34rpx;
|
|
}
|
|
|
|
.order .empty .btn {
|
|
margin: 0;
|
|
border-radius: 100rpx;
|
|
height: 76rpx;
|
|
line-height: 76rpx;
|
|
width: 280rpx;
|
|
font-size: 30rpx;
|
|
padding: 0;
|
|
}
|
|
|
|
.order .light {
|
|
height: 240rpx;
|
|
width: 240rpx;
|
|
}
|
|
|
|
.order .text-cancel {
|
|
padding: 10rpx;
|
|
margin-bottom: 30rpx;
|
|
margin-top: 25rpx;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.order .order-num {
|
|
flex: 1;
|
|
}
|
|
|
|
.fui-tab-scroll .item {
|
|
padding: 0 30rpx;
|
|
}
|
|
|
|
.order .fui-list-inner .subtitle {
|
|
line-height: 44rpx;
|
|
}
|
|
|
|
.no-border .fui-list-inner .subtitle {
|
|
line-height: 1.5;
|
|
}
|
|
|
|
.fui-list-inner.text-right:empty {
|
|
display: none;
|
|
}
|
|
|
|
.row-remark {
|
|
text-align: right;
|
|
position: relative;
|
|
flex-shrink: 0;
|
|
padding-left: 20rpx;
|
|
color: #aaa;
|
|
font-size: 26rpx;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
.goodscircle {
|
|
position: absolute;
|
|
bottom: 40rpx;
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #666;
|
|
font-size: 24rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.goodscircle image {
|
|
width: 36rpx;
|
|
height: 36rpx;
|
|
margin-right: 12rpx;
|
|
} |