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;