|
@@ -1,7 +1,7 @@
|
|
|
/***** 这里放页面样式 *****/
|
|
|
// 登录页 padding-bottom: env(safe-area-inset-bottom); box-sizing: unset;
|
|
|
.ezy-login-page {
|
|
|
- width:100%;height:100vh; background-color: #80dfff;position: relative;overflow:hidden;
|
|
|
+ width:100%;height:100vh; background-color: #80dfff;position: relative;
|
|
|
.ezy-login-wrap{width:100%;height: 1623.08rpx;background-image: url("@/static/images/login/login-bj.jpg");@include ezy-no-repeat-cover(top);}
|
|
|
.login-body-box{
|
|
|
display: flex;flex-direction: column;display: flex;box-sizing: border-box;
|
|
@@ -11,6 +11,7 @@
|
|
|
width: 411rpx;height: 73rpx;@include ezy-no-repeat-cover;margin-right: auto;
|
|
|
background-image: url("@/static/images/login/login-tel.png");
|
|
|
}
|
|
|
+ .login-btn{width: 644rpx;height: 106rpx;margin-top: 84rpx;@include ezy-no-repeat-cover;}
|
|
|
/***** 输入手机号页面*****/
|
|
|
.phone-input-box{
|
|
|
width: 644rpx;height: 144rpx;box-sizing: border-box;padding-bottom: 20rpx;
|
|
@@ -29,7 +30,8 @@
|
|
|
}
|
|
|
|
|
|
.agreement-checkbox-box {
|
|
|
- display: flex;justify-content: center;margin-top: 10rpx;;
|
|
|
+ display: flex;justify-content: center;margin-top: 10rpx;
|
|
|
+ uni-checkbox-group{font-size: 0;}
|
|
|
.agreement-checkbox-input{width: 40rpx;height: 40rpx;border: 0;margin-right: 4rpx;font-size: 0;}
|
|
|
.uni-checkbox-input{
|
|
|
width: 40rpx;height: 40rpx;border: 0;background-color: unset;@include ezy-no-repeat-cover;
|
|
@@ -43,13 +45,15 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .login-btn{width: 644rpx;height: 106rpx;@include ezy-no-repeat-cover;}
|
|
|
- .yzm-btn-disabled{margin-top: 84rpx;background-image: url("@/static/images/login/login-zym-bj-disabled.png");}
|
|
|
- .yzm-btn-normal{background-image: url("@/static/images/login/login-zym-bj.png");}
|
|
|
- .wx-btn-img{
|
|
|
- width: 96rpx;height: 96rpx;position: absolute;bottom:5%;
|
|
|
- left: 50%;transform:translateX(-50%) ;
|
|
|
- background-image: url("@/static/images/login/login-wx-icon.png");@include ezy-no-repeat-cover;
|
|
|
+ .tel-btn-disabled{background-image: url("@/static/images/login/login-zym-bj-disabled.png");}
|
|
|
+ .tel-btn-normal{background-image: url("@/static/images/login/login-zym-bj.png");}
|
|
|
+ .bottom-btn-box{
|
|
|
+ position: absolute;bottom:5%;left: 50%;transform: translateX(-50%);display: flex;
|
|
|
+ .wx-btn,.yk-btn{
|
|
|
+ width: 125rpx;height: 144rpx;@include ezy-no-repeat-cover;margin: 0 20rpx;
|
|
|
+ }
|
|
|
+ .wx-btn{background-image: url("@/static/images/login/login-wx-btn.png");}
|
|
|
+ .yk-btn{background-image: url("@/static/images/login/login-yk-btn.png");}
|
|
|
}
|
|
|
|
|
|
/***** 输入验证码页面*****/
|
|
@@ -57,26 +61,35 @@
|
|
|
width: 317rpx;height: 77rpx;@include ezy-no-repeat-cover;margin-right: auto;
|
|
|
background-image: url("@/static/images/login/login-yzm.png");
|
|
|
}
|
|
|
+ .yzm-btn{margin-top: 42rpx;}
|
|
|
.yzm-show{font-size: 28rpx;color: #ffffffd9;margin: 24rpx 0 0 20rpx;}
|
|
|
- .login-btn-disabled{margin-top: 52rpx;background-image: url("@/static/images/login/login-btn-bj-disabled.png");}
|
|
|
- .login-btn-normal{margin-top: 52rpx;background-image: url("@/static/images/login/login-btn-bj.png");}
|
|
|
+ .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-disabled{color: #777;}
|
|
|
.login-text{font-size: 28rpx;color: #3257b9;margin: 16rpx 0 0 20rpx;}
|
|
|
|
|
|
/* 针对小屏幕设备 */
|
|
|
@media (max-height: 800px) {
|
|
|
- .wx-btn-img{bottom:2%;}
|
|
|
+ .login-body-box{top:660rpx;}
|
|
|
+ .bottom-btn-box{bottom:2%;}
|
|
|
+ .login-btn{margin-top: 64rpx;}
|
|
|
+ // 输入验证码页面
|
|
|
+ .yzm-btn{margin-top: 32rpx;}
|
|
|
+ .cxfs-btn{margin: 16rpx auto 30rpx;}
|
|
|
}
|
|
|
@media (max-height: 700px) {
|
|
|
+ .login-body-box{top:640rpx;}
|
|
|
+ .login-btn{margin-top: 46rpx;}
|
|
|
.phone-input-box{margin-top: 24rpx;}
|
|
|
- .yzm-btn-img{margin-top: 52rpx;}
|
|
|
- .wx-btn-img{bottom:3%;}
|
|
|
+
|
|
|
+ // 输入验证码页面
|
|
|
+ .yzm-btn{margin-top: 24rpx;}
|
|
|
+ .cxfs-btn{margin: 12rpx auto 20rpx;}
|
|
|
}
|
|
|
- @media (max-height: 480px) {
|
|
|
- overflow:auto;
|
|
|
- .login-body-box{top:660rpx;}
|
|
|
- .ezy-login-wrap{height: 1400rpx;position: relative;}
|
|
|
+ @media (max-height: 600px) {
|
|
|
+ .login-btn{margin-top: 36rpx;}
|
|
|
+ .ezy-login-wrap{height: 1360rpx;position: relative;}
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -122,10 +135,16 @@
|
|
|
width: 635rpx;height: 702rpx;padding: 360rpx 36rpx 42rpx;box-sizing: border-box;text-align: center;
|
|
|
background-image: url("@/static/images/login/agree-dialog-bj.png");@include ezy-no-repeat-cover;
|
|
|
}
|
|
|
+ .slider-check-title{color:#666;font-size: 32rpx;font-weight: 600;}
|
|
|
+ .slider-check-tip{color:#777;font-size: 28rpx;margin-top: 30rpx;}
|
|
|
+ .slider-check-btn{color:#888;font-size: 32rpx;padding: 16rpx 0;display: inline-block;}
|
|
|
+ .btn-click{color:#666;}
|
|
|
#yzm-slider{
|
|
|
- margin: 32rpx 0 46rpx;position: unset;
|
|
|
+ margin: 32rpx 0;position: unset;
|
|
|
// #nc_1_wrapper{width: 100%;}
|
|
|
}
|
|
|
+ .slider-tip-red{color: red;}
|
|
|
+
|
|
|
}
|
|
|
|
|
|
// 选择年级和学期
|