|
|
@@ -114,15 +114,13 @@
|
|
|
|
|
|
// 用户协议弹窗
|
|
|
.agree-sections-dialog{
|
|
|
- width: 635rpx;height: 702rpx;padding: 350rpx 0 42rpx;box-sizing: border-box;text-align: center;margin-bottom: 26%;
|
|
|
- background-image: url("@/static/images/login/agree-dialog-bj.png");@include ezy-no-repeat-cover;
|
|
|
- .agree-title{color:#666;font-size: 32rpx;font-weight: 600;}
|
|
|
- .agree-tip{color:#777;font-size: 28rpx;margin-top: 30rpx;}
|
|
|
- .confirm-btn{width: 538rpx;height: 85rpx;@include ezy-no-repeat-cover;margin: 46rpx auto 0;
|
|
|
- background-image: url("@/static/images/login/agree-confirm-btn.png");}
|
|
|
- .not-confirm-btn{color:#888;font-size: 32rpx;padding: 16rpx 0;display: inline-block;}
|
|
|
- @media (max-height: 700px) {margin-bottom: 16%;}
|
|
|
- @media (max-height: 600px) {margin-bottom: 0;}
|
|
|
+ width: 700rpx;height: 490rpx;padding: 90rpx 0 42rpx;box-sizing: border-box;text-align: center;margin-bottom: 26%;
|
|
|
+ background-image: url("@/static/images/login/agree-dialog-bg.png");@include ezy-no-repeat-cover;
|
|
|
+ .agree-title{color:#111;font-size: 40rpx;}
|
|
|
+ .agree-tip{color:#666;font-size: 30rpx;margin-top: 46rpx;}
|
|
|
+ .confirm-btn{width: 588rpx;height: 92rpx;@include ezy-no-repeat-cover;margin: 42rpx auto 0;
|
|
|
+ background-image: url("@/static/images/login/agree-dialog-btn.png");}
|
|
|
+ .not-confirm-btn{color:#888;font-size: 32rpx;padding: 32rpx 0 0;display: inline-block;}
|
|
|
}
|
|
|
// 第一次登录时隐私协议弹窗
|
|
|
.agree-first-sections-dialog{
|