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 @@