zhb 1 月之前
父節點
當前提交
5c05f7239c

+ 1 - 1
components/AddBankDialog.vue

@@ -457,7 +457,7 @@ defineExpose({
     align-items: center;
     align-items: center;
     width: 100%;
     width: 100%;
     height: 100%;
     height: 100%;
-    color: #909399;
+    color: var(--bs-heading-color);
   }
   }
 }
 }
 
 

+ 7 - 5
components/cwg-asset-tabs.vue

@@ -1,10 +1,10 @@
 <template>
 <template>
-  <view class="asset-tabs">
+  <view class="asset-tabs card">
     <!-- PC/平板 标签栏 -->
     <!-- PC/平板 标签栏 -->
     <view class="tab-list">
     <view class="tab-list">
       <view v-for="tab in tabs" :key="tab.value" class="tab-item" :class="{ active: currentValue === tab.value }"
       <view v-for="tab in tabs" :key="tab.value" class="tab-item" :class="{ active: currentValue === tab.value }"
         @click="handleClick(tab.value)">
         @click="handleClick(tab.value)">
-        <text class="tab-label">{{ tab.text }}</text>
+        <text class="tab-label nav nav-underline card-header-tabs">{{ tab.text }}</text>
       </view>
       </view>
     </view>
     </view>
 
 
@@ -66,6 +66,7 @@ const handleClick = (value) => {
   width: 100%;
   width: 100%;
   margin-bottom: px2rpx(24);
   margin-bottom: px2rpx(24);
   background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
   background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
+  border: none;
 }
 }
 
 
 .tab-list {
 .tab-list {
@@ -73,7 +74,7 @@ const handleClick = (value) => {
   gap: px2rpx(20);
   gap: px2rpx(20);
   margin: 0;
   margin: 0;
   padding: 0;
   padding: 0;
-  border-bottom: 1px solid #e5e5e5;
+  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
 }
 }
 
 
 .tab-item {
 .tab-item {
@@ -89,9 +90,10 @@ const handleClick = (value) => {
 }
 }
 
 
 .tab-item.active .tab-label {
 .tab-item.active .tab-label {
-  color: var(--color-primary);
+  color: var(--bs-nav-underline-link-active-color);
   font-weight: 500;
   font-weight: 500;
-  border-bottom: 2px solid var(--color-primary);
+  border-bottom: 2px solid var(--bs-nav-underline-link-active-color);
+  ;
   padding-bottom: px2rpx(10);
   padding-bottom: px2rpx(10);
 }
 }
 
 

+ 1 - 1
pages/activities/index.vue

@@ -2382,7 +2382,7 @@ onReachBottom(() => {
         }
         }
 
 
         .activity-card {
         .activity-card {
-            background: #fff;
+            background: transparent;
             border-radius: 8px;
             border-radius: 8px;
             box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
             box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
             overflow: hidden;
             overflow: hidden;

+ 11 - 5
pages/common/download.vue

@@ -280,7 +280,8 @@ onMounted(async () => {
     }
     }
 
 
     .download-section {
     .download-section {
-        background: #fff;
+        background: transparent;
+        border: 1px solid var(--bs-border-color);
         border-radius: px2rpx(12);
         border-radius: px2rpx(12);
         padding: px2rpx(24) px2rpx(20);
         padding: px2rpx(24) px2rpx(20);
         margin-bottom: px2rpx(16);
         margin-bottom: px2rpx(16);
@@ -421,10 +422,10 @@ onMounted(async () => {
         }
         }
 
 
         .mobile-card {
         .mobile-card {
-            background: #f8f9fa;
+            background: transparent;
             border-radius: px2rpx(12);
             border-radius: px2rpx(12);
             padding: px2rpx(20);
             padding: px2rpx(20);
-            border: px2rpx(1) solid #eee;
+            border: px2rpx(1) solid var(--bs-border-color);
         }
         }
 
 
         .mobile-card-header {
         .mobile-card-header {
@@ -436,6 +437,9 @@ onMounted(async () => {
                 width: px2rpx(40);
                 width: px2rpx(40);
                 height: px2rpx(40);
                 height: px2rpx(40);
                 margin-right: px2rpx(16);
                 margin-right: px2rpx(16);
+                background-color: #fff;
+                overflow: hidden;
+                border-radius: px2rpx(10);
             }
             }
 
 
             .card-info {
             .card-info {
@@ -542,7 +546,8 @@ onMounted(async () => {
     }
     }
 
 
     .features-grid {
     .features-grid {
-        background: #fff;
+        background: transparent;
+        border: 1px solid var(--bs-border-color);
         border-radius: px2rpx(12);
         border-radius: px2rpx(12);
         padding: px2rpx(24) px2rpx(20);
         padding: px2rpx(24) px2rpx(20);
         margin-bottom: px2rpx(16);
         margin-bottom: px2rpx(16);
@@ -595,7 +600,8 @@ onMounted(async () => {
     }
     }
 
 
     .info-section {
     .info-section {
-        background: #fff;
+        background: transparent;
+        border: 1px solid var(--bs-border-color);
         border-radius: px2rpx(12);
         border-radius: px2rpx(12);
         padding: px2rpx(24) px2rpx(20);
         padding: px2rpx(24) px2rpx(20);
         margin-bottom: px2rpx(16);
         margin-bottom: px2rpx(16);

+ 13 - 13
pages/customer/deposit-select.vue

@@ -7,7 +7,7 @@
                 <view class="b-card">
                 <view class="b-card">
                     <view class="card-top">
                     <view class="card-top">
                         <text class="tit"><text class="iconfont icon-caret-right"></text>{{ t('Custom.Deposit.Title1')
                         <text class="tit"><text class="iconfont icon-caret-right"></text>{{ t('Custom.Deposit.Title1')
-                            }}</text>
+                        }}</text>
                         <cwg-combox :clearable="false" v-model:value="loginValue" :options="loginComboxOptions"
                         <cwg-combox :clearable="false" v-model:value="loginValue" :options="loginComboxOptions"
                             :placeholder="t('placeholder.choose')" />
                             :placeholder="t('placeholder.choose')" />
                     </view>
                     </view>
@@ -18,7 +18,7 @@
                 <view class="b-card">
                 <view class="b-card">
                     <view class="card-top">
                     <view class="card-top">
                         <text class="tit"><text class="iconfont icon-caret-right"></text>{{ t('Custom.Deposit.Title2')
                         <text class="tit"><text class="iconfont icon-caret-right"></text>{{ t('Custom.Deposit.Title2')
-                            }}</text>
+                        }}</text>
                         <uni-loading v-if="currentTableData.length == 0" />
                         <uni-loading v-if="currentTableData.length == 0" />
                         <template v-if="currentTableData.length">
                         <template v-if="currentTableData.length">
                             <cwg-asset-tabs v-if="tabsConfig.length > 0" v-model="activeTab" :tabs="tabsConfig" />
                             <cwg-asset-tabs v-if="tabsConfig.length > 0" v-model="activeTab" :tabs="tabsConfig" />
@@ -50,7 +50,7 @@
                             </view>
                             </view>
                             <view class="btn-bottom">
                             <view class="btn-bottom">
                                 <text class="btn crm-cursor" @click="isStep3Open()">{{ t('Btn.Confirm')
                                 <text class="btn crm-cursor" @click="isStep3Open()">{{ t('Btn.Confirm')
-                                }}</text>
+                                    }}</text>
                             </view>
                             </view>
 
 
                         </view>
                         </view>
@@ -88,7 +88,7 @@
                                     <uni-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24">
                                     <uni-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24">
                                         <text class="tit"><text class="iconfont icon-caret-right"></text>{{
                                         <text class="tit"><text class="iconfont icon-caret-right"></text>{{
                                             t('news_add_field.Label.Title4')
                                             t('news_add_field.Label.Title4')
-                                        }}</text>
+                                            }}</text>
                                     </uni-col>
                                     </uni-col>
                                     <uni-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24">
                                     <uni-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24">
                                         <uni-forms-item>
                                         <uni-forms-item>
@@ -120,7 +120,7 @@
                                                         WireTransferAccount.bankUname || '--'
                                                         WireTransferAccount.bankUname || '--'
                                                     }}</text></view>
                                                     }}</text></view>
                                             <view class="row"><text class="label">{{ t('Custom.Deposit.bankName')
                                             <view class="row"><text class="label">{{ t('Custom.Deposit.bankName')
-                                            }}</text><text class="content">{{ WireTransferAccount.bankName ||
+                                                    }}</text><text class="content">{{ WireTransferAccount.bankName ||
                                                         '--'
                                                         '--'
                                                     }}</text></view>
                                                     }}</text></view>
                                             <view class="row"><text class="label SpecialColor">{{
                                             <view class="row"><text class="label SpecialColor">{{
@@ -129,7 +129,7 @@
                                                         WireTransferAccount.bankCardNum || '--'
                                                         WireTransferAccount.bankCardNum || '--'
                                                     }}</text></view>
                                                     }}</text></view>
                                             <view class="row"><text class="label">{{ t('Custom.Deposit.bankAddr')
                                             <view class="row"><text class="label">{{ t('Custom.Deposit.bankAddr')
-                                            }}</text><text class="content">{{ WireTransferAccount.bankAddr ||
+                                                    }}</text><text class="content">{{ WireTransferAccount.bankAddr ||
                                                         '--'
                                                         '--'
                                                     }}</text></view>
                                                     }}</text></view>
                                             <view class="row"><text class="label SpecialColor">{{
                                             <view class="row"><text class="label SpecialColor">{{
@@ -138,7 +138,7 @@
                                                         WireTransferAccount.swiftCode || '--'
                                                         WireTransferAccount.swiftCode || '--'
                                                     }}</text></view>
                                                     }}</text></view>
                                             <view class="row"><text class="label">{{ t('Custom.Deposit.bankCode')
                                             <view class="row"><text class="label">{{ t('Custom.Deposit.bankCode')
-                                            }}</text><text class="content">{{ WireTransferAccount.bankCode ||
+                                                    }}</text><text class="content">{{ WireTransferAccount.bankCode ||
                                                         '--'
                                                         '--'
                                                     }}</text></view>
                                                     }}</text></view>
                                             <view class="row"><text class="label SpecialColor">{{
                                             <view class="row"><text class="label SpecialColor">{{
@@ -165,7 +165,7 @@
                                                         + '-' +
                                                         + '-' +
                                                         WireTransferAccount.type }}</text></view>
                                                         WireTransferAccount.type }}</text></view>
                                             <view class="row"><text class="label">{{ t('Custom.Withdraw.Title6')
                                             <view class="row"><text class="label">{{ t('Custom.Withdraw.Title6')
-                                            }}</text><text class="content">{{ WireTransferAccount.address ||
+                                                    }}</text><text class="content">{{ WireTransferAccount.address ||
                                                         '--'
                                                         '--'
                                                     }}</text></view>
                                                     }}</text></view>
                                             <view class="row"><text class="label">QR Code</text>
                                             <view class="row"><text class="label">QR Code</text>
@@ -267,7 +267,7 @@
                                                     <text>{{ t('news_add_field1.activitiesNZ.itemDeposit2') }}</text>
                                                     <text>{{ t('news_add_field1.activitiesNZ.itemDeposit2') }}</text>
                                                     <text class="clause crm-cursor" @click="dialogClauseNZ = true">{{
                                                     <text class="clause crm-cursor" @click="dialogClauseNZ = true">{{
                                                         t('news_add_field1.activitiesNZ.itemDeposit3')
                                                         t('news_add_field1.activitiesNZ.itemDeposit3')
-                                                        }}</text>
+                                                    }}</text>
                                                     <text>{{ t('news_add_field1.activitiesNZ.itemDeposit4') }}</text>
                                                     <text>{{ t('news_add_field1.activitiesNZ.itemDeposit4') }}</text>
                                                 </view>
                                                 </view>
                                             </uni-forms-item>
                                             </uni-forms-item>
@@ -2004,7 +2004,7 @@ watch(() => params.agree6, (newVal) => {
         margin-bottom: px2rpx(20);
         margin-bottom: px2rpx(20);
 
 
         .b-card {
         .b-card {
-            background: #fff;
+            border: 1px solid var(--bs-border-color);
             border-radius: px2rpx(12);
             border-radius: px2rpx(12);
             padding: px2rpx(20);
             padding: px2rpx(20);
             box-shadow: 0 px2rpx(4) px2rpx(12) rgba(0, 0, 0, 0.03);
             box-shadow: 0 px2rpx(4) px2rpx(12) rgba(0, 0, 0, 0.03);
@@ -2189,8 +2189,8 @@ watch(() => params.agree6, (newVal) => {
         .tips {
         .tips {
             line-height: 1.8;
             line-height: 1.8;
             font-size: px2rpx(12);
             font-size: px2rpx(12);
-            color: #909399;
-            background-color: #f9f9f9;
+            color: var(--bs-heading-color);
+            background-color: rgba(var(--bs-body-bg-rgb), 1) !important;
             padding: px2rpx(12);
             padding: px2rpx(12);
             border-radius: px2rpx(4);
             border-radius: px2rpx(4);
             border-left: px2rpx(2) solid #cf1322;
             border-left: px2rpx(2) solid #cf1322;
@@ -2198,7 +2198,7 @@ watch(() => params.agree6, (newVal) => {
             .title {
             .title {
                 font-weight: 600;
                 font-weight: 600;
                 margin-bottom: px2rpx(6);
                 margin-bottom: px2rpx(6);
-                color: #606266;
+                color: var(--bs-heading-color);
             }
             }
         }
         }
 
 

+ 18 - 18
pages/customer/deposit.vue

@@ -11,7 +11,7 @@
                         <view class="card-top">
                         <view class="card-top">
                             <text class="tit"><text class="iconfont icon-caret-right"></text>{{
                             <text class="tit"><text class="iconfont icon-caret-right"></text>{{
                                 t('Custom.Deposit.Title1')
                                 t('Custom.Deposit.Title1')
-                                }}</text>
+                            }}</text>
                             <cwg-combox :clearable="false" v-model:value="loginValue" :options="loginComboxOptions"
                             <cwg-combox :clearable="false" v-model:value="loginValue" :options="loginComboxOptions"
                                 :placeholder="t('placeholder.choose')" />
                                 :placeholder="t('placeholder.choose')" />
                         </view>
                         </view>
@@ -23,7 +23,7 @@
                         <view class="card-top">
                         <view class="card-top">
                             <text class="tit"><text class="iconfont icon-caret-right"></text>{{
                             <text class="tit"><text class="iconfont icon-caret-right"></text>{{
                                 t('Custom.Deposit.Title2')
                                 t('Custom.Deposit.Title2')
-                                }}</text>
+                            }}</text>
                             <cwg-combox :clearable="false" v-model:value="channelId" :options="channelListOptions"
                             <cwg-combox :clearable="false" v-model:value="channelId" :options="channelListOptions"
                                 :placeholder="t('placeholder.choose')">
                                 :placeholder="t('placeholder.choose')">
                             </cwg-combox>
                             </cwg-combox>
@@ -72,7 +72,7 @@
                                     <view>
                                     <view>
                                         <text class="tit"><text class="iconfont icon-caret-right"></text>{{
                                         <text class="tit"><text class="iconfont icon-caret-right"></text>{{
                                             t('news_add_field.Label.Title4')
                                             t('news_add_field.Label.Title4')
-                                            }}</text>
+                                        }}</text>
                                     </view>
                                     </view>
                                     <view>
                                     <view>
                                         <uni-forms-item>
                                         <uni-forms-item>
@@ -103,7 +103,7 @@
                                                         WireTransferAccount.bankUname || '--'
                                                         WireTransferAccount.bankUname || '--'
                                                     }}</text></view>
                                                     }}</text></view>
                                             <view class="row"><text class="label">{{ t('Custom.Deposit.bankName')
                                             <view class="row"><text class="label">{{ t('Custom.Deposit.bankName')
-                                                    }}</text><text class="content">{{ WireTransferAccount.bankName
+                                            }}</text><text class="content">{{ WireTransferAccount.bankName
                                                         ||
                                                         ||
                                                         '--'
                                                         '--'
                                                     }}</text></view>
                                                     }}</text></view>
@@ -113,7 +113,7 @@
                                                         WireTransferAccount.bankCardNum || '--'
                                                         WireTransferAccount.bankCardNum || '--'
                                                     }}</text></view>
                                                     }}</text></view>
                                             <view class="row"><text class="label">{{ t('Custom.Deposit.bankAddr')
                                             <view class="row"><text class="label">{{ t('Custom.Deposit.bankAddr')
-                                                    }}</text><text class="content">{{ WireTransferAccount.bankAddr
+                                            }}</text><text class="content">{{ WireTransferAccount.bankAddr
                                                         ||
                                                         ||
                                                         '--'
                                                         '--'
                                                     }}</text></view>
                                                     }}</text></view>
@@ -123,7 +123,7 @@
                                                         WireTransferAccount.swiftCode || '--'
                                                         WireTransferAccount.swiftCode || '--'
                                                     }}</text></view>
                                                     }}</text></view>
                                             <view class="row"><text class="label">{{ t('Custom.Deposit.bankCode')
                                             <view class="row"><text class="label">{{ t('Custom.Deposit.bankCode')
-                                                    }}</text><text class="content">{{ WireTransferAccount.bankCode
+                                            }}</text><text class="content">{{ WireTransferAccount.bankCode
                                                         ||
                                                         ||
                                                         '--'
                                                         '--'
                                                     }}</text></view>
                                                     }}</text></view>
@@ -151,7 +151,7 @@
                                                         + '-' +
                                                         + '-' +
                                                         WireTransferAccount.type }}</text></view>
                                                         WireTransferAccount.type }}</text></view>
                                             <view class="row"><text class="label">{{ t('Custom.Withdraw.Title6')
                                             <view class="row"><text class="label">{{ t('Custom.Withdraw.Title6')
-                                                    }}</text><text class="content">{{ WireTransferAccount.address ||
+                                            }}</text><text class="content">{{ WireTransferAccount.address ||
                                                         '--'
                                                         '--'
                                                     }}</text></view>
                                                     }}</text></view>
                                             <view class="row"><text class="label">QR Code</text>
                                             <view class="row"><text class="label">QR Code</text>
@@ -246,16 +246,16 @@
                                                     <checkbox :checked="params.agree4"
                                                     <checkbox :checked="params.agree4"
                                                         @click="params.agree4 = !params.agree4" />
                                                         @click="params.agree4 = !params.agree4" />
                                                     <text>{{ t('news_add_field1.activitiesNZ.itemDeposit1')
                                                     <text>{{ t('news_add_field1.activitiesNZ.itemDeposit1')
-                                                        }}</text>
+                                                    }}</text>
                                                 </label>
                                                 </label>
                                                 <view style="line-height: 1.5; font-size: 14px">
                                                 <view style="line-height: 1.5; font-size: 14px">
                                                     <text>{{ t('news_add_field1.activitiesNZ.itemDeposit2')
                                                     <text>{{ t('news_add_field1.activitiesNZ.itemDeposit2')
-                                                        }}</text>
+                                                    }}</text>
                                                     <text class="clause crm-cursor" @click="dialogClauseNZ = true">{{
                                                     <text class="clause crm-cursor" @click="dialogClauseNZ = true">{{
                                                         t('news_add_field1.activitiesNZ.itemDeposit3')
                                                         t('news_add_field1.activitiesNZ.itemDeposit3')
-                                                        }}</text>
+                                                    }}</text>
                                                     <text>{{ t('news_add_field1.activitiesNZ.itemDeposit4')
                                                     <text>{{ t('news_add_field1.activitiesNZ.itemDeposit4')
-                                                        }}</text>
+                                                    }}</text>
                                                 </view>
                                                 </view>
                                             </uni-forms-item>
                                             </uni-forms-item>
 
 
@@ -268,15 +268,15 @@
                                                     <checkbox :checked="params.agree5"
                                                     <checkbox :checked="params.agree5"
                                                         @click="params.agree5 = !params.agree5" />
                                                         @click="params.agree5 = !params.agree5" />
                                                     <text>{{ t('news_add_field1.activitiesNZTwo.itemDeposit1')
                                                     <text>{{ t('news_add_field1.activitiesNZTwo.itemDeposit1')
-                                                        }}</text>
+                                                    }}</text>
                                                 </label>
                                                 </label>
                                                 <view style="line-height: 1.5; font-size: 14px">
                                                 <view style="line-height: 1.5; font-size: 14px">
                                                     <text>{{ t('news_add_field1.activitiesNZTwo.itemDeposit2')
                                                     <text>{{ t('news_add_field1.activitiesNZTwo.itemDeposit2')
-                                                        }}</text>
+                                                    }}</text>
                                                     <text class="clause crm-cursor" @click="dialogClauseNZTwo = true">{{
                                                     <text class="clause crm-cursor" @click="dialogClauseNZTwo = true">{{
                                                         t('news_add_field1.activitiesNZTwo.itemDeposit3') }}</text>
                                                         t('news_add_field1.activitiesNZTwo.itemDeposit3') }}</text>
                                                     <text>{{ t('news_add_field1.activitiesNZTwo.itemDeposit4')
                                                     <text>{{ t('news_add_field1.activitiesNZTwo.itemDeposit4')
-                                                        }}</text>
+                                                    }}</text>
                                                 </view>
                                                 </view>
                                             </uni-forms-item>
                                             </uni-forms-item>
 
 
@@ -360,7 +360,7 @@
                                     </view>
                                     </view>
                                 </template>
                                 </template>
                                 <button class="s-btn" type="primary" @click="submitConfirm">{{ t('Btn.Submit')
                                 <button class="s-btn" type="primary" @click="submitConfirm">{{ t('Btn.Submit')
-                                    }}</button>
+                                }}</button>
                             </uni-forms>
                             </uni-forms>
                         </view>
                         </view>
                     </view>
                     </view>
@@ -2238,8 +2238,8 @@ watch(() => params.agree6, (newVal) => {
         .tips {
         .tips {
             line-height: 1.8;
             line-height: 1.8;
             font-size: px2rpx(12);
             font-size: px2rpx(12);
-            color: #909399;
-            background-color: #f9f9f9;
+            color: var(--bs-heading-color);
+            background-color: rgba(var(--bs-body-bg-rgb), 1) !important;
             padding: px2rpx(12);
             padding: px2rpx(12);
             border-radius: px2rpx(4);
             border-radius: px2rpx(4);
             border-left: px2rpx(2) solid #cf1322;
             border-left: px2rpx(2) solid #cf1322;
@@ -2247,7 +2247,7 @@ watch(() => params.agree6, (newVal) => {
             .title {
             .title {
                 font-weight: 600;
                 font-weight: 600;
                 margin-bottom: px2rpx(6);
                 margin-bottom: px2rpx(6);
-                color: #606266;
+                color: var(--bs-heading-color);
             }
             }
         }
         }
 
 

+ 1 - 1
pages/customer/style.scss

@@ -160,7 +160,7 @@
       line-height: 1.8;
       line-height: 1.8;
       font-size: px2rpx(12);
       font-size: px2rpx(12);
       color: #909399;
       color: #909399;
-      background-color: #f9f9f9;
+      background-color: rgba(var(--bs-body-bg-rgb), 1) !important;
       padding: px2rpx(12);
       padding: px2rpx(12);
       border-radius: px2rpx(4);
       border-radius: px2rpx(4);
       border-left: px2rpx(2) solid #cf1322;
       border-left: px2rpx(2) solid #cf1322;

+ 5 - 3
pages/customer/transfer.vue

@@ -571,6 +571,7 @@ watch(transferType, (newVal) => {
             color: #303133;
             color: #303133;
 
 
             .b-card {
             .b-card {
+                border: 1px solid var(--bs-border-color);
                 background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
                 background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
                 margin-bottom: px2rpx(10);
                 margin-bottom: px2rpx(10);
                 border-radius: px2rpx(6);
                 border-radius: px2rpx(6);
@@ -694,8 +695,9 @@ watch(transferType, (newVal) => {
             .tips {
             .tips {
                 line-height: 1.8;
                 line-height: 1.8;
                 font-size: px2rpx(12);
                 font-size: px2rpx(12);
-                color: #909399;
-                background-color: #f9f9f9;
+                color: var(--bs-heading-color);
+                background-color: rgba(var(--bs-body-bg-rgb), 1) !important;
+
                 padding: px2rpx(12);
                 padding: px2rpx(12);
                 border-radius: px2rpx(4);
                 border-radius: px2rpx(4);
                 border-left: px2rpx(2) solid #cf1322;
                 border-left: px2rpx(2) solid #cf1322;
@@ -703,7 +705,7 @@ watch(transferType, (newVal) => {
                 .title {
                 .title {
                     font-weight: 600;
                     font-weight: 600;
                     margin-bottom: px2rpx(6);
                     margin-bottom: px2rpx(6);
-                    color: #606266;
+                    color: var(--bs-heading-color);
                 }
                 }
             }
             }
         }
         }

+ 5 - 4
pages/customer/wallet-transfer.vue

@@ -57,7 +57,7 @@
 
 
                                 <view class="form-row">
                                 <view class="form-row">
                                     <button class="s-btn reselect" type="primary" @click="toTransfer">{{ t('Btn.Submit')
                                     <button class="s-btn reselect" type="primary" @click="toTransfer">{{ t('Btn.Submit')
-                                        }}</button>
+                                    }}</button>
                                 </view>
                                 </view>
                             </uni-forms>
                             </uni-forms>
                         </view>
                         </view>
@@ -267,6 +267,7 @@ onMounted(() => {
             color: #303133;
             color: #303133;
 
 
             .b-card {
             .b-card {
+                border: 1px solid var(--bs-border-color);
                 background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
                 background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
                 margin-bottom: px2rpx(10);
                 margin-bottom: px2rpx(10);
                 border-radius: px2rpx(6);
                 border-radius: px2rpx(6);
@@ -390,8 +391,8 @@ onMounted(() => {
             .tips {
             .tips {
                 line-height: 1.8;
                 line-height: 1.8;
                 font-size: px2rpx(12);
                 font-size: px2rpx(12);
-                color: #909399;
-                background-color: #f9f9f9;
+                color: var(--bs-heading-color);
+                background-color: rgba(var(--bs-body-bg-rgb), 1) !important;
                 padding: px2rpx(12);
                 padding: px2rpx(12);
                 border-radius: px2rpx(4);
                 border-radius: px2rpx(4);
                 border-left: px2rpx(2) solid #cf1322;
                 border-left: px2rpx(2) solid #cf1322;
@@ -399,7 +400,7 @@ onMounted(() => {
                 .title {
                 .title {
                     font-weight: 600;
                     font-weight: 600;
                     margin-bottom: px2rpx(6);
                     margin-bottom: px2rpx(6);
-                    color: #606266;
+                    color: var(--bs-heading-color);
                 }
                 }
             }
             }
         }
         }

+ 3 - 3
pages/customer/withdrawal-select.vue

@@ -1792,7 +1792,7 @@ onMounted(() => {
     margin-bottom: px2rpx(20);
     margin-bottom: px2rpx(20);
 
 
     .b-card {
     .b-card {
-      background: #fff;
+      border: 1px solid var(--bs-border-color);
       border-radius: px2rpx(12);
       border-radius: px2rpx(12);
       padding: px2rpx(20);
       padding: px2rpx(20);
       box-shadow: 0 px2rpx(4) px2rpx(12) rgba(0, 0, 0, 0.03);
       box-shadow: 0 px2rpx(4) px2rpx(12) rgba(0, 0, 0, 0.03);
@@ -1958,7 +1958,7 @@ onMounted(() => {
     .tips {
     .tips {
       line-height: 1.8;
       line-height: 1.8;
       font-size: px2rpx(12);
       font-size: px2rpx(12);
-      color: #909399;
+      color: var(--bs-heading-color);
       padding: px2rpx(12);
       padding: px2rpx(12);
       border-radius: px2rpx(4);
       border-radius: px2rpx(4);
       border-left: px2rpx(2) solid #cf1322;
       border-left: px2rpx(2) solid #cf1322;
@@ -1966,7 +1966,7 @@ onMounted(() => {
       .title {
       .title {
         font-weight: 600;
         font-weight: 600;
         margin-bottom: px2rpx(6);
         margin-bottom: px2rpx(6);
-        color: #606266;
+        color: var(--bs-heading-color);
       }
       }
     }
     }
 
 

+ 5 - 4
pages/customer/withdrawal.vue

@@ -133,7 +133,7 @@
                         </text>
                         </text>
                         <text v-if="channelData.type == 'BANK'">{{
                         <text v-if="channelData.type == 'BANK'">{{
                           t('Custom.Withdraw.addBank')
                           t('Custom.Withdraw.addBank')
-                          }}</text>
+                        }}</text>
                         <text v-if="channelData.type == 'BANK'" class="add-btn crm-cursor"
                         <text v-if="channelData.type == 'BANK'" class="add-btn crm-cursor"
                           @click="openAddBankCard('add_bankCard')">
                           @click="openAddBankCard('add_bankCard')">
                           {{ t('Custom.Withdraw.addBank1') }}
                           {{ t('Custom.Withdraw.addBank1') }}
@@ -257,7 +257,7 @@
                   <view v-if="channelData.type != 'BANK_TELEGRAPHIC' && isStep3">
                   <view v-if="channelData.type != 'BANK_TELEGRAPHIC' && isStep3">
                     <view class="tit">
                     <view class="tit">
                       <text>{{ t('Custom.Withdraw.Title3') + '(' + channelData.currency + ')'
                       <text>{{ t('Custom.Withdraw.Title3') + '(' + channelData.currency + ')'
-                        }}</text>
+                      }}</text>
                     </view>
                     </view>
                   </view>
                   </view>
                   <view v-if="channelData.type !== 'BANK_TELEGRAPHIC'" class="amount-box amount-box1">
                   <view v-if="channelData.type !== 'BANK_TELEGRAPHIC'" class="amount-box amount-box1">
@@ -1857,6 +1857,7 @@ watch(() => form.amount, (newVal) => {
       // border-radius: px2rpx(12);
       // border-radius: px2rpx(12);
       // padding: px2rpx(20);
       // padding: px2rpx(20);
       // box-shadow: 0 px2rpx(4) px2rpx(12) rgba(0, 0, 0, 0.03);
       // box-shadow: 0 px2rpx(4) px2rpx(12) rgba(0, 0, 0, 0.03);
+      border: 1px solid var(--bs-border-color);
 
 
       .card-top {
       .card-top {
         .tit {
         .tit {
@@ -2017,7 +2018,7 @@ watch(() => form.amount, (newVal) => {
     .tips {
     .tips {
       line-height: 1.8;
       line-height: 1.8;
       font-size: px2rpx(12);
       font-size: px2rpx(12);
-      color: #909399;
+      color: var(--bs-heading-color);
       padding: px2rpx(12);
       padding: px2rpx(12);
       border-radius: px2rpx(4);
       border-radius: px2rpx(4);
       border-left: px2rpx(2) solid #cf1322;
       border-left: px2rpx(2) solid #cf1322;
@@ -2025,7 +2026,7 @@ watch(() => form.amount, (newVal) => {
       .title {
       .title {
         font-weight: 600;
         font-weight: 600;
         margin-bottom: px2rpx(6);
         margin-bottom: px2rpx(6);
-        color: #606266;
+        color: var(--bs-heading-color);
       }
       }
     }
     }
 
 

+ 5 - 4
pages/follow/transfer.vue

@@ -58,7 +58,7 @@
 
 
                                 <view class="form-row">
                                 <view class="form-row">
                                     <button class="s-btn reselect" type="primary" @click="toTransfer">{{ t('Btn.Submit')
                                     <button class="s-btn reselect" type="primary" @click="toTransfer">{{ t('Btn.Submit')
-                                        }}</button>
+                                    }}</button>
                                 </view>
                                 </view>
                             </uni-forms>
                             </uni-forms>
                         </view>
                         </view>
@@ -273,6 +273,7 @@ onMounted(() => {
             color: #303133;
             color: #303133;
 
 
             .b-card {
             .b-card {
+                border: 1px solid var(--bs-border-color);
                 background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
                 background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
                 margin-bottom: px2rpx(10);
                 margin-bottom: px2rpx(10);
                 border-radius: px2rpx(6);
                 border-radius: px2rpx(6);
@@ -396,8 +397,8 @@ onMounted(() => {
             .tips {
             .tips {
                 line-height: 1.8;
                 line-height: 1.8;
                 font-size: px2rpx(12);
                 font-size: px2rpx(12);
-                color: #909399;
-                background-color: #f9f9f9;
+                color: var(--bs-heading-color);
+                background-color: rgba(var(--bs-body-bg-rgb), 1) !important;
                 padding: px2rpx(12);
                 padding: px2rpx(12);
                 border-radius: px2rpx(4);
                 border-radius: px2rpx(4);
                 border-left: px2rpx(2) solid #cf1322;
                 border-left: px2rpx(2) solid #cf1322;
@@ -405,7 +406,7 @@ onMounted(() => {
                 .title {
                 .title {
                     font-weight: 600;
                     font-weight: 600;
                     margin-bottom: px2rpx(6);
                     margin-bottom: px2rpx(6);
-                    color: #606266;
+                    color: var(--bs-heading-color);
                 }
                 }
             }
             }
         }
         }

+ 4 - 3
pages/ib/agent-transfer.vue

@@ -696,6 +696,7 @@ onLoad((options) => {
             color: #303133;
             color: #303133;
 
 
             .b-card {
             .b-card {
+                border: 1px solid var(--bs-border-color);
                 background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
                 background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
                 margin-bottom: px2rpx(10);
                 margin-bottom: px2rpx(10);
                 border-radius: px2rpx(6);
                 border-radius: px2rpx(6);
@@ -817,8 +818,8 @@ onLoad((options) => {
             .tips {
             .tips {
                 line-height: 1.8;
                 line-height: 1.8;
                 font-size: px2rpx(12);
                 font-size: px2rpx(12);
-                color: #909399;
-                background-color: #f9f9f9;
+                color: var(--bs-heading-color);
+                background-color: rgba(var(--bs-body-bg-rgb), 1) !important;
                 padding: px2rpx(12);
                 padding: px2rpx(12);
                 border-radius: px2rpx(4);
                 border-radius: px2rpx(4);
                 border-left: px2rpx(2) solid #cf1322;
                 border-left: px2rpx(2) solid #cf1322;
@@ -826,7 +827,7 @@ onLoad((options) => {
                 .title {
                 .title {
                     font-weight: 600;
                     font-weight: 600;
                     margin-bottom: px2rpx(6);
                     margin-bottom: px2rpx(6);
-                    color: #606266;
+                    color: var(--bs-heading-color);
                 }
                 }
             }
             }
         }
         }

+ 7 - 6
pages/ib/transfer.vue

@@ -57,19 +57,19 @@
                                                 <label class="checkbox">
                                                 <label class="checkbox">
                                                     <checkbox value="1" :checked="form.agree5" />
                                                     <checkbox value="1" :checked="form.agree5" />
                                                     <text>{{ t('news_add_field1.activitiesNZTwo.itemDeposit1')
                                                     <text>{{ t('news_add_field1.activitiesNZTwo.itemDeposit1')
-                                                    }}</text>
+                                                        }}</text>
 
 
                                                     <view style="margin-top: 10px;line-height: 1.5; font-size: 14px">
                                                     <view style="margin-top: 10px;line-height: 1.5; font-size: 14px">
                                                         <text class="crm-cursor" @click.stop="dialogCheckTip = true">{{
                                                         <text class="crm-cursor" @click.stop="dialogCheckTip = true">{{
                                                             t('Custom.Withdraw.Des') }}</text>
                                                             t('Custom.Withdraw.Des') }}</text>
                                                         <text>{{ t('news_add_field1.activitiesNZTwo.itemDeposit2')
                                                         <text>{{ t('news_add_field1.activitiesNZTwo.itemDeposit2')
-                                                        }}</text>
+                                                            }}</text>
                                                         <text class="clause crm-cursor"
                                                         <text class="clause crm-cursor"
                                                             style="text-decoration: underline;"
                                                             style="text-decoration: underline;"
                                                             @click.stop="dialogClauseNZTwo = true">{{
                                                             @click.stop="dialogClauseNZTwo = true">{{
                                                                 t('news_add_field1.activitiesNZTwo.itemDeposit3') }}</text>
                                                                 t('news_add_field1.activitiesNZTwo.itemDeposit3') }}</text>
                                                         <text>{{ t('news_add_field1.activitiesNZTwo.itemDeposit4')
                                                         <text>{{ t('news_add_field1.activitiesNZTwo.itemDeposit4')
-                                                        }}</text>
+                                                            }}</text>
                                                     </view>
                                                     </view>
 
 
                                                 </label>
                                                 </label>
@@ -746,6 +746,7 @@ onLoad((options) => {
             color: #303133;
             color: #303133;
 
 
             .b-card {
             .b-card {
+                border: 1px solid var(--bs-border-color);
                 background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
                 background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
                 margin-bottom: px2rpx(10);
                 margin-bottom: px2rpx(10);
                 border-radius: px2rpx(6);
                 border-radius: px2rpx(6);
@@ -871,8 +872,8 @@ onLoad((options) => {
             .tips {
             .tips {
                 line-height: 1.8;
                 line-height: 1.8;
                 font-size: px2rpx(12);
                 font-size: px2rpx(12);
-                color: #909399;
-                background-color: #f9f9f9;
+                color: var(--bs-heading-color);
+                background-color: rgba(var(--bs-body-bg-rgb), 1) !important;
                 padding: px2rpx(12);
                 padding: px2rpx(12);
                 border-radius: px2rpx(4);
                 border-radius: px2rpx(4);
                 border-left: px2rpx(2) solid #cf1322;
                 border-left: px2rpx(2) solid #cf1322;
@@ -880,7 +881,7 @@ onLoad((options) => {
                 .title {
                 .title {
                     font-weight: 600;
                     font-weight: 600;
                     margin-bottom: px2rpx(6);
                     margin-bottom: px2rpx(6);
-                    color: #606266;
+                    color: var(--bs-heading-color);
                 }
                 }
             }
             }
         }
         }

+ 6 - 6
pages/ib/withdraw-select.vue

@@ -7,7 +7,7 @@
                 <view class="b-card">
                 <view class="b-card">
                     <view class="card-top">
                     <view class="card-top">
                         <text class="tit">{{ t('Custom.Deposit.Title22')
                         <text class="tit">{{ t('Custom.Deposit.Title22')
-                        }}</text>
+                            }}</text>
                         <cwg-asset-tabs v-if="tabsConfig.length > 0" v-model="activeTab" :tabs="tabsConfig" />
                         <cwg-asset-tabs v-if="tabsConfig.length > 0" v-model="activeTab" :tabs="tabsConfig" />
                         <uni-loading v-if="currentTableData.length == 0" />
                         <uni-loading v-if="currentTableData.length == 0" />
                         <view v-if="currentTableData.length">
                         <view v-if="currentTableData.length">
@@ -16,7 +16,7 @@
                         <view v-if="step3" class="reselect-btn">
                         <view v-if="step3" class="reselect-btn">
                             <button class="s-btn reselect" type="primary" @click="showTable">{{
                             <button class="s-btn reselect" type="primary" @click="showTable">{{
                                 t('Custom.Deposit.Reselect')
                                 t('Custom.Deposit.Reselect')
-                            }}</button>
+                                }}</button>
                         </view>
                         </view>
                     </view>
                     </view>
                 </view>
                 </view>
@@ -151,7 +151,7 @@
                                             </text>
                                             </text>
                                             <text v-if="channelData.type == 'BANK'">{{
                                             <text v-if="channelData.type == 'BANK'">{{
                                                 t('Custom.Withdraw.addBank')
                                                 t('Custom.Withdraw.addBank')
-                                            }}</text>
+                                                }}</text>
                                             <text v-if="channelData.type == 'BANK'" class="add-btn crm-cursor"
                                             <text v-if="channelData.type == 'BANK'" class="add-btn crm-cursor"
                                                 @click="openAddBankCard('add_bankCard')">
                                                 @click="openAddBankCard('add_bankCard')">
                                                 {{ t('Custom.Withdraw.addBank1') }}
                                                 {{ t('Custom.Withdraw.addBank1') }}
@@ -313,7 +313,7 @@
                                 <uni-col :span="24" v-if="channelData.type != 'BANK_TELEGRAPHIC' && isStep3">
                                 <uni-col :span="24" v-if="channelData.type != 'BANK_TELEGRAPHIC' && isStep3">
                                     <view class="tit">
                                     <view class="tit">
                                         <text>{{ t('Custom.Withdraw.Title3') + '(' + channelData.currency + ')'
                                         <text>{{ t('Custom.Withdraw.Title3') + '(' + channelData.currency + ')'
-                                        }}</text>
+                                            }}</text>
                                     </view>
                                     </view>
                                 </uni-col>
                                 </uni-col>
                                 <uni-col :xs="24" :sm="24" :md="12" :lg="12" :xl="12"
                                 <uni-col :xs="24" :sm="24" :md="12" :lg="12" :xl="12"
@@ -1485,7 +1485,7 @@ watch(() => form.amount, (newVal) => {
         margin-bottom: px2rpx(20);
         margin-bottom: px2rpx(20);
 
 
         .b-card {
         .b-card {
-            background: #fff;
+            border: 1px solid var(--bs-border-color);
             border-radius: px2rpx(12);
             border-radius: px2rpx(12);
             padding: px2rpx(20);
             padding: px2rpx(20);
             box-shadow: 0 px2rpx(4) px2rpx(12) rgba(0, 0, 0, 0.03);
             box-shadow: 0 px2rpx(4) px2rpx(12) rgba(0, 0, 0, 0.03);
@@ -1652,7 +1652,7 @@ watch(() => form.amount, (newVal) => {
             line-height: 1.8;
             line-height: 1.8;
             font-size: px2rpx(12);
             font-size: px2rpx(12);
             color: #909399;
             color: #909399;
-            background-color: #f9f9f9;
+            background-color: rgba(var(--bs-body-bg-rgb), 1) !important;
             padding: px2rpx(12);
             padding: px2rpx(12);
             border-radius: px2rpx(4);
             border-radius: px2rpx(4);
             border-left: px2rpx(2) solid #cf1322;
             border-left: px2rpx(2) solid #cf1322;

+ 4 - 3
pages/ib/withdraw.vue

@@ -1552,6 +1552,7 @@ watch(() => form.amount, (newVal) => {
         margin-bottom: px2rpx(20);
         margin-bottom: px2rpx(20);
 
 
         .b-card {
         .b-card {
+            border: 1px solid var(--bs-border-color);
 
 
             .card-top {
             .card-top {
                 .tit {
                 .tit {
@@ -1712,8 +1713,8 @@ watch(() => form.amount, (newVal) => {
         .tips {
         .tips {
             line-height: 1.8;
             line-height: 1.8;
             font-size: px2rpx(12);
             font-size: px2rpx(12);
-            color: #909399;
-            background-color: #f9f9f9;
+            color: var(--bs-heading-color);
+            background-color: rgba(var(--bs-body-bg-rgb), 1) !important;
             padding: px2rpx(12);
             padding: px2rpx(12);
             border-radius: px2rpx(4);
             border-radius: px2rpx(4);
             border-left: px2rpx(2) solid #cf1322;
             border-left: px2rpx(2) solid #cf1322;
@@ -1721,7 +1722,7 @@ watch(() => form.amount, (newVal) => {
             .title {
             .title {
                 font-weight: 600;
                 font-weight: 600;
                 margin-bottom: px2rpx(6);
                 margin-bottom: px2rpx(6);
-                color: #606266;
+                color: var(--bs-heading-color);
             }
             }
         }
         }
 
 

+ 1 - 1
pages/login/index.vue

@@ -919,7 +919,7 @@ const handleChatIconClick = () => {
           margin: 0 0 0 px2rpx(10);
           margin: 0 0 0 px2rpx(10);
           font-size: px2rpx(56);
           font-size: px2rpx(56);
           line-height: 1.2;
           line-height: 1.2;
-          color: var(--bs-body-bg);
+          color: #fff;
           font-weight: 700;
           font-weight: 700;
           text-align: left;
           text-align: left;
         }
         }

+ 1 - 1
uni_modules/uni-combox/components/uni-combox/uni-combox.vue

@@ -241,7 +241,7 @@ export default {
 }
 }
 
 
 .uni-combox__selector-item:hover {
 .uni-combox__selector-item:hover {
-	background-color: #f9f9f9;
+	background-color: rgba(var(--bs-body-bg-rgb), 1) !important;
 }
 }
 
 
 .uni-combox__selector-empty:last-child,
 .uni-combox__selector-empty:last-child,

+ 3 - 1
uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue

@@ -737,7 +737,9 @@ $uni-info: #909399 !default;
 }
 }
 
 
 .uni-select__selector-item--actived {
 .uni-select__selector-item--actived {
-	background-color: rgba(var(--bs-secondary-color-rgb), var(--bs-bg-opacity)) !important;
+	--bs-bg-opacity: 1;
+	background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
+	color: var(--bs-heading-color);
 }
 }