上传文件至 ''
This commit is contained in:
parent
219707d98e
commit
ebce70f801
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue