Kaynağa Gözat

首页样式优化

zhouna 4 yıl önce
ebeveyn
işleme
94cf8f87bd

+ 4 - 3
src/css/homeStatic.less

@@ -79,9 +79,10 @@
     width: 100%;
     text-align: center;
     margin:180px 0 50px 0;
-    color: #333;
-    font-size: 2.7vw;
-    font-weight: bold;
+    img{
+      width: 47%;
+      max-width: 647px;
+    }
   }
   .staticBg {
     width: 62.4%;

+ 1 - 1
src/html/homeStatic.html

@@ -32,7 +32,7 @@
           </div>
       </div>
     </div>
-    <p class="foryou">——— 为你提供丰富的医学知识查询 ———</p>
+    <p class="foryou"><img src="../images/word.png" alt=""></p>
     <div class="staticBg">
       <img src="../images/staticBg.png" alt="">
     </div>

BIN
src/images/word.png


+ 1 - 0
src/js/homeStatic.js

@@ -6,6 +6,7 @@ let searchType = 0;
 require('./../images/staticBgS.png').replace(/^undefined/g, '')
 require('./../images/staticLogo.png').replace(/^undefined/g, '')
 require('./../images/staticBg.png').replace(/^undefined/g, '')
+require('./../images/word.png').replace(/^undefined/g, '')
 
 $(function(){
   getAllTypes()