Browse Source

pc端欢迎页面

James 4 years ago
parent
commit
b644be63aa
3 changed files with 3 additions and 3 deletions
  1. BIN
      src/assets/images/index-bg.png
  2. BIN
      src/assets/images/index-btn-bg.png
  3. 3 3
      src/pages/index/index.vue

BIN
src/assets/images/index-bg.png


BIN
src/assets/images/index-btn-bg.png


+ 3 - 3
src/pages/index/index.vue

@@ -54,7 +54,7 @@ export default {
     left: 0;
     height: 100%;
     background: url("../../assets/images/index-bg.png") no-repeat center center;
-    background-size: cover;
+    background-size: 100% 100%;
     .con {
       left: 50%;
       top: 25%;
@@ -64,12 +64,12 @@ export default {
       position: relative;
       .btn {
         margin: 0 auto;
-        margin-top: 26px;
+        margin-top: 5vw;
         width: 100%;
         height: 74px;
         line-height: 74px;
         text-align: center;
-        background: url(../../assets/images/btn-bg.png) no-repeat;
+        background: url(../../assets/images/index-btn-bg.png) no-repeat;
         background-size: 100% 100%;
         cursor: pointer;
         .btn-txt {