修改身高体重显示问题

master
Gary 3 months ago
parent 5e84d8b2fe
commit 5209c36f6e

@ -3,7 +3,7 @@
<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>
<!-- 按钮 -->

@ -3,7 +3,7 @@
<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>
<!-- 按钮 -->
@ -109,10 +109,10 @@ export default {
/* 定义 human 上移动画 */
@keyframes moveUp {
from {
top: 70%;
top: 55%;
}
to {
top: 35%; /* 移动到页面顶部 10% */
top: 35%;
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 905 KiB

Loading…
Cancel
Save