From 09a0135703213a3c2d9dd140e9882c099529351e Mon Sep 17 00:00:00 2001
From: changjinpeng <185154740@qq.com>
Date: Mon, 7 Mar 2022 14:25:09 +0800
Subject: [PATCH] 28075
---
src/mods/AppIntegralApply/detail.vue | 35 +++++++++++++++++++++++-----
1 file changed, 29 insertions(+), 6 deletions(-)
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;
+ }
+ }
+ }
}