first commit
This commit is contained in:
70
unpackage/dist/dev/mp-weixin/pages/login/login.wxss
vendored
Normal file
70
unpackage/dist/dev/mp-weixin/pages/login/login.wxss
vendored
Normal file
@@ -0,0 +1,70 @@
|
||||
|
||||
.login-container.data-v-e4e4508d {
|
||||
min-height: 100vh;
|
||||
background: linear-gradient(135deg, #FF7A00 0%, #FF9500 100%);
|
||||
padding: 80rpx 40rpx;
|
||||
}
|
||||
.login-header.data-v-e4e4508d {
|
||||
text-align: center;
|
||||
margin-bottom: 100rpx;
|
||||
}
|
||||
.title.data-v-e4e4508d {
|
||||
display: block;
|
||||
font-size: 48rpx;
|
||||
font-weight: bold;
|
||||
color: #ffffff;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
.subtitle.data-v-e4e4508d {
|
||||
display: block;
|
||||
font-size: 28rpx;
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
.login-form.data-v-e4e4508d {
|
||||
background: #ffffff;
|
||||
border-radius: 32rpx;
|
||||
padding: 60rpx 40rpx;
|
||||
box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
.form-item.data-v-e4e4508d {
|
||||
margin-bottom: 32rpx;
|
||||
}
|
||||
.prefix-icon.data-v-e4e4508d {
|
||||
font-size: 32rpx;
|
||||
color: #FF7A00;
|
||||
}
|
||||
.form-actions.data-v-e4e4508d {
|
||||
margin-top: 60rpx;
|
||||
}
|
||||
.form-switch.data-v-e4e4508d {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-top: 32rpx;
|
||||
font-size: 28rpx;
|
||||
color: #666;
|
||||
}
|
||||
.form-switch text.data-v-e4e4508d {
|
||||
padding: 16rpx 0;
|
||||
}
|
||||
.register-link.data-v-e4e4508d {
|
||||
color: #FF7A00 !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
/* 按钮自定义样式 - 使用全局样式 */
|
||||
.btn-primary {
|
||||
background: linear-gradient(135deg, #FF7A00 0%, #FF9500 100%) !important;
|
||||
border: none !important;
|
||||
border-radius: 8rpx !important;
|
||||
color: #FFFFFF !important;
|
||||
box-shadow: 0 4rpx 12rpx rgba(255, 122, 0, 0.3) !important;
|
||||
outline: none !important;
|
||||
}
|
||||
.btn-primary::after {
|
||||
border: none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
.btn-primary:active {
|
||||
background: linear-gradient(135deg, #FF6900 0%, #FF8500 100%) !important;
|
||||
}
|
||||
Reference in New Issue
Block a user