From 7e27d4b4675a36cb830fb043120b8f338069e461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Thu, 24 Feb 2022 17:43:25 +0800 Subject: [PATCH] 27612 --- src/mods/AppIntegralApply/detail.vue | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/src/mods/AppIntegralApply/detail.vue b/src/mods/AppIntegralApply/detail.vue index 8aac29a..619936f 100644 --- a/src/mods/AppIntegralApply/detail.vue +++ b/src/mods/AppIntegralApply/detail.vue @@ -22,7 +22,7 @@ -
+
申请描述
{{ detail.description }}
@@ -163,6 +163,27 @@ export default { color: #ff883c; } } + + .cardss { + display: flex; + justify-content: space-between; + border-bottom: 2px solid #eee; + padding: 36px 0; + line-height: 40px; + font-size: 28px; + + .cards-left { + width: 170px; + color: #999; + } + + .cards-right { + width: calc(100% - 170px); + color: #333; + text-align: right; + } + } + .cardes { border-bottom: 2px solid #eee; padding: 36px 0;