37 lines
646 B
Vue
37 lines
646 B
Vue
<template>
|
|
<view class="help-outer">
|
|
<!-- <text class="ts-text">功能正在设计中...</text> -->
|
|
<scroll-view scroll-y="true" style="overflow: scroll;height: 1330px;">
|
|
<u-image class="helpImg" src="../../static/helppng.png" height="1535px" width="375px"></u-image>
|
|
</scroll-view>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
|
|
</script>
|
|
|
|
<style>
|
|
.help-outer{
|
|
width: 100%;
|
|
height:80rem !important;
|
|
}
|
|
.helpImg{
|
|
width: 100%;
|
|
height:80rem !important;
|
|
}
|
|
.u-image{
|
|
width: 100%;
|
|
height:80rem !important;
|
|
}
|
|
.u-image__image{
|
|
width: 100%;
|
|
height:80rem !important;
|
|
}
|
|
img{
|
|
width: 100%;
|
|
height:80rem !important;
|
|
}
|
|
|
|
|
|
</style> |