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; + } + + } + + } }