Browse Source

修改样式

See999 5 years ago
parent
commit
f7ed074054
2 changed files with 3 additions and 3 deletions
  1. 2 2
      src/pages/home/login.vue
  2. 1 1
      src/styles/style.scss

+ 2 - 2
src/pages/home/login.vue View File

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

+ 1 - 1
src/styles/style.scss View File

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