修改完成待测试
This commit is contained in:
+26
-7
@@ -197,6 +197,8 @@
|
||||
</view>
|
||||
<!-- #endif -->
|
||||
|
||||
<LoginAdvertisement />
|
||||
|
||||
<view class="register-entry">
|
||||
<text>还没有账号?</text>
|
||||
<button
|
||||
@@ -278,6 +280,7 @@
|
||||
import { ref } from "vue";
|
||||
import { onBackPress, onShow, onUnload } from "@dcloudio/uni-app";
|
||||
import AuthPageShell from "@/components/auth/PageShell.vue";
|
||||
import LoginAdvertisement from "@/components/auth/LoginAdvertisement.vue";
|
||||
import AppToast from "@/components/AppToast.vue";
|
||||
import TacVerification from "@/components/auth/TacVerification.vue";
|
||||
import {
|
||||
@@ -777,11 +780,23 @@ const submitWechatLogin = async () => {
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.login-page {
|
||||
height: var(--app-viewport-height);
|
||||
min-height: 0;
|
||||
max-height: var(--app-viewport-height);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.login-page :deep(.auth-shell__paper) {
|
||||
min-height: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.login-content {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
justify-content: flex-start;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
max-width: 480px;
|
||||
@@ -817,6 +832,7 @@ const submitWechatLogin = async () => {
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
min-height: var(--app-touch-min);
|
||||
margin-top: 6rpx;
|
||||
}
|
||||
|
||||
.login-tab {
|
||||
@@ -825,7 +841,7 @@ const submitWechatLogin = async () => {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-height: 88rpx;
|
||||
color: #80684f;
|
||||
color: #5d493b;
|
||||
font-size: clamp(19px, 34rpx, 24px);
|
||||
letter-spacing: 2rpx;
|
||||
}
|
||||
@@ -893,7 +909,7 @@ const submitWechatLogin = async () => {
|
||||
}
|
||||
|
||||
.input-placeholder {
|
||||
color: #9f968d;
|
||||
color: #766c63;
|
||||
}
|
||||
|
||||
.password-toggle {
|
||||
@@ -925,7 +941,7 @@ const submitWechatLogin = async () => {
|
||||
}
|
||||
|
||||
.get-code--disabled {
|
||||
color: #9f968d;
|
||||
color: #766c63;
|
||||
}
|
||||
|
||||
.form-secondary-row {
|
||||
@@ -945,6 +961,7 @@ const submitWechatLogin = async () => {
|
||||
|
||||
.login-submit {
|
||||
display: grid;
|
||||
margin-top: 26rpx;
|
||||
place-items: center;
|
||||
}
|
||||
|
||||
@@ -973,6 +990,7 @@ const submitWechatLogin = async () => {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-height: var(--app-touch-min);
|
||||
margin-top: 8rpx;
|
||||
color: #493323;
|
||||
font-size: clamp(16px, 28rpx, 20px);
|
||||
}
|
||||
@@ -987,8 +1005,9 @@ const submitWechatLogin = async () => {
|
||||
|
||||
.agreement-area {
|
||||
position: relative;
|
||||
margin-top: 2rpx;
|
||||
margin-bottom: 48rpx;
|
||||
color: #58483c;
|
||||
color: #493323;
|
||||
}
|
||||
|
||||
.agreement-row {
|
||||
@@ -1041,7 +1060,7 @@ const submitWechatLogin = async () => {
|
||||
}
|
||||
|
||||
.third-party-login__divider {
|
||||
color: rgba(76, 57, 41, 0.62);
|
||||
color: #5f4b3c;
|
||||
font-size: clamp(12px, 21rpx, 15px);
|
||||
}
|
||||
|
||||
@@ -1059,7 +1078,7 @@ const submitWechatLogin = async () => {
|
||||
}
|
||||
|
||||
.wechat-login[disabled] {
|
||||
opacity: 0.52;
|
||||
opacity: 0.68;
|
||||
}
|
||||
|
||||
.wechat-login__mark {
|
||||
|
||||
Reference in New Issue
Block a user