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 @@
+
+