task#11332,页面样式调整

This commit is contained in:
2024-02-26 14:06:45 +08:00
parent 1c8b0a12a9
commit 460e6e3c06
2 changed files with 11 additions and 14 deletions

View File

@ -177,12 +177,11 @@ export default {
background-color: #F4F5F7 !important;
padding-bottom: 10px;
}
/*::v-deep .van-nav-bar__content{
background-color: #354683 !important;
}*/
//::v-deep .van-pull-refresh{
// height: calc(100% - 86px) ;
//}
::v-deep .van-pull-refresh{
height: calc(100% - 86px) ;
overflow-y: auto;
background-color: #F4F5F7;
}
.tab_wrap {
@include fontWeightSize(500, 14px);
@include flexColAround();
@ -198,19 +197,13 @@ export default {
.alpha{
opacity: 0.5;
}
//为一个数时,宽为
.numTip{
display: inline-block;
min-width: 15px;
//height: 15px;
@include all-height(15px);
//box-sizing: border-box;
//padding: 0px 2px;
//@include wh(15px,15px);
@include bgcolorOpa(#F95B45,0.9);
border-radius: 4px;
text-align: center;
//line-height: 15px;
margin-left: 5px;
opacity: 1; /* 保持透明度为1 */
}

View File

@ -308,13 +308,17 @@ export default {
color: #FFFFFF;
}
}
/*
::v-deep .van-pull-refresh{
//height: calc(100% - 140px);
overflow-y: auto;
background-color: #F4F5F7;
}
.firstpullRefresh{
height: calc(100% - 140px) ;
}
.secondpullRefresh{
height: calc(100% - 91px) ;
}*/
}
::v-deep .van-list__finished-text{
padding-bottom: 70px;
background-color: #F4F5F7;