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.
34 lines
599 B
34 lines
599 B
/* pages/user/retail/index.wxss */
|
|
.top {
|
|
height: 300rpx;
|
|
color: #FFFFFF;
|
|
text-align: center;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
font-size: 30rpx;
|
|
font-weight: 500;
|
|
align-items: center;
|
|
background: #0B898E;
|
|
}
|
|
.money-all {
|
|
font-size: 60rpx;
|
|
margin-top: 40rpx;
|
|
}
|
|
.money-all::before {
|
|
content: "¥";
|
|
font-size: 40rpx;
|
|
}
|
|
.line-item {
|
|
height: 120rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 0 30rpx;
|
|
border-bottom: 1rpx solid #ccc;
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
justify-content: space-between;
|
|
}
|
|
page {
|
|
background: white;
|
|
}
|