diff --git a/agentApp/pages/allpages/index.vue b/agentApp/pages/allpages/index.vue index 75d5f0d..e9050f7 100644 --- a/agentApp/pages/allpages/index.vue +++ b/agentApp/pages/allpages/index.vue @@ -14,7 +14,7 @@ 代理商相关 - + diff --git a/agentApp/pages/payment/payment.vue b/agentApp/pages/payment/payment.vue index 299dd01..06768f6 100644 --- a/agentApp/pages/payment/payment.vue +++ b/agentApp/pages/payment/payment.vue @@ -29,7 +29,7 @@ ¥ - + @@ -52,55 +52,7 @@ 查看活动规则 - - - - - - - - - - - - - - - - - - - - - - - + @@ -109,11 +61,22 @@ export default { data() { return { - + show: false } }, methods: { - + playFoucus() { + this.show = true; + }, + confirm() { + this.show = false; + }, + cancel() { + this.show = false; + }, + close() { + this.show = false; + } } } @@ -147,7 +110,7 @@ export default { .pname { margin-top: 15rpx; color: #454545; - font-size: 16px; + font-size: 32rpx; line-height: 1.5; font-weight: bold; } @@ -155,7 +118,7 @@ export default { .paddre { margin-top: 5rpx; color: #666; - font-size: 12px; + font-size: 24rpx; line-height: 1.5; } } @@ -178,7 +141,7 @@ export default { .pm-title { padding-left: 40rpx; color: #454545; - font-size: 15px; + font-size: 30rpx; line-height: 1.5; } @@ -187,7 +150,7 @@ export default { padding-left: 40rpx; padding-top: 40rpx; color: #666; - font-size: 12px; + font-size: 24rpx; line-height: 1.5; } @@ -205,7 +168,7 @@ export default { .font { height: 60rpx; line-height: 60rpx; - font-size: 15px; + font-size: 30rpx; color: #454545; font-weight: bold; } @@ -216,7 +179,7 @@ export default { height: 60rpx; .pr-num { - font-size: 34px; + font-size: 68rpx; line-height: 70rpx; min-height: 70rpx; height: 70rpx; @@ -236,7 +199,7 @@ export default { display: flex; .pcfont { - font-size: 12px; + font-size: 24rpx; color: #666; height: 30rpx; line-height: 30rpx; @@ -252,7 +215,7 @@ export default { .pc-aplay { padding-left: 40rpx; margin-left: 20rpx; - font-size: 12px; + font-size: 24rpx; height: 30rpx; line-height: 30rpx; color: #999; @@ -263,7 +226,7 @@ export default { .pac-link { color: #1783FF; - font-size: 12px; + font-size: 24rpx; height: 30rpx; line-height: 30rpx; cursor: pointer; @@ -272,6 +235,7 @@ export default { .pac-list { display: flex; + display: none; justify-content: space-between; position: absolute; width: 100%;