jhwxapp/miniprogram/pages/login/index.wxss

115 lines
2.1 KiB
Plaintext
Raw Normal View History

2024-03-19 23:25:38 +08:00
/* pages/login/index.wxss */
2024-05-03 10:37:27 +08:00
page {
2024-03-19 23:25:38 +08:00
background: #191d28 url("https://szgcwx.jhncidg.com/staticFiles/img/CORE_40247DD946964A15AA0D4000E1031E19.png") no-repeat bottom/100%;
2023-08-10 01:21:29 +08:00
}
2024-05-03 10:37:27 +08:00
.login_title {
2023-08-30 23:57:34 +08:00
height: 180rpx;
line-height: 180rpx;
2024-03-17 16:19:31 +08:00
color: #DDDDDD;
2023-10-16 00:00:50 +08:00
font-size: 41rpx;
2023-08-10 01:21:29 +08:00
font-weight: bold;
2023-08-30 23:57:34 +08:00
text-align: center;
2024-03-19 23:25:38 +08:00
background: url("https://szgcwx.jhncidg.com/staticFiles/img/yanzhu_title.png") no-repeat left/100% 100%;
2023-08-10 01:21:29 +08:00
}
2024-05-03 10:37:27 +08:00
.login_title text {
2023-08-10 01:21:29 +08:00
border-bottom: 3px solid #728ce3;
}
2024-05-03 10:37:27 +08:00
.login_bg {
2023-08-10 01:21:29 +08:00
border-radius: 20rpx;
margin: 0 40rpx;
2023-08-30 23:57:34 +08:00
padding: 25rpx 40rpx;
2023-10-16 00:00:50 +08:00
margin-top: 10rpx;
2023-08-10 01:21:29 +08:00
}
2024-05-03 10:37:27 +08:00
.login_dl {
2024-03-17 16:19:31 +08:00
color: #728ce3;
2023-08-10 01:21:29 +08:00
font-size: 40rpx;
font-weight: bold;
}
2024-05-03 10:37:27 +08:00
.login_ex {
padding: 20rpx 0;
2023-10-16 00:00:50 +08:00
font-size: 30rpx;
2024-03-17 16:19:31 +08:00
border-bottom: 20rpx dashed #728ce3;
2023-10-16 00:00:50 +08:00
width: 50%;
2023-08-10 01:21:29 +08:00
}
2024-05-03 10:37:27 +08:00
.login_input {
2023-08-10 01:21:29 +08:00
margin-top: 50rpx;
}
2024-05-03 10:37:27 +08:00
.login_input .name {
2024-03-19 23:25:38 +08:00
background: url("https://szgcwx.jhncidg.com/staticFiles/img/login_name.png") no-repeat left/40rpx;
2023-08-10 01:21:29 +08:00
border-bottom: 1px solid #5e6ea2;
height: 100rpx;
2024-05-03 10:37:27 +08:00
width: 85%;
2023-08-10 01:21:29 +08:00
color: #728ce3;
2024-03-17 16:19:31 +08:00
padding: 0 50rpx;
2023-08-10 01:21:29 +08:00
}
2024-05-03 10:37:27 +08:00
.login_btn {
margin: 20rpx 60rpx 60rpx 60rpx;
2023-08-10 01:21:29 +08:00
height: 80rpx;
background-image: linear-gradient(#5b9fff, #7655fc);
border-radius: 80rpx;
text-align: center;
line-height: 80rpx;
}
2024-05-03 10:37:27 +08:00
.login_btn:active {
background-image: linear-gradient(#7655fc, #5b9fff);
2023-08-10 01:21:29 +08:00
}
2024-05-03 10:37:27 +08:00
.login_logo {
2023-09-01 02:28:39 +08:00
width: 100%;
2024-05-03 10:37:27 +08:00
height: 100rpx;
2023-09-01 02:28:39 +08:00
text-align: center;
}
2024-05-03 10:37:27 +08:00
.login_logo image {
2024-03-25 01:40:33 +08:00
height: 70rpx;
margin-top: 30rpx;
2023-09-01 02:28:39 +08:00
}
2023-08-10 01:21:29 +08:00
2024-03-17 16:19:31 +08:00
.login_input .pass {
2024-03-19 23:25:38 +08:00
background: url("https://szgcwx.jhncidg.com/staticFiles/img/login_pass.png") no-repeat left/40rpx;
2024-03-17 16:19:31 +08:00
border-bottom: 1px solid #5e6ea2;
height: 100rpx;
width: 85%;
color: #728ce3;
padding: 0 50rpx;
}
.login_input .code {
2024-03-19 23:25:38 +08:00
background: url("https://szgcwx.jhncidg.com/staticFiles/img/login_code.png") no-repeat left/40rpx;
2024-03-17 16:19:31 +08:00
border-bottom: 1px solid #5e6ea2;
height: 100rpx;
width: 74%;
color: #728ce3;
padding: 0 50rpx;
}
2024-05-03 10:37:27 +08:00
.login_code image {
2024-03-17 16:19:31 +08:00
margin-top: 50rpx;
margin-left: 12rpx;
width: 100%;
height: 100rpx;
}
2024-05-03 10:37:27 +08:00
.lv {
height: 80rpx;
line-height: 80rpx;
color: #728ce3;
}
2023-08-10 01:21:29 +08:00
2024-05-03 10:37:27 +08:00
.lv-r {
text-align: right;
}
2023-08-10 01:21:29 +08:00
2024-05-03 10:37:27 +08:00
.pc {
text-align: center;
color: #5e6ea2;
}