JewelryMall/miniprogram/unpackage/dist/dev/mp-weixin/pages/login/index.wxss
2026-02-21 16:18:01 +08:00

54 lines
992 B
Plaintext

.login-page.data-v-d08ef7d4 {
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: #fff;
padding: 0 60rpx;
}
.login-header.data-v-d08ef7d4 {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 120rpx;
}
.login-logo.data-v-d08ef7d4 {
width: 160rpx;
height: 160rpx;
margin-bottom: 30rpx;
}
.login-title.data-v-d08ef7d4 {
font-size: 40rpx;
font-weight: bold;
color: #333;
margin-bottom: 16rpx;
}
.login-desc.data-v-d08ef7d4 {
font-size: 26rpx;
color: #999;
}
.login-actions.data-v-d08ef7d4 {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.login-btn.data-v-d08ef7d4 {
width: 100%;
height: 88rpx;
line-height: 88rpx;
background: #e4393c;
color: #fff;
font-size: 32rpx;
border-radius: 44rpx;
border: none;
text-align: center;
}
.login-skip.data-v-d08ef7d4 {
margin-top: 32rpx;
font-size: 26rpx;
color: #999;
}