152 lines
2.2 KiB
Plaintext
152 lines
2.2 KiB
Plaintext
.flex {
|
|
display: flex;
|
|
}
|
|
|
|
page {
|
|
background: #f3f3f3;
|
|
}
|
|
|
|
.moneytop {
|
|
line-height: 60rpx;
|
|
background: #1b1b20;
|
|
color: #cfa943;
|
|
font-size: 22rpx;
|
|
padding-left: 20rpx;
|
|
}
|
|
|
|
.topnav {
|
|
border-bottom: 1px solid #e6e6e6;
|
|
background: #fff;
|
|
white-space: nowrap;
|
|
overflow-x: scroll;
|
|
}
|
|
|
|
.topnav view {
|
|
width: 25%;
|
|
border-bottom: 4rpx solid transparent;
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
color: #5b5b5b;
|
|
line-height: 80rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.topnav view.active {
|
|
border-bottom: 4rpx solid #1b1b20;
|
|
color: #1b1b20;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.umsg {
|
|
line-height: 94rpx;
|
|
font-size: 22rpx;
|
|
overflow: hidden;
|
|
padding: 0 22rpx;
|
|
}
|
|
|
|
.umsg view {
|
|
float: right;
|
|
color: #cfa943;
|
|
}
|
|
|
|
.umsg image {
|
|
width: 56rpx;
|
|
height: 56rpx;
|
|
border-radius: 50%;
|
|
float: left;
|
|
margin: 20rpx 20rpx 0 6rpx;
|
|
}
|
|
|
|
.umsg text {
|
|
float: left;
|
|
max-width: 500rpx;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.orderitem {
|
|
border-top: 20rpx solid #f3f3f3;
|
|
background: #fff;
|
|
}
|
|
|
|
.goodsitem image {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.goodsitem {
|
|
background: #f9f9f9;
|
|
padding: 30rpx 22rpx;
|
|
font-size: 22rpx;
|
|
margin-bottom: 4rpx;
|
|
}
|
|
|
|
.goodsdetail view {
|
|
width: 400rpx;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
padding-right: 40rpx;
|
|
}
|
|
|
|
.goodstit {
|
|
font-size: 26rpx;
|
|
color: #333;
|
|
margin-bottom: 14rpx;
|
|
}
|
|
|
|
.goodsinfo {
|
|
color: #959595;
|
|
}
|
|
|
|
.price {
|
|
width: 166rpx;
|
|
text-align: right;
|
|
border-left: 1px solid #eaeaea;
|
|
color: #666;
|
|
}
|
|
|
|
.pricenum {
|
|
font-size: 24rpx;
|
|
color: #333;
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.ordermsg {
|
|
font-size: 24rpx;
|
|
color: #959595;
|
|
line-height: 44rpx;
|
|
padding: 16rpx 22rpx;
|
|
border-bottom: 1px solid #eaeaea;
|
|
}
|
|
|
|
.moneytotal {
|
|
font-size: 22rpx;
|
|
text-align: right;
|
|
padding-right: 22rpx;
|
|
line-height: 90rpx;
|
|
}
|
|
|
|
.moneytotal text {
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.empty {
|
|
padding: 100rpx 150rpx;
|
|
font-size: 34rpx;
|
|
}
|
|
|
|
.light {
|
|
height: 240rpx;
|
|
width: 240rpx;
|
|
}
|
|
|
|
.text-cancel {
|
|
padding: 10rpx;
|
|
margin-bottom: 30rpx;
|
|
margin-top: 25rpx;
|
|
font-size: 30rpx;
|
|
} |