|
|
@ -3,7 +3,7 @@
|
|
|
|
<view class="background">
|
|
|
|
<view class="background">
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 人物 -->
|
|
|
|
<!-- 人物 -->
|
|
|
|
<image class="human" src="/static/information/girl_height/pictures/huamn.png"></image>
|
|
|
|
<image class="human" src="/static/information/girl_height/pictures/human.png"></image>
|
|
|
|
<!-- 滚动条 -->
|
|
|
|
<!-- 滚动条 -->
|
|
|
|
<image class="roll" @click="go_to_roll" src="/static/information/girl_height/pictures/roll.png"></image>
|
|
|
|
<image class="roll" @click="go_to_roll" src="/static/information/girl_height/pictures/roll.png"></image>
|
|
|
|
<!-- 按钮 -->
|
|
|
|
<!-- 按钮 -->
|
|
|
@ -109,10 +109,10 @@ export default {
|
|
|
|
/* 定义 human 上移动画 */
|
|
|
|
/* 定义 human 上移动画 */
|
|
|
|
@keyframes moveUp {
|
|
|
|
@keyframes moveUp {
|
|
|
|
from {
|
|
|
|
from {
|
|
|
|
top: 70%;
|
|
|
|
top: 55%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
to {
|
|
|
|
top: 35%; /* 移动到页面顶部 10% */
|
|
|
|
top: 35%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|