42 lines
794 B
Plaintext
42 lines
794 B
Plaintext
/**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;
|
|
} |