|
|
|
@ -7,11 +7,11 @@
|
|
|
|
|
<!-- 滚动条 -->
|
|
|
|
|
<image class="roll" @click="go_to_roll()" src="/static/information/boy_height/pictures/roll.png"></image>
|
|
|
|
|
<!-- 按钮 -->
|
|
|
|
|
<image class="button" @click="go_to_purpose" src="/static/information/boy_height/pictures/button.png"></image>
|
|
|
|
|
<image class="button" @click="go_to_purpose()" src="/static/information/boy_height/pictures/button.png"></image>
|
|
|
|
|
<!-- 进度条 -->
|
|
|
|
|
<image class="progress" src="/static/information/boy_height/pictures/progress.png"></image>
|
|
|
|
|
<!-- 文本-->
|
|
|
|
|
<text class="text" @click="goTob_roll">{{height}}</text>
|
|
|
|
|
<text class="text" @click="go_to_roll()">{{height}}</text>
|
|
|
|
|
</view>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
@ -101,7 +101,7 @@ export default {
|
|
|
|
|
font-size: 1.5em;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 20%;
|
|
|
|
|
top: 68%;
|
|
|
|
|
top: 69%;
|
|
|
|
|
color:#ffffff;
|
|
|
|
|
}
|
|
|
|
|
</style>
|