diff --git a/src/assets/img/collect/@eaDir/notCollect.png/SYNOFILE_THUMB_M.png b/src/assets/img/collect/@eaDir/notCollect.png/SYNOFILE_THUMB_M.png new file mode 100755 index 0000000..6d45b9f Binary files /dev/null and b/src/assets/img/collect/@eaDir/notCollect.png/SYNOFILE_THUMB_M.png differ diff --git a/src/icons/svg/arrowsBlackLeft.svg b/src/icons/svg/arrowsBlackLeft.svg new file mode 100755 index 0000000..908f0a5 --- /dev/null +++ b/src/icons/svg/arrowsBlackLeft.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 efe7abb..899308d 100755 --- a/src/views/detail/detailIndex.vue +++ b/src/views/detail/detailIndex.vue @@ -25,9 +25,7 @@
-
闫旭Mike
楼主 -
-
+
闫旭Mike
2022-7-6 14:56
楼主
@@ -35,7 +33,14 @@
申请专业
-
+
韦仕敦大学
+
+
+ 查看当前捷报详情 +
+ +
+
@@ -290,6 +295,7 @@ export default { components: { DetailReply, Coins + } }; @@ -520,7 +526,41 @@ export default { .offer-content { padding: .56rem .32rem; - .offer-content-item {} + .offer-content-item { + line-height: .6rem; + + .offer-content-key { + font-size: .32rem; + color: #7f7f7f; + width: 2.04rem; + + } + + .offer-content-value { + font-size: .36rem; + color: #333; + } + + margin-bottom: .52rem; + } + + .examine-victory-btn { + color: #333; + font-size: .3rem; + + .examine-victory-btn-outside { + width: .4rem; + height: .4rem; + margin-left: .24rem; + background: #50e3c2; + + .examine-victory-btn-icon { + width: .22rem; + height: .24rem; + } + + } + } }