From 8bd4d49111c7bf87588a9ec886b47cd46a45e70e Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Tue, 09 Jun 2026 15:16:38 +0800
Subject: [PATCH] feat:星享购 支付宝支付

---
 pages/quanyi/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pages/quanyi/index.vue b/pages/quanyi/index.vue
index 3163965..f23d920 100644
--- a/pages/quanyi/index.vue
+++ b/pages/quanyi/index.vue
@@ -150,7 +150,7 @@
       </view>
     </view>
 
-    <view class="content" style="overflow-y: scroll;padding:  30rpx;background: #ffffff;border-top-left-radius: 50rpx;border-top-right-radius: 50rpx;margin-top: 60rpx;padding-bottom: 140rpx;">
+    <view class="content" style="overflow-y: scroll;padding:  30rpx;background: #ffffff;border-top-left-radius: 50rpx;border-top-right-radius: 50rpx;margin-top: 100rpx;padding-bottom: 140rpx;">
       <view class="content-title" style="text-align: center;display: flex;align-items: center;justify-content: center;margin-top: 40rpx;margin-bottom: 10rpx;">
         <image style="width: 127rpx;height: 18rpx;" src="/static/img/nion1.png"></image>
         <view style="font-size: 36rpx;color: #333333;margin: 0 20rpx;">会员须知</view>
@@ -227,8 +227,8 @@
         >立即开通<text v-if="!tm">({{text}}秒)</text></button>
       </view>
 	  <view style="font-size: 24rpx;color: #666666;display: flex;align-items: center;margin: 40rpx 0;height: 50rpx;justify-content: center;">
-        <uv-checkbox-group activeColor="#000218"   @change='isAgree=!isAgree'  style="">
-          <uv-checkbox  :checked="isAgree ? true : false" iconColor="#fff" iconSize="22" size="22" :name="1" shape="circle">
+        <uv-checkbox-group activeColor="#4766FE"   @change='isAgree=!isAgree'  style="">
+          <uv-checkbox  :checked="isAgree ? true : false" iconColor="#fff" iconSize="14" size="14" :name="1" shape="circle">
 			<text style="color: #20110E;">我已阅读并同意</text>
           </uv-checkbox>
         </uv-checkbox-group>

--
Gitblit v1.9.3