Browse Source

用户协议弹窗样式改版

tanxue 1 month ago
parent
commit
343b4a6fc0
2 changed files with 8 additions and 10 deletions
  1. 7 9
      common/styles/global/pages.scss
  2. 1 1
      pages/login/agreeDialog.vue

+ 7 - 9
common/styles/global/pages.scss

@@ -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{

+ 1 - 1
pages/login/agreeDialog.vue

@@ -1,6 +1,6 @@
 <template>
 	<uni-popup ref="agreePopup" :animation="false" :is-mask-click="false"
-	 mask-background-color="rgba(255, 255, 255, 0.6);">
+	 mask-background-color="rgba(0,0,0, 0.76);">
 	 <view class="agree-sections-dialog">
 			<view class="sections-content-box">
 				<view class="agree-title">用户协议及隐私保护</view>