|
|
@@ -6,17 +6,19 @@
|
|
|
width:100%;height: 1283rpx;@include ezy-no-repeat-cover(top);
|
|
|
position: absolute;top:0;
|
|
|
}
|
|
|
- .bjcx-head-box{width: 100%;text-align: center;margin-bottom: 100rpx;
|
|
|
- margin-top: calc(180rpx + var(--status-bar-height));display: inline-block;}
|
|
|
+ .bjcx-head-box{width: 100%;text-align: center;
|
|
|
+ margin-top: calc(200rpx + var(--status-bar-height));display: inline-block;}
|
|
|
.bjcx-logo-box{
|
|
|
width:200rpx;height: 200rpx;background-image: url("@/static/images/login/login-logo.png");@include ezy-no-repeat-cover;
|
|
|
}
|
|
|
.bjcx-logo-title{font-size: 34rpx;color: #000;margin-top: 16rpx;}
|
|
|
.agreement-checkbox-box{
|
|
|
- display: flex;font-size: 28rpx;color: #666;margin: 32rpx 56rpx 64px;line-height: 1.5;
|
|
|
+ display: flex;font-size: 28rpx;color: #666;margin: 72rpx 56rpx 16rpx;line-height: 1.5;text-align: justify;
|
|
|
.agreement-text-box{flex-direction: row;display: flex;align-items: center;}
|
|
|
.agreement-text {color: #3fd2a1;display: contents;}
|
|
|
}
|
|
|
+ .wechat-auth-box{margin-top: 200rpx;}
|
|
|
+ .login-input-body{margin-top: 100rpx;}
|
|
|
.login-input-box{
|
|
|
display: flex;align-items: center;border-bottom: 1rpx solid #eee;margin:32rpx 56rpx;
|
|
|
padding: 24rpx 0;
|
|
|
@@ -30,6 +32,8 @@
|
|
|
.login-eye + .close-btn{margin-left: 24rpx;}
|
|
|
}
|
|
|
.login-btn{margin:48rpx 56rpx;}
|
|
|
+ .wechat-auth-btn{margin: 48rpx 56rpx 0;border-radius: 50rpx;}
|
|
|
+ .qtdl-btn{font-size: 30rpx;color: #3fd2a1;text-align: center;padding: 32rpx 0;}
|
|
|
}
|
|
|
|
|
|
/*** 首页 ***/
|
|
|
@@ -486,7 +490,7 @@
|
|
|
|
|
|
// list
|
|
|
.my-list-box{
|
|
|
- margin: 0 20rpx;background-color: #fff;border-radius: 8rpx;padding: 0 36rpx;
|
|
|
+ margin: 0 20rpx 20rpx;background-color: #fff;border-radius: 8rpx;padding: 0 36rpx;
|
|
|
.list-row{border-bottom: 2rpx solid #eee;color: #333;box-sizing: border-box;padding: 36rpx 0;
|
|
|
display: flex;align-items: center;position: relative;}
|
|
|
.select-picker-box{flex: 1;display: flex;flex-flow: column;}
|