|
@@ -25,9 +25,11 @@
|
|
|
height: 30px;
|
|
|
background: url("./imgs/qtqm.png") no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
+ background-position-y: 2px;
|
|
|
&.van-tab--active{
|
|
|
background: url("./imgs/qtqmAct.png") no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
+ background-position-y: 2px;
|
|
|
}
|
|
|
}
|
|
|
&:nth-child(2){
|
|
@@ -37,9 +39,11 @@
|
|
|
height: 30px;
|
|
|
background: url("./imgs/zjlx.png") no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
+ background-position-y: 2px;
|
|
|
&.van-tab--active{
|
|
|
background: url("./imgs/zjlxAct.png") no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
+ background-position-y: 2px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -137,6 +141,12 @@
|
|
|
margin-top: 10px;
|
|
|
height: calc(100% - 44px);
|
|
|
overflow-y: auto;
|
|
|
+ .van-loading__circular{
|
|
|
+ color: rgba(0,0,0,0.3);
|
|
|
+ }
|
|
|
+ .van-loading__text{
|
|
|
+ color: rgba(0,0,0,0.3);
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|