Selaa lähdekoodia

下拉tip组件更新

任一存 3 vuotta sitten
vanhempi
commit
fc3aa47fc2
2 muutettua tiedostoa jossa 8 lisäystä ja 6 poistoa
  1. BIN
      src/assets/image/下拉.png
  2. 8 6
      src/components/SlideTip.vue

BIN
src/assets/image/下拉.png


+ 8 - 6
src/components/SlideTip.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="slide-tip">
     <div class="slide-tip_text">
-      向<br>下<br>滑<br>动
+      文<br>脉
     </div>
     <img
       class="slide-tip_image"
@@ -17,13 +17,15 @@
   bottom: 5.45rem;
   left: 50%;
   transform: translateX(-50%);
-  font-size: 2.370vh;
-  font-family: Adobe Heiti Std;
-  color: #13357E;
   animation: twinkle 2s infinite;
+  font-size: 1.13rem;
+  font-family: Source Han Sans CN;
+  font-weight: 500;
+  color: #18489D;
   .slide-tip_image {
-    height: 2.330vh;
-    margin-top: 1.5vh;
+    width: 0.94rem;
+    height: 2.47rem;
+    margin-top: 0.94rem;
   }
 }
 @keyframes twinkle {