|
|
@@ -119,8 +119,8 @@ export default {
|
|
|
|
|
|
.login-modal {
|
|
|
position: relative;
|
|
|
- width: 600upx;
|
|
|
- max-width: 90vw;
|
|
|
+ width: 680upx;
|
|
|
+ max-width: 95vw;
|
|
|
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
|
|
border-radius: 24upx;
|
|
|
box-shadow: 0 20upx 60upx rgba(0, 0, 0, 0.3);
|
|
|
@@ -206,7 +206,7 @@ export default {
|
|
|
box-shadow: 0 8upx 32upx rgba(0, 0, 0, 0.1);
|
|
|
|
|
|
.icon-text {
|
|
|
- font-size: 60upx;
|
|
|
+ font-size: 70upx;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -216,7 +216,7 @@ export default {
|
|
|
margin-bottom: 50upx;
|
|
|
|
|
|
.title {
|
|
|
- font-size: 44upx;
|
|
|
+ font-size: 50upx;
|
|
|
font-weight: 600;
|
|
|
color: #ffffff;
|
|
|
margin-bottom: 16upx;
|
|
|
@@ -224,7 +224,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.subtitle {
|
|
|
- font-size: 32upx;
|
|
|
+ font-size: 36upx;
|
|
|
color: rgba(255, 255, 255, 0.9);
|
|
|
line-height: 1.4;
|
|
|
text-shadow: 0 1upx 2upx rgba(0, 0, 0, 0.2);
|
|
|
@@ -265,7 +265,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.btn-text {
|
|
|
- font-size: 36upx;
|
|
|
+ font-size: 40upx;
|
|
|
font-weight: 600;
|
|
|
color: #ffffff;
|
|
|
letter-spacing: 1upx;
|
|
|
@@ -276,7 +276,7 @@ export default {
|
|
|
// 说明文字区域
|
|
|
.notice-section {
|
|
|
.notice-text {
|
|
|
- font-size: 28upx;
|
|
|
+ font-size: 32upx;
|
|
|
color: rgba(255, 255, 255, 0.8);
|
|
|
line-height: 1.5;
|
|
|
text-align: center;
|
|
|
@@ -287,7 +287,7 @@ export default {
|
|
|
// 响应式适配
|
|
|
@media (max-width: 750upx) {
|
|
|
.login-modal {
|
|
|
- width: 520upx;
|
|
|
+ width: 580upx;
|
|
|
}
|
|
|
|
|
|
.content-wrapper {
|
|
|
@@ -299,23 +299,23 @@ export default {
|
|
|
height: 80upx;
|
|
|
|
|
|
.icon-text {
|
|
|
- font-size: 48upx;
|
|
|
+ font-size: 56upx;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.text-section .title {
|
|
|
- font-size: 38upx;
|
|
|
+ font-size: 42upx;
|
|
|
}
|
|
|
|
|
|
.text-section .subtitle {
|
|
|
- font-size: 30upx;
|
|
|
+ font-size: 34upx;
|
|
|
}
|
|
|
|
|
|
.button-section .login-btn {
|
|
|
height: 80upx;
|
|
|
|
|
|
.btn-text {
|
|
|
- font-size: 34upx;
|
|
|
+ font-size: 38upx;
|
|
|
}
|
|
|
}
|
|
|
}
|