From ebce70f8013cb0297ea419def557ac9b466de036 Mon Sep 17 00:00:00 2001 From: a <455919189@qq.com> Date: Sat, 7 May 2022 12:44:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20''?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.wxss | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 app.wxss 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