|
@@ -8,10 +8,11 @@
|
|
display: flex;flex-direction: column;display: flex;box-sizing: border-box;
|
|
display: flex;flex-direction: column;display: flex;box-sizing: border-box;
|
|
position: absolute;top:690rpx;left: 50%;transform: translateX(-50%);
|
|
position: absolute;top:690rpx;left: 50%;transform: translateX(-50%);
|
|
}
|
|
}
|
|
- .login-title-img{
|
|
|
|
|
|
+ .index-title-img{
|
|
width: 411rpx;height: 73rpx;@include ezy-no-repeat-cover;margin-right: auto;
|
|
width: 411rpx;height: 73rpx;@include ezy-no-repeat-cover;margin-right: auto;
|
|
background-image: url("@/static/images/login/login-tel.png");
|
|
background-image: url("@/static/images/login/login-tel.png");
|
|
}
|
|
}
|
|
|
|
+ /***** 输入手机号页面*****/
|
|
.phone-input-box{
|
|
.phone-input-box{
|
|
width: 644rpx;height: 144rpx;box-sizing: border-box;padding-bottom: 20rpx;
|
|
width: 644rpx;height: 144rpx;box-sizing: border-box;padding-bottom: 20rpx;
|
|
display: flex;align-items: center;margin-top: 50rpx;
|
|
display: flex;align-items: center;margin-top: 50rpx;
|
|
@@ -22,7 +23,7 @@
|
|
}
|
|
}
|
|
.phone-prefix::after{content: '';width: 1rpx;height: 40rpx;display: inline-block;background-color: #ffffffd9;}
|
|
.phone-prefix::after{content: '';width: 1rpx;height: 40rpx;display: inline-block;background-color: #ffffffd9;}
|
|
.phone-input {font-size: 38rpx;padding: 0 22rpx;box-sizing: border-box;color: #fff;flex: 1;}
|
|
.phone-input {font-size: 38rpx;padding: 0 22rpx;box-sizing: border-box;color: #fff;flex: 1;}
|
|
- .uni-input-placeholder {font-size: 30rpx;color: #ffffffd9;
|
|
|
|
|
|
+ .uni-input-placeholder {font-size: 34rpx;color: #ffffffd9;
|
|
}
|
|
}
|
|
.close-btn{width: 42rpx;height: 42rpx;margin-right: 30rpx;@include ezy-no-repeat-cover;
|
|
.close-btn{width: 42rpx;height: 42rpx;margin-right: 30rpx;@include ezy-no-repeat-cover;
|
|
background-image: url("@/static/images/login/login-close-icon.png");flex-shrink: 0;}
|
|
background-image: url("@/static/images/login/login-close-icon.png");flex-shrink: 0;}
|
|
@@ -43,18 +44,28 @@
|
|
.agreement-text{color: #e3f524;display: contents;}
|
|
.agreement-text{color: #e3f524;display: contents;}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
- .yzm-btn-disabled{
|
|
|
|
- width: 644rpx;height: 106rpx;margin-top: 84rpx;
|
|
|
|
- background-color: red;
|
|
|
|
- @include ezy-no-repeat-cover;
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
|
|
+ .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");}
|
|
.yzm-btn-normal{background-image: url("@/static/images/login/login-zym-bj.png");}
|
|
.wx-btn-img{
|
|
.wx-btn-img{
|
|
width: 96rpx;height: 96rpx;position: absolute;bottom:5%;
|
|
width: 96rpx;height: 96rpx;position: absolute;bottom:5%;
|
|
left: 50%;transform:translateX(-50%) ;
|
|
left: 50%;transform:translateX(-50%) ;
|
|
background-image: url("@/static/images/login/login-wx-icon.png");@include ezy-no-repeat-cover;
|
|
background-image: url("@/static/images/login/login-wx-icon.png");@include ezy-no-repeat-cover;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ /***** 输入验证码页面*****/
|
|
|
|
+ .login-title-img{
|
|
|
|
+ width: 317rpx;height: 77rpx;@include ezy-no-repeat-cover;margin-right: auto;
|
|
|
|
+ background-image: url("@/static/images/login/login-yzm.png");
|
|
|
|
+ }
|
|
|
|
+ .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");}
|
|
|
|
+ .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: 700px) {
|
|
@media (max-height: 700px) {
|
|
.phone-input-box{margin-top: 24rpx;}
|
|
.phone-input-box{margin-top: 24rpx;}
|
|
@@ -68,10 +79,12 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ // height:$titleBar-tabBar-page;
|
|
.lli-develop-expect-page{
|
|
.lli-develop-expect-page{
|
|
display: flex;flex-direction: column;justify-content: space-between;align-items: center;
|
|
display: flex;flex-direction: column;justify-content: space-between;align-items: center;
|
|
- background-color: blue;position: relative;height:$titleBar-tabBar-page;
|
|
|
|
|
|
+ background-color: blue;position: relative;
|
|
.page-content{
|
|
.page-content{
|
|
background-color: #9ed5cf;width: 100%;text-align: center;display: block;
|
|
background-color: #9ed5cf;width: 100%;text-align: center;display: block;
|
|
margin-top: 44px;flex: 1;
|
|
margin-top: 44px;flex: 1;
|