diff --git a/src/mods/AppIntegralApply/detail.vue b/src/mods/AppIntegralApply/detail.vue index fb2e820..e5aee5e 100644 --- a/src/mods/AppIntegralApply/detail.vue +++ b/src/mods/AppIntegralApply/detail.vue @@ -76,12 +76,12 @@ -
+
-
驳回理由
-
- {{ detail.auditOpinion }} -
+ 驳回理由 + + {{ detail.auditOpinion }} +
@@ -144,7 +144,7 @@ export default { display: flex; justify-content: space-between; border-bottom: 2px solid #eee; - padding: 36px 0; + padding: 34px 0; line-height: 40px; font-size: 28px; @@ -198,5 +198,28 @@ export default { } } } + .bottoms { + padding: 0 32px 32px 32px; + background-color: #fff; + .cards { + display: flex; + border-bottom: 2px solid #eee; + padding: 34px 0; + line-height: 40px; + font-size: 28px; + + .lefts { + display: inline-block; + width: 160px; + color: #999; + } + + .rights { + width: calc(100% - 160px); + color: #333; + line-height: 44px; + } + } + } }