完善登录页面布局
This commit is contained in:
@@ -552,12 +552,15 @@ const handleQQLogin = () => uni.showToast({ title: 'QQ登录开发中', icon: 'n
|
||||
.input{
|
||||
width: 100%;
|
||||
height: 44px;
|
||||
line-height: 44px;
|
||||
border-radius: 10px;
|
||||
background: var(--inputbg);
|
||||
padding: 0 14px;
|
||||
font-size: 14px;
|
||||
color: var(--text);
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/* Code row */
|
||||
|
||||
@@ -429,8 +429,11 @@ page {
|
||||
.input-field {
|
||||
flex: 1;
|
||||
font-size: 28rpx;
|
||||
height: 100%;
|
||||
height: 88rpx;
|
||||
line-height: 88rpx;
|
||||
color: #333333;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.code-input {
|
||||
@@ -479,7 +482,10 @@ page {
|
||||
/* 已有账号提示 */
|
||||
.tips {
|
||||
margin-top: 30rpx;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.tips-text {
|
||||
@@ -497,10 +503,17 @@ page {
|
||||
.protocol {
|
||||
margin-top: 40rpx;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.protocol checkbox-group {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.protocol checkbox {
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user