From d78820aaece8f678c03286985bc39d204240b5c4 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Wed, 21 Sep 2022 18:35:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=81=E8=A3=85tabbar=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hintrc | 9 ++++- v1_5_0_C/couponCollection.css | 8 ++++ v1_5_0_C/couponCollection.html | 33 ++++------------- v1_5_0_C/exchange.html | 1 + v1_5_0_C/img/checked_home.png | Bin 1359 -> 1322 bytes v1_5_0_C/img/home.png | Bin 1322 -> 1359 bytes v1_5_0_C/index.html | 4 +- v1_5_0_C/myCoupon.html | 7 +++- v1_5_0_C/myOrder.html | 9 +++++ v1_5_0_C/tabbar.css | 30 +++++++++++++++ v1_5_0_C/tabbar.js | 66 ++++++++++++++++++++------------- 11 files changed, 111 insertions(+), 56 deletions(-) create mode 100644 v1_5_0_C/tabbar.css diff --git a/.hintrc b/.hintrc index 5b02c11..7445e02 100644 --- a/.hintrc +++ b/.hintrc @@ -8,6 +8,13 @@ { "label": "off" } - ] + ], + "axe/text-alternatives": [ + "default", + { + "image-alt": "off" + } + ], + "no-inline-styles": "off" } } \ No newline at end of file diff --git a/v1_5_0_C/couponCollection.css b/v1_5_0_C/couponCollection.css index 3f66c5d..6bf20f6 100644 --- a/v1_5_0_C/couponCollection.css +++ b/v1_5_0_C/couponCollection.css @@ -1419,8 +1419,16 @@ ul { .tabList img { width: 0.22rem; + margin-bottom: 0.02rem; } +.tabList li { + text-align: center; + color: #A7A6B3; + font-size: 0.11rem; +} + + .search-backpresty { position: absolute; top: 0rem; diff --git a/v1_5_0_C/couponCollection.html b/v1_5_0_C/couponCollection.html index 77d4afd..0bff8f7 100644 --- a/v1_5_0_C/couponCollection.html +++ b/v1_5_0_C/couponCollection.html @@ -18,6 +18,8 @@ + +