From bfc8312b030abfc9b3d10ce7209711af7a4260fc Mon Sep 17 00:00:00 2001 From: XiaoMo Date: Mon, 3 Apr 2023 10:40:11 +0800 Subject: [PATCH] =?UTF-8?q?a1300399510@qq.com=20=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E4=BA=8E=202023/04/03=20-10:40:01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/detail/detailIndex.vue | 39 ++++++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 4 deletions(-) diff --git a/src/views/detail/detailIndex.vue b/src/views/detail/detailIndex.vue index 23de242..f983783 100755 --- a/src/views/detail/detailIndex.vue +++ b/src/views/detail/detailIndex.vue @@ -20,7 +20,7 @@
- +
- Offer1 + Offer 1 详情
+
+
+
+ 申请学校 +
+
+ 韦仕敦大学 +
+
+
+
@@ -49,7 +60,7 @@
- +
@@ -79,7 +90,7 @@
- +
@@ -643,6 +654,26 @@ export default { } + .summary-offer-box { + .summary-offer-item { + line-height: .6rem; + padding: 0 .24rem; + box-sizing: border-box; + + .summary-offer-key { + width: 1.3rem; + color: #7f7f7f; + font-size: .32rem; + margin-right: .74rem; + } + + .summary-offer-value { + font-size: .36rem; + color: #333; + } + } + } + } }