You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
1016 B

<view class="container">
<!-- 图片容器,包含背景图片和文字 -->
<view class="image-container" style="position: relative; left: 0rpx; top: -46rpx">
<!-- 背景图片 -->
<image class="background-image" src="/assets/img/lodding/lodding1.png" mode="widthFix"></image>
<!-- 文字 -->
<view class="overlay-text">
<text style="position: relative; left: -91rpx; top: 159rpx">学生点</text>
<text style="position: relative; left: 67rpx; top: -69rpx">名系统</text>
</view>
</view>
<view class="image-container2" style="position: relative; left: 0rpx; top: -15rpx">
<!-- 背景图片 -->
<image class="background-image2" src="/assets/img/lodding/lodding2.png" mode="widthFix"></image>
<!-- 按钮,使用绝对定位居中 -->
<view class='image-button'>
<button class='start-button' bindtap="startApp" style="width: 436rpx; display: block; box-sizing: border-box; left: 0rpx; top: 0rpx">开始使用</button>
</view>
</view>
</view>