新生报到移动端V1.0

This commit is contained in:
2025-07-16 17:44:45 +08:00
commit 50d2d6a12d
1058 changed files with 146425 additions and 0 deletions

37
pages/help/helpword.vue Normal file
View File

@@ -0,0 +1,37 @@
<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>

24
pages/help/noopen.vue Normal file
View File

@@ -0,0 +1,24 @@
<template>
<view class="help-outer">
<text class="ts-text">系统暂未开放...</text>
</view>
</template>
<script>
</script>
<style>
.help-outer{
display: flex;
flex-direction: column;
justify-content: center;
height: 20rem;
width: 100%;
}
.ts-text{
text-align: center;
font-size: 3rem;
}
</style>