From 0b142b707a92cfa6657bf91690a5d0b9ceaa46bb Mon Sep 17 00:00:00 2001 From: luJianJun <2587063613@qq.com> Date: Tue, 1 Aug 2023 10:29:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/img/detail/wxQrCode.svg | 11 -- .../biserialListItem/biserialListItem.vue | 1 + src/components/detail/breadcrumb.vue | 5 +- src/views/detail.vue | 178 +++++++++--------- 4 files changed, 97 insertions(+), 98 deletions(-) delete mode 100644 src/assets/img/detail/wxQrCode.svg diff --git a/src/assets/img/detail/wxQrCode.svg b/src/assets/img/detail/wxQrCode.svg deleted file mode 100644 index 8f8d405..0000000 --- a/src/assets/img/detail/wxQrCode.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/src/components/biserialListItem/biserialListItem.vue b/src/components/biserialListItem/biserialListItem.vue index 3eb7b3b..512b135 100644 --- a/src/components/biserialListItem/biserialListItem.vue +++ b/src/components/biserialListItem/biserialListItem.vue @@ -362,6 +362,7 @@ img { width: 18px; height: 18px; margin-right: 5px; + margin-left:-3px; } } diff --git a/src/components/detail/breadcrumb.vue b/src/components/detail/breadcrumb.vue index 37a672f..cbeec88 100644 --- a/src/components/detail/breadcrumb.vue +++ b/src/components/detail/breadcrumb.vue @@ -225,13 +225,14 @@ img { position: absolute; top: -17px; left: 0px; - border-radius: 0 0 16px 0; + border-radius: 0 16px 16px 0; background: rgba(174, 159, 251, 1); width: 22px; height: 24px; + box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.117647058823529); } .intermediary-bg{ - background: rgba(173,214,247,1) !important; + background: rgba(174,215,249,1) !important; } } diff --git a/src/views/detail.vue b/src/views/detail.vue index 425ba64..3b65472 100644 --- a/src/views/detail.vue +++ b/src/views/detail.vue @@ -1,89 +1,96 @@