|
@@ -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 {
|