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 | 67 +++++++++++++++++++++++++++++++++ 1 files changed, 67 insertions(+), 0 deletions(-) diff --git a/packages/components/src/styles/components.scss b/packages/components/src/styles/components.scss index 9e9517c..14cffc3 100644 --- a/packages/components/src/styles/components.scss +++ b/packages/components/src/styles/components.scss @@ -137,3 +137,70 @@ } } } + + +.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