219 lines
3.2 KiB
Plaintext
219 lines
3.2 KiB
Plaintext
.charts {
|
|
background: #fff;
|
|
border-radius: 16px 16px 0 0;
|
|
margin-top: -40px;
|
|
position: relative;
|
|
margin-bottom: 200px;
|
|
height: 300px;
|
|
}
|
|
|
|
.canvas {
|
|
width: 316px;
|
|
height: 300px;
|
|
}
|
|
|
|
.header {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 670rpx;
|
|
flex-shrink: 0;
|
|
background: linear-gradient(115deg, #62B2FF -1.34%, #3C80F6 100%);
|
|
}
|
|
|
|
.nav {
|
|
display: flex;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
font-size: 34rpx;
|
|
font-weight: 500;
|
|
padding-left: 34rpx;
|
|
}
|
|
|
|
.time {
|
|
display: flex;
|
|
margin: 22px 33px;
|
|
align-items: center;
|
|
}
|
|
|
|
.timeSearch {
|
|
display: flex;
|
|
padding: 4px 2px 4px 12px;
|
|
justify-content: center;
|
|
align-items: center;
|
|
gap: 4px;
|
|
border-radius: 8px;
|
|
border: 0.8px solid #FFF;
|
|
box-shadow: 0 0 3px 0 #0000000d;
|
|
color: #ffffff;
|
|
font-size: 14px;
|
|
font-weight: 700;
|
|
padding: 4px 8px;
|
|
}
|
|
|
|
.arrowDown {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
.bottomLine {
|
|
height: 0.5px;
|
|
background: #F3F5F7;
|
|
margin: 0 auto;
|
|
width: 90%;
|
|
}
|
|
|
|
.money {
|
|
color: #ffffff;
|
|
font-size: 24px;
|
|
font-weight: 700;
|
|
letter-spacing: 0.5px;
|
|
margin-top: 35px;
|
|
text-align: center;
|
|
}
|
|
|
|
.moneyText {
|
|
color: #ffffff;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.timeRight {
|
|
position: absolute;
|
|
right: 33px;
|
|
}
|
|
|
|
.walletDiscount {
|
|
top: 30px;
|
|
left: 20px;
|
|
}
|
|
|
|
.creditCard {
|
|
top: 30px;
|
|
right: 20px;
|
|
}
|
|
|
|
.listCount {
|
|
display: inline-flex;
|
|
padding: 4px 12px 4px 16px;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
border-radius: 4px;
|
|
background: #FFF;
|
|
box-shadow: 0 0 4px 0 #0000001a;
|
|
color: #808080;
|
|
font-size: 13px;
|
|
position: absolute;
|
|
}
|
|
|
|
.cardCount {
|
|
bottom: 30px;
|
|
right: 20px;
|
|
}
|
|
|
|
.wxCount {
|
|
bottom: 30px;
|
|
left: 20px;
|
|
}
|
|
|
|
.everyMoney {
|
|
color: #363636;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.emptyData {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 250px;
|
|
}
|
|
|
|
.emptyData image {
|
|
display: block;
|
|
width: 166px;
|
|
height: 194px;
|
|
}
|
|
|
|
.emptyDataText {
|
|
margin-top: 24px;
|
|
color: #898989ff;
|
|
font-size: 13px;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
}
|
|
|
|
ec-canvas {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.pieContent {
|
|
position: absolute;
|
|
top: 0px;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.pieTips text {
|
|
margin-right: 16px;
|
|
}
|
|
|
|
.wxColor {
|
|
background: #FF8265;
|
|
}
|
|
|
|
.cardColor {
|
|
background: #57DBA2;
|
|
}
|
|
|
|
.walletColor {
|
|
background: #739AFC;
|
|
}
|
|
|
|
.creditCardColor {
|
|
background: #FFCF76;
|
|
}
|
|
|
|
.color {
|
|
width: 8px;
|
|
height: 8px;
|
|
border-radius: 4px;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
.tips {
|
|
display: flex;
|
|
}
|
|
|
|
.tipsColor {
|
|
margin-top: 3px;
|
|
}
|
|
|
|
.driverNum {
|
|
text-align: center;
|
|
color: #808080;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.pieTips {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: #808080;
|
|
font-size: 14px;
|
|
margin: 60px 0 50px 16px;
|
|
}
|
|
|
|
.otherInfo {
|
|
top: 290px;
|
|
position: relative;
|
|
} |