108 lines
1.5 KiB
Plaintext
108 lines
1.5 KiB
Plaintext
@import "../static/css/order.wxss";
|
|
|
|
page {
|
|
background: #f7f7f7;
|
|
}
|
|
|
|
.goods-info {
|
|
width: auto;
|
|
}
|
|
|
|
.page {
|
|
padding-bottom: 100rpx;
|
|
}
|
|
|
|
.empty {
|
|
text-align: center;
|
|
}
|
|
|
|
.empty image {
|
|
width: 240rpx;
|
|
height: 240rpx;
|
|
margin-top: 150rpx;
|
|
}
|
|
|
|
.empty .text {
|
|
font-size: 28rpx;
|
|
line-height: 110rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.fui-tab .item.active {
|
|
transition-duration: 300ms;
|
|
transition-property: border-color;
|
|
border-color: #ff5555;
|
|
color: #ff5555;
|
|
position: relative;
|
|
z-index: 2;
|
|
}
|
|
|
|
.order .contain {
|
|
margin-top: 80rpx;
|
|
}
|
|
|
|
.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;
|
|
} |