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;