104 lines
1.8 KiB
SCSS
104 lines
1.8 KiB
SCSS
@import "@/styles/mixin.scss";
|
|
::v-deep .van-nav-bar__content{
|
|
background-color: #3A3A3A !important;
|
|
}
|
|
.wrap{
|
|
@include wh(100%,100%);
|
|
background-color: #F4F5F7;
|
|
|
|
}
|
|
.navBar{
|
|
margin-bottom: 46px;
|
|
}
|
|
.search{
|
|
color: #AAADB3 !important;
|
|
font-weight: bolder;
|
|
margin-right: 10px;
|
|
}
|
|
.navLeft{
|
|
display: flex;
|
|
flex-direction: column;
|
|
color: #9C9C9C;
|
|
font-size: 8px;
|
|
.icon{
|
|
font-size: 10px;
|
|
font-weight: bold;
|
|
margin-right: 5px;
|
|
margin-top: 5px;
|
|
}
|
|
}
|
|
.statisticContainer{
|
|
box-sizing: border-box;
|
|
padding: 8px;
|
|
}
|
|
.statisticWrap{
|
|
@include wh(100%,100px);
|
|
background: #FFFFFF;
|
|
box-sizing: border-box;
|
|
padding: 8px 8px 15px;
|
|
border-radius: 8px;
|
|
border: 1px solid #c7c1c1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
.line1{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
span:first-child{
|
|
font-weight: bolder;
|
|
}
|
|
span:last-child{
|
|
opacity: .7;
|
|
//font-size: 12px;
|
|
}
|
|
}
|
|
.numWrap{
|
|
display: flex;
|
|
justify-content: space-around;
|
|
div{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
span:first-child{
|
|
margin-bottom: 3px;
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.rightWrap {
|
|
@include flexCenter;
|
|
.img2 {
|
|
@include wh(17px, 17px);
|
|
}
|
|
}
|
|
.driver_tab_wrap {
|
|
font-size: 12px;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
padding: 5px 0 5px 0;
|
|
div {
|
|
padding-top: 8px;
|
|
}
|
|
.active {
|
|
position: relative;
|
|
}
|
|
.active:after {
|
|
content: '';
|
|
display: block;
|
|
@include wh(100px,2px);
|
|
background-color: #E8A524;
|
|
border-radius: 2px;
|
|
position: absolute;
|
|
margin-top: 3px;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
}
|
|
.empty{
|
|
margin-top: 14px;
|
|
|
|
}
|