2023-2-25

功能完善
This commit is contained in:
2023-02-25 17:06:13 +08:00
parent 0f4896f20e
commit 66d86ac0b9
3 changed files with 245 additions and 232 deletions

View File

@@ -5,8 +5,8 @@
<view class="right-top-sign"></view>
<!-- 设置白色背景防止软键盘把下部绝对定位元素顶上来盖住输入框等 -->
<view class="wrapper">
<view class="left-top-sign">注册</view>
<view class="welcome">欢迎回来</view>
<!-- <view class="left-top-sign">注册</view> -->
<view class="welcome">注册</view>
<view class="input-content">
<view class="input-item">
<text class="tit">手机号码</text>
@@ -196,7 +196,7 @@
}
.container {
padding-top: 115px;
padding-top: 105px;
position: relative;
width: 100vw;
height: 120vh;
@@ -270,7 +270,7 @@
.welcome {
position: relative;
left: 50upx;
top: -90upx;
top: -20upx;
font-size: 46upx;
color: #555;
text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.3);
@@ -329,11 +329,11 @@
font-size: $font-sm + 2upx;
color: $font-color-spec;
text-align: center;
margin-top: 40upx;
margin-top: 20upx;
}
.register-section {
margin-top: 40upx;
margin-top: 20upx;
width: 100%;
font-size: $font-sm + 2upx;
color: $font-color-base;