From 3d78a4f15c3212bfc87fe13cc7a073f97ea6c8c0 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 18:11:09 +0800 Subject: [PATCH] 87613 --- src/mods/AppIntegralApply/add.vue | 113 +++++++++++++++++++++++++++--- 1 file changed, 103 insertions(+), 10 deletions(-) diff --git a/src/mods/AppIntegralApply/add.vue b/src/mods/AppIntegralApply/add.vue index 340498c..9e149a5 100644 --- a/src/mods/AppIntegralApply/add.vue +++ b/src/mods/AppIntegralApply/add.vue @@ -22,10 +22,17 @@ - - - -
{{ forms.description.length }}/500
+
+
+
+ * +

事件描述

+
+
+ +
+
+
@@ -167,6 +174,98 @@ export default { } } + .form-item { + padding-left: 28px; + + .form-item__wrapper { + display: flex; + align-items: center; + justify-content: space-between; + height: 128px; + padding-right: 28px; + + input { + flex: 1; + height: 100%; + text-align: right; + padding-right: 10px; + } + + .form-item__right { + display: flex; + align-items: center; + font-size: 32px; + + span { + max-width: 400px; + margin-right: 8px; + color: #333333; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + } + + i { + margin-right: 8px; + color: #999999; + } + } + } + + &:last-child { + .form-item__wrapper { + border-bottom: none; + } + } + + .form-item__title { + display: flex; + align-items: center; + + i { + font-size: 32px; + color: #fa3534; + opacity: 0.65; + } + + span { + font-size: 28px; + color: #999999; + } + + h2 { + padding: 0 4px; + font-size: 28px; + color: #303133; + } + } + + &.form-item__imgs, + &.form-item__textarea { + .form-item__wrapper { + display: block; + height: auto; + padding-bottom: 32px; + } + + textarea { + width: 100%; + height: 160px; + } + + .form-item__title { + padding: 32px 0; + } + + .form-item__right { + padding-left: 18px; + .textareas { + color: #303133; + } + } + } + } + .contents { padding-bottom: 20px !important; .u-form-item__body { @@ -199,12 +298,6 @@ export default { } } } - .wordLength { - color: #999; - text-align: right; - padding: 10px 40px; - background-color: #ffffff; - } .btn { position: fixed;