diff --git a/app.wxss b/app.wxss new file mode 100644 index 0000000..b9c0c45 --- /dev/null +++ b/app.wxss @@ -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; +} \ No newline at end of file