修改完成

This commit is contained in:
2026-07-21 07:53:03 +08:00
parent 01d246c47b
commit ff60119277
172 changed files with 7982 additions and 2999 deletions
+41 -49
View File
@@ -157,7 +157,11 @@
mode="aspectFit"
/>
<view class="success-dialog__content">
<text class="success-mark"></text>
<image
class="success-mark"
src="/static/assets/foundation/transparent/brand-seal.png"
mode="aspectFit"
/>
<text class="success-title">密码已重设</text>
<text class="success-copy">请返回登录页使用新密码登录</text>
<view
@@ -259,18 +263,16 @@ const submitReset = () => {
<style scoped lang="scss">
.auth-page {
position: relative;
width: 100%;
height: 100dvh;
min-height: 100%;
overflow-x: hidden;
overflow-y: auto;
background: #f7f0e4;
color: #493323;
}
.page-canvas {
position: relative;
display: grid;
box-sizing: border-box;
width: 100%;
min-height: calc(1665rpx + env(safe-area-inset-bottom));
@@ -278,48 +280,49 @@ const submitReset = () => {
}
.page-backdrop {
position: absolute;
inset: 0 0 auto;
grid-area: 1 / 1;
align-self: start;
width: 100%;
height: 1665rpx;
pointer-events: none;
}
.brand-seal {
position: absolute;
z-index: 1;
top: 64rpx;
left: 50%;
grid-area: 1 / 1;
align-self: start;
justify-self: center;
width: 184rpx;
height: 221rpx;
transform: translateX(-50%);
margin-top: 64rpx;
pointer-events: none;
}
.reset-content {
position: relative;
z-index: 2;
grid-area: 1 / 1;
box-sizing: border-box;
padding: 430rpx 64rpx 46rpx;
}
.page-heading {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
display: grid;
grid-template-rows: auto auto auto;
justify-items: center;
min-height: 154rpx;
}
.back-button {
position: absolute;
top: 10rpx;
left: 0;
display: flex;
grid-row: 1 / -1;
grid-column: 1;
align-self: start;
justify-self: start;
align-items: center;
justify-content: center;
width: 88rpx;
height: 88rpx;
margin-top: 10rpx;
}
.back-button__icon {
@@ -328,18 +331,21 @@ const submitReset = () => {
transform: scaleX(-1);
}
.page-title {
grid-row: 1;
color: #9f170f;
font-size: 66rpx;
font-weight: 700;
letter-spacing: 7rpx;
}
.page-subtitle {
grid-row: 2;
margin-top: 12rpx;
color: #806c58;
font-size: 25rpx;
letter-spacing: 1rpx;
}
.reset-divider {
grid-row: 3;
width: 300rpx;
height: 50rpx;
margin-top: 2rpx;
@@ -367,7 +373,7 @@ const submitReset = () => {
.auth-input {
flex: 1;
min-width: 0;
height: 82rpx;
min-height: 82rpx;
color: #3f2c1d;
font-size: 27rpx;
}
@@ -394,25 +400,21 @@ const submitReset = () => {
}
.reset-submit {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 104rpx;
display: grid;
place-items: center;
min-height: 104rpx;
margin-top: 26rpx;
overflow: hidden;
}
.reset-submit__skin,
.success-action__skin {
position: absolute;
inset: 0;
grid-area: 1 / 1;
width: 100%;
height: 100%;
}
.reset-submit__content {
position: relative;
z-index: 1;
grid-area: 1 / 1;
color: #fffaf0;
font-size: 39rpx;
letter-spacing: 6rpx;
@@ -453,24 +455,25 @@ const submitReset = () => {
}
.success-dialog {
position: relative;
display: grid;
width: 620rpx;
height: 520rpx;
min-height: 520rpx;
max-height: calc(100vh - 80rpx);
}
.success-dialog__skin {
position: absolute;
inset: 0;
grid-area: 1 / 1;
width: 100%;
height: 100%;
}
.success-dialog__content {
position: relative;
z-index: 1;
display: flex;
grid-area: 1 / 1;
flex-direction: column;
align-items: center;
box-sizing: border-box;
height: 100%;
min-height: 100%;
overflow-y: auto;
padding: 64rpx 64rpx 42rpx;
text-align: center;
}
@@ -487,30 +490,20 @@ const submitReset = () => {
line-height: 40rpx;
}
.success-mark {
display: flex;
align-items: center;
justify-content: center;
width: 82rpx;
height: 82rpx;
margin-bottom: 20rpx;
border: 2rpx solid #a7160c;
border-radius: 50%;
color: #a7160c;
font-size: 48rpx;
}
.success-action {
position: relative;
display: flex;
align-items: center;
justify-content: center;
display: grid;
place-items: center;
width: 100%;
height: 82rpx;
min-height: 82rpx;
margin-top: 24rpx;
overflow: hidden;
}
.success-action__copy {
position: relative;
z-index: 1;
grid-area: 1 / 1;
color: #fffaf0;
font-size: 30rpx;
letter-spacing: 4rpx;
@@ -537,7 +530,6 @@ const submitReset = () => {
transform: translateX(-50%);
}
.feedback-toast__copy {
position: relative;
z-index: 1;
padding: 16rpx 36rpx;
color: #5c4330;