From 241e0eae4f58a128c431f66419b620a5c02181c0 Mon Sep 17 00:00:00 2001 From: niexiting <85552560@qq.com> Date: Tue, 2 Jan 2024 11:55:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BE=B9=E8=B7=9D=E5=92=8C?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/style/new_style.css | 3 +-- common/style/pdabasic.css | 2 +- mycomponents/balance/balance.vue | 2 +- mycomponents/recommend/recommend.vue | 2 +- .../components/uni-collapse-item/uni-collapse-item.vue | 4 +++- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/common/style/new_style.css b/common/style/new_style.css index 7bbd4bf6..783cb8ca 100644 --- a/common/style/new_style.css +++ b/common/style/new_style.css @@ -2079,7 +2079,7 @@ button::after { } .card_batch { - color: #00B574; + color: #9747FF; padding: 5px; } @@ -2119,7 +2119,6 @@ button::after { .scan_view { background: linear-gradient(90deg, rgba(12, 194, 182, 0.2) 0%, rgba(12, 194, 182, 0) 100%) - } .card_view { diff --git a/common/style/pdabasic.css b/common/style/pdabasic.css index c8300b34..0d965d0a 100644 --- a/common/style/pdabasic.css +++ b/common/style/pdabasic.css @@ -473,7 +473,7 @@ export function getItemTypeStyle(val) { .detail-list { background-color: #fff; - /* padding: 10rpx; */ + padding: 10rpx; /* margin: 20rpx; */ /* border-radius: 16rpx; */ /* overflow: hidden; */ diff --git a/mycomponents/balance/balance.vue b/mycomponents/balance/balance.vue index 24244efd..cc47d918 100644 --- a/mycomponents/balance/balance.vue +++ b/mycomponents/balance/balance.vue @@ -1,5 +1,5 @@