task#11332,页面样式调整
This commit is contained in:
@ -177,12 +177,11 @@ export default {
|
|||||||
background-color: #F4F5F7 !important;
|
background-color: #F4F5F7 !important;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
/*::v-deep .van-nav-bar__content{
|
::v-deep .van-pull-refresh{
|
||||||
background-color: #354683 !important;
|
height: calc(100% - 86px) ;
|
||||||
}*/
|
overflow-y: auto;
|
||||||
//::v-deep .van-pull-refresh{
|
background-color: #F4F5F7;
|
||||||
// height: calc(100% - 86px) ;
|
}
|
||||||
//}
|
|
||||||
.tab_wrap {
|
.tab_wrap {
|
||||||
@include fontWeightSize(500, 14px);
|
@include fontWeightSize(500, 14px);
|
||||||
@include flexColAround();
|
@include flexColAround();
|
||||||
@ -198,19 +197,13 @@ export default {
|
|||||||
.alpha{
|
.alpha{
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
//为一个数时,宽为
|
|
||||||
.numTip{
|
.numTip{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-width: 15px;
|
min-width: 15px;
|
||||||
//height: 15px;
|
|
||||||
@include all-height(15px);
|
@include all-height(15px);
|
||||||
//box-sizing: border-box;
|
|
||||||
//padding: 0px 2px;
|
|
||||||
//@include wh(15px,15px);
|
|
||||||
@include bgcolorOpa(#F95B45,0.9);
|
@include bgcolorOpa(#F95B45,0.9);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
//line-height: 15px;
|
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
opacity: 1; /* 保持透明度为1 */
|
opacity: 1; /* 保持透明度为1 */
|
||||||
}
|
}
|
||||||
|
@ -308,13 +308,17 @@ export default {
|
|||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*
|
::v-deep .van-pull-refresh{
|
||||||
|
//height: calc(100% - 140px);
|
||||||
|
overflow-y: auto;
|
||||||
|
background-color: #F4F5F7;
|
||||||
|
}
|
||||||
.firstpullRefresh{
|
.firstpullRefresh{
|
||||||
height: calc(100% - 140px) ;
|
height: calc(100% - 140px) ;
|
||||||
}
|
}
|
||||||
.secondpullRefresh{
|
.secondpullRefresh{
|
||||||
height: calc(100% - 91px) ;
|
height: calc(100% - 91px) ;
|
||||||
}*/
|
}
|
||||||
::v-deep .van-list__finished-text{
|
::v-deep .van-list__finished-text{
|
||||||
padding-bottom: 70px;
|
padding-bottom: 70px;
|
||||||
background-color: #F4F5F7;
|
background-color: #F4F5F7;
|
||||||
|
Reference in New Issue
Block a user