From e40bd17fe4ef369c9b68c0100ff1c50b9ef8729e Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 06 三月 2025 14:48:28 +0800
Subject: [PATCH] fix: 修改打包

---
 packages/components/src/styles/components.scss |  136 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 136 insertions(+), 0 deletions(-)

diff --git a/packages/components/src/styles/components.scss b/packages/components/src/styles/components.scss
index 9d54699..14cffc3 100644
--- a/packages/components/src/styles/components.scss
+++ b/packages/components/src/styles/components.scss
@@ -38,6 +38,7 @@
     padding: 12px;
     border-radius: 8px;
     background: #f0f3fa;
+    margin-bottom: 8px;
 
     .confirm-dialog-content-info-item {
       display: flex;
@@ -67,4 +68,139 @@
       }
     }
   }
+
+  .confirm-dialog-content-warning {
+    color: boleGetCssVar('color', 'danger');
+    text-align: left;
+    font-size: 16px;
+    line-height: 20px;
+  }
 }
+
+.select-pay-type-view {
+  .select-pay-type-view-item-icon {
+    width: 32px;
+    height: 32px;
+    margin-right: 12px;
+  }
+
+  .select-pay-type-view-item {
+    padding-left: 20px;
+    display: flex;
+    align-items: center;
+    height: 80px;
+    border: 1px solid #e2e5eb;
+    border-radius: 8px;
+    background-color: #fff;
+    margin-bottom: 16px;
+    cursor: pointer;
+    font-size: 16px;
+    color: boleGetCssVar('text-color', 'primary');
+  }
+}
+
+.recharge-result-view {
+  // padding:;
+
+  .recharge-result-view-title {
+    font-size: 18px;
+    color: boleGetCssVar('text-color', 'primary');
+    font-weight: 600;
+    margin-bottom: 12px;
+    text-align: center;
+    line-height: 24px;
+  }
+
+  .recharge-result-view-tips {
+    margin-bottom: 12px;
+    font-size: 16px;
+    color: boleGetCssVar('color', 'danger');
+    line-height: 20px;
+  }
+
+  .recharge-result-view-warning {
+    margin-bottom: 20px;
+    font-size: 12px;
+    color: boleGetCssVar('color', 'warning');
+    line-height: 16px;
+  }
+
+  .recharge-result-view-btn-wrapper {
+    display: flex;
+    justify-content: center;
+
+    .recharge-result-view-btn {
+      padding: 0 20px;
+      font-size: 16px;
+      color: boleGetCssVar('color', 'primary');
+      line-height: 16px;
+    }
+  }
+}
+
+
+.loading-more-tips {
+  color: boleGetCssVar('text-color', 'primary');
+  padding: 18px 10px;
+  width: auto;
+  font-size: 24px;
+  text-align: center;
+}
+
+.infinite-list-inner {
+  // padding: 30px 30px 0;
+
+  &.hasPaddingTop {
+    padding-top: 20px;
+  }
+
+  &.noShowMoreText {
+    padding-bottom: 30px;
+  }
+}
+
+.infiniting-tips {
+  color: boleGetCssVar('text-color', 'primary');
+  padding: 18px 10px;
+  width: auto;
+  font-size: 24px;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+
+  .infiniting-tips-icon {
+    margin-right: 10px;
+  }
+}
+
+.back-top-wrapper {
+  width: 92px;
+  height: 92px;
+  background: #ffffff;
+  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.18);
+  position: fixed;
+  border-radius: 50%;
+  right: boleGetCssVar('size', 'body-padding-h');
+  bottom: 390px;
+
+  .back-top-img {
+    width: 44px;
+    height: 44px;
+    margin: 12px auto 2px;
+  }
+
+  .back-top-text {
+    font-weight: 400;
+    font-size: 16px;
+    color: boleGetCssVar('text-color', 'regular');
+    line-height: 22px;
+    text-align: center;
+  }
+}
+
+.common-choose-input-icon {
+  //   width: 13px;
+  //   height: 23px;
+  margin-left: 18px;
+  color: boleGetCssVar('text-color', 'primary');
+}
\ No newline at end of file

--
Gitblit v1.9.1