From 7aa93ba9307f8ab7a12327a560e70c2f313b344c Mon Sep 17 00:00:00 2001 From: XiaoMo Date: Fri, 31 Mar 2023 18:00:12 +0800 Subject: [PATCH] =?UTF-8?q?a1300399510@qq.com=20=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E4=BA=8E=202023/03/31=20-18:00:01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/icons/svg/arrowsBlackLeft.svg | 6 ++-- src/icons/svg/arrowsRoundBlackLeft.svg | 6 ++++ src/views/detail/detailIndex.vue | 40 ++++++++++++++++++++++++-- 3 files changed, 46 insertions(+), 6 deletions(-) create mode 100755 src/icons/svg/arrowsRoundBlackLeft.svg diff --git a/src/icons/svg/arrowsBlackLeft.svg b/src/icons/svg/arrowsBlackLeft.svg index 908f0a5..ae64d90 100755 --- a/src/icons/svg/arrowsBlackLeft.svg +++ b/src/icons/svg/arrowsBlackLeft.svg @@ -1,6 +1,6 @@  - - - + + + \ No newline at end of file diff --git a/src/icons/svg/arrowsRoundBlackLeft.svg b/src/icons/svg/arrowsRoundBlackLeft.svg new file mode 100755 index 0000000..908f0a5 --- /dev/null +++ b/src/icons/svg/arrowsRoundBlackLeft.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/views/detail/detailIndex.vue b/src/views/detail/detailIndex.vue index 4b3edd0..23de242 100755 --- a/src/views/detail/detailIndex.vue +++ b/src/views/detail/detailIndex.vue @@ -34,7 +34,9 @@
- Offer1 + Offer1 + 详情
@@ -42,7 +44,7 @@
查看当前捷报详情
- +
@@ -72,7 +74,7 @@
查看当前捷报详情
- +
@@ -610,6 +612,38 @@ export default { .summary-content { padding: .56rem .32rem; + + .summary-content-item { + border-radius: .16rem; + border: .0133rem solid rgba(235, 235, 235, 1); + + .summary-offer-head { + justify-content: space-between; + height: .8rem; + background: rgba(246, 246, 246, 1); + color: #333; + padding: 0 .24rem; + + span { + font-size: .32rem; + color: #333; + } + + .summary-offer-head-title { + color: #000; + font-size: .4rem; + font-weight: 650; + } + + .summary-offer-head-icon { + width: .14rem; + height: .36rem; + margin-left: .16rem; + } + + } + + } }