Forráskód Böngészése

fix: 按钮样式

jinx 2 éve
szülő
commit
6230709a7d
2 módosított fájl, 12 hozzáadás és 7 törlés
  1. 11 6
      src/assets/public.scss
  2. 1 1
      src/views/scene/index.vue

+ 11 - 6
src/assets/public.scss

@@ -348,8 +348,8 @@ samp {
       background: #fff;
       background: #fff;
 
 
       .info-bottom>div {
       .info-bottom>div {
-        background: rgba(0, 0, 0, 0);
-        border    : 1px solid #CCCCCC;
+        background: #E6E9F0;
+        // border    : 1px solid #CCCCCC;
         color     : #000;
         color     : #000;
       }
       }
 
 
@@ -358,7 +358,8 @@ samp {
 
 
         .right-btn {
         .right-btn {
           background: rgba(0, 0, 0, 0);
           background: rgba(0, 0, 0, 0);
-          border    : 1px solid #CCCCCC;
+          // border    : 1px solid #CCCCCC;
+          background: #E6E9F0;
 
 
         }
         }
 
 
@@ -373,9 +374,13 @@ samp {
     }
     }
 
 
     .download-btn {
     .download-btn {
-      border    : 1px solid #3a3d3d !important;
-      color     : #3a3d3d !important;
-      background: none !important;
+      // border    : 1px solid #3a3d3d !important;
+      color     : #000 !important;
+      // background: none !important;
+
+      // background: rgba(0, 0, 0, 0);
+
+      background: #E6E9F0 !important;;
     }
     }
   }
   }
 }
 }

+ 1 - 1
src/views/scene/index.vue

@@ -359,7 +359,7 @@ onActivated(async () => {
       flex-direction: column;
       flex-direction: column;
       align-items: center;
       align-items: center;
       justify-content: center;
       justify-content: center;
-      background: rgba(255, 255, 255, 0.1);
+      background: #E6E9F0;
       font-size: 16px;
       font-size: 16px;
       border-radius: 4px;
       border-radius: 4px;
       cursor: pointer;
       cursor: pointer;