82 lines
1.3 KiB
Plaintext
82 lines
1.3 KiB
Plaintext
/* pages/cashier_stat/cashier_stat.wxss */
|
|
.header {
|
|
height: auto;
|
|
background: #f15353;
|
|
background-size: 100% 100%;
|
|
padding: 40rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.header .user {
|
|
display: flex;
|
|
text-align: center;
|
|
}
|
|
|
|
.header .user .cashier-name {
|
|
text-align: left;
|
|
flex: 2;
|
|
margin-left: 20rpx;
|
|
line-height: 60rpx;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
.header .user .user-head {
|
|
height: 104rpx;
|
|
width: 104rpx;
|
|
background: #fff;
|
|
border-radius: 50%;
|
|
border: 4rpx solid #fff;
|
|
box-sizing: border-box;
|
|
float: left;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.header .user .user-head image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.data-btn .button {
|
|
background-color: #f15353;
|
|
width: 80%;
|
|
height: 80rpx;
|
|
font-size: 28rpx;
|
|
margin: 32rpx auto;
|
|
border-radius: 20rpx;
|
|
text-align: center;
|
|
line-height: 80rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
.cart {
|
|
height: auto;
|
|
width: 100%;
|
|
background: #fff;
|
|
}
|
|
|
|
.listStat {
|
|
height: 88rpx;
|
|
background: #fff;
|
|
border-top: 2rpx solid #ebebeb;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
text-align: left;
|
|
margin-left: 28rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.listStat .left {
|
|
padding-left: 28rpx;
|
|
}
|
|
|
|
.listStat .right {
|
|
font-size: 28rpx;
|
|
padding-right: 28rpx;
|
|
color: #f15353;
|
|
}
|