Browse Source

无障碍菜单特殊按钮背景色修改

任一存 3 years ago
parent
commit
8edd90c36d
2 changed files with 9 additions and 1 deletions
  1. 1 1
      web/src/config.js
  2. 8 0
      web/src/views/accessibility.vue

+ 1 - 1
web/src/config.js

@@ -9,7 +9,7 @@ switch (process.env.NODE_ENV) {
     break;
 }
 
-const version = 'v05191005'
+const version = 'v0519.1049'
 
 module.exports = {
   publicPath,

+ 8 - 0
web/src/views/accessibility.vue

@@ -213,6 +213,7 @@
       </li>
       <li>
         <button
+          class="special-color"
           tabindex="0"
           aria-description="Screen Reading Accessibility"
           type="button"
@@ -362,6 +363,7 @@
         class="image-button"
       >
         <button
+          class="special-color"
           tabindex="0"
           aria-description="Elerly services"
           type="button"
@@ -1084,6 +1086,9 @@ a {
         &:hover {
           background-color: #4D2128;
         }
+        &.special-color {
+          background-color: #701c12;
+        }
         img {
           width: 50px;
           height: 50px;
@@ -1156,6 +1161,9 @@ a {
         &:hover {
           background-color: #4D2128;
         }
+        &.special-color {
+          background-color: #701c12;
+        }
         img {
           width: 50px;
           height: 50px;