上传文件至 ''

This commit is contained in:
a 2022-05-07 12:44:30 +08:00
parent 219707d98e
commit ebce70f801
1 changed files with 42 additions and 0 deletions

42
app.wxss Normal file
View File

@ -0,0 +1,42 @@
/**app.wxss**/
/* 选项条 */
.tab__pane{
padding:1.2vw 4.27vw;
}
/* .van-tab{
width: 24vw;
flex: none!important;
font-size: 4.27vw!important;
min-width:15vw!important;
line-height: 10vw!important;
} */
.van-tab--active{
color: #333333!important;
/* line-height: 9vw!important; */
/* font-weight: bold!important; */
}
.van-tabs--line{
background:#fff;
border-bottom:1px solid #eeeeee;
}
/* 确认 */
.anniu-box{
background: #ffffff;
width: 94vw;
height: 13vw;
border-top:1px solid #eeeeee;
position: fixed;
bottom: 0;
left: 0;
padding: 2.5vw 3vw;
}
.anniu{
width: 94vw;
height: 13vw;
line-height: 13vw;
background: #206fff;
color: #ffffff;
text-align: center;
border-radius: 1vw;
font-size: 4vw;
}