fix: package-list
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 46s

This commit is contained in:
sexygoat
2026-04-15 15:17:12 +08:00
parent 181d24a388
commit d3a40f0d77
3 changed files with 167 additions and 8 deletions

View File

@@ -492,12 +492,13 @@
.btn-login {
width: 100%;
height: 108rpx;
background: #FFFFFF;
border: none;
background: rgba(255, 255, 255, 0.25);
backdrop-filter: blur(10px);
border: 2rpx solid rgba(255, 255, 255, 0.4);
border-radius: 20rpx;
font-size: 36rpx;
font-weight: 600;
color: $uni-color-primary;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
@@ -506,8 +507,9 @@
}
.btn-login.disabled {
background: rgba(255, 255, 255, 0.4);
background: rgba(255, 255, 255, 0.3);
color: rgba(255, 255, 255, 0.7);
border: 2rpx solid rgba(255, 255, 255, 0.2);
box-shadow: none;
}