Browse Source

移动端首页调整

James 4 years ago
parent
commit
7742369166
1 changed files with 14 additions and 0 deletions
  1. 14 0
      src/pages/index/index.vue

+ 14 - 0
src/pages/index/index.vue

@@ -97,6 +97,20 @@ export default {
     .bgimg {
       background: url("../../assets/images/mobile-index-bg.png") no-repeat center center;
       background-size: 100% 100%;
+      .title {
+        position: relative;
+        top:40%;
+        width: 75vw;
+        margin:0 auto;
+        font-size: 14px;
+        font-family: Source Han Sans CN;
+        font-weight: bold;
+        line-height: 20px;
+        color: #FCD67B;
+        opacity: 1;
+        text-align: center;
+
+     }
       .con {
         width: 80%;
         left: 50%;