Parcourir la source

调整一波ui

shaogen1995 il y a 11 mois
Parent
commit
ee946b25b0

BIN
Code/src/assets/img/next.png


BIN
Code/src/assets/img/nextAc.png


+ 3 - 2
Code/src/components/BaseImg/index.module.scss

@@ -34,8 +34,8 @@
       left: 50%;
       transform: translateX(-50%);
       cursor: pointer;
-      width: 100px;
-      height: 31px;
+      width: 120px;
+      height: 36px;
       z-index: 10;
       background-size: 100% 100%;
       background-image: url('../../assets/img/btn.png');
@@ -43,6 +43,7 @@
       transition: all 0.3s;
 
       .BIBtxt {
+        font-size: 18px;
         position: absolute;
         top: 0;
         left: 0;

+ 2 - 2
Code/src/components/NextPage/index.module.scss

@@ -12,7 +12,7 @@
       width: 100%;
       height: 100%;
       background-size: 100% 100%;
-      background-image: url('../../assets/img/btn.png');
+      background-image: url('../../assets/img/next.png');
       color: #fffddc;
       transition: all 0.3s;
       font-size: 16px;
@@ -25,7 +25,7 @@
         font-size: 14px;
       }
       &:hover {
-        background-image: url('../../assets/img/btnAc.png');
+        background-image: url('../../assets/img/nextAc.png');
         color: #b67150;
       }
     }

+ 4 - 4
Code/src/pages/A1home/index.module.scss

@@ -32,9 +32,9 @@
 
       .A1lodingBtn {
         cursor: pointer;
-        width: 100px;
-        height: 31px;
-        bottom: 4%;
+        width: 120px;
+        height: 36px;
+        bottom: 3%;
         background-size: 100% 100%;
         background-image: url('../../assets/img/btn.png');
         color: #fffddc;
@@ -49,7 +49,7 @@
           display: flex;
           justify-content: center;
           align-items: center;
-          font-size: 16px;
+          font-size: 20px;
         }
         &:hover {
           background-image: url('../../assets/img/btnAc.png');

+ 4 - 3
Code/src/pages/B1more/S1manor/index.module.scss

@@ -32,9 +32,9 @@
           height: auto;
         }
         .BIBtxt {
-          margin-top: 30px;
-          width: 100px;
-          height: 31px;
+          margin-top: 10px;
+          width: 120px;
+          height: 36px;
           display: flex;
           justify-content: center;
           align-items: center;
@@ -42,6 +42,7 @@
           background-image: url('../../../assets/img/btn.png');
           color: #fffddc;
           transition: all 0.3s;
+          font-size: 18px;
         }
         &:hover {
           .BIBtxt {