See999 před 5 roky
rodič
revize
f7ed074054
2 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 2 2
      src/pages/home/login.vue
  2. 1 1
      src/styles/style.scss

+ 2 - 2
src/pages/home/login.vue Zobrazit soubor

187
             width: 90%;
187
             width: 90%;
188
             border: none;
188
             border: none;
189
             outline: none;
189
             outline: none;
190
-            font-size: 0.45rem;
190
+            font-size: 0.6rem;
191
           }
191
           }
192
           .mint-cell {
192
           .mint-cell {
193
             width: 100%;
193
             width: 100%;
224
         line-height: 1.4rem;
224
         line-height: 1.4rem;
225
         background: $main-color;
225
         background: $main-color;
226
         color: #fff;
226
         color: #fff;
227
-        font-size: 0.45rem;
227
+        font-size: 0.6rem;
228
         @include text-align;
228
         @include text-align;
229
         border-radius: 4px;
229
         border-radius: 4px;
230
         margin: 1rem 0 0 0;
230
         margin: 1rem 0 0 0;

+ 1 - 1
src/styles/style.scss Zobrazit soubor

364
 }
364
 }
365
 
365
 
366
 .van-popup {
366
 .van-popup {
367
-  top: 5% !important;
367
+  top: 7% !important;
368
   transform: translate3d(-50%, 0, 0) !important;
368
   transform: translate3d(-50%, 0, 0) !important;
369
 }
369
 }
370
 
370