|
@@ -55,8 +55,8 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .tel-btn-disabled{background-image: url("@/static/images/login/login-btn-bj-disabled.png");color:#999b9a;}
|
|
|
|
|
- .tel-btn-normal{background-image: url("@/static/images/login/login-btn-bj.png");color:#fff;}
|
|
|
|
|
|
|
+ .login-btn-disabled{background-image: url("@/static/images/login/login-btn-bj-disabled.png");color:#999b9a;}
|
|
|
|
|
+ .login-btn-normal{background-image: url("@/static/images/login/login-btn-bj.png");color:#fff;}
|
|
|
.bottom-btn-box{
|
|
.bottom-btn-box{
|
|
|
position: absolute;bottom:8%;left: 50%;transform: translateX(-50%);
|
|
position: absolute;bottom:8%;left: 50%;transform: translateX(-50%);
|
|
|
.bottom-tip{color: #999;font-size: 28rpx;text-align: center;margin-bottom: 60rpx;}
|
|
.bottom-tip{color: #999;font-size: 28rpx;text-align: center;margin-bottom: 60rpx;}
|
|
@@ -80,19 +80,22 @@
|
|
|
width: 317rpx;height: 77rpx;@include ezy-no-repeat-cover;margin-right: auto;
|
|
width: 317rpx;height: 77rpx;@include ezy-no-repeat-cover;margin-right: auto;
|
|
|
background-image: url("@/static/images/login/login-yzm.png");
|
|
background-image: url("@/static/images/login/login-yzm.png");
|
|
|
}
|
|
}
|
|
|
|
|
+ .yzm-show{width: 662rpx;font-size: 30rpx;color: #666;margin: 0 0 24rpx 12rpx;}
|
|
|
.yzm-btn{margin-top: 42rpx;}
|
|
.yzm-btn{margin-top: 42rpx;}
|
|
|
- .yzm-show{font-size: 28rpx;color: #ffffffd9;margin: 24rpx 0 0 20rpx;}
|
|
|
|
|
- .login-btn-disabled{background-image: url("@/static/images/login/login-btn-bj-disabled.png");}
|
|
|
|
|
- .login-btn-normal{background-image: url("@/static/images/login/login-btn-bj.png");}
|
|
|
|
|
- .cxfs-btn{font-size: 30rpx;color: #3257b9;display: inline-block;margin: 20rpx auto 60rpx;}
|
|
|
|
|
|
|
+ .cxfs-btn{font-size: 30rpx;color: #3257b9;display: inline-block;margin: 60rpx auto 160rpx;}
|
|
|
.cxfs-btn-disabled{color: #777;}
|
|
.cxfs-btn-disabled{color: #777;}
|
|
|
- .login-text{font-size: 28rpx;color: #3257b9;margin: 16rpx 0 0 20rpx;}
|
|
|
|
|
|
|
+ .login-text{
|
|
|
|
|
+ font-size: 30rpx;color: #888;margin: 16rpx auto 0 56rpx;
|
|
|
|
|
+ text{color: #64a8e3;}
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
/* 针对小屏幕设备 */
|
|
/* 针对小屏幕设备 */
|
|
|
@media (max-height: 750px) {
|
|
@media (max-height: 750px) {
|
|
|
padding-top: 150rpx;
|
|
padding-top: 150rpx;
|
|
|
.login-body-box{margin: 100rpx auto 0; }
|
|
.login-body-box{margin: 100rpx auto 0; }
|
|
|
.login-btn{margin-top: 56rpx;}
|
|
.login-btn{margin-top: 56rpx;}
|
|
|
|
|
+ // 验证码
|
|
|
|
|
+ .yzm-btn{margin-top: 36rpx;}
|
|
|
}
|
|
}
|
|
|
@media (max-height: 650px) {
|
|
@media (max-height: 650px) {
|
|
|
padding-top: 100rpx;
|
|
padding-top: 100rpx;
|
|
@@ -102,14 +105,13 @@
|
|
|
bottom: 5%;
|
|
bottom: 5%;
|
|
|
.bottom-tip{margin-bottom: 32rpx;}
|
|
.bottom-tip{margin-bottom: 32rpx;}
|
|
|
}
|
|
}
|
|
|
|
|
+ // 验证码
|
|
|
|
|
+ .cxfs-btn{margin: 42rpx auto 100rpx;}
|
|
|
}
|
|
}
|
|
|
@media (max-height: 550px) {
|
|
@media (max-height: 550px) {
|
|
|
min-height: 1100rpx;
|
|
min-height: 1100rpx;
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
- @media (max-height: 600px) {
|
|
|
|
|
-
|
|
|
|
|
- }
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 用户协议弹窗
|
|
// 用户协议弹窗
|