From eb03b300d3e934bab41a3aae4be22f2297502539 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Mon, 30 May 2022 17:56:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scss/modules/management/form-main.scss | 83 ++ .../communityService/fuwujilu/addForm.vue | 850 ++++++++++++++++++ .../communityService/fuwujilu/detailForm.vue | 697 ++++++++++++++ .../communityService/fuwujilu/fuwuList.vue | 369 ++++---- 4 files changed, 1813 insertions(+), 186 deletions(-) create mode 100644 src/assets/scss/modules/management/form-main.scss create mode 100644 src/views/modules/communityService/fuwujilu/addForm.vue create mode 100644 src/views/modules/communityService/fuwujilu/detailForm.vue diff --git a/src/assets/scss/modules/management/form-main.scss b/src/assets/scss/modules/management/form-main.scss new file mode 100644 index 000000000..6e0cfa6fa --- /dev/null +++ b/src/assets/scss/modules/management/form-main.scss @@ -0,0 +1,83 @@ + + +.div_form { + width: 100%; + margin-top:20px; + + .data-tag{ + margin-left:10px; + } + + .item_width_1{ + width: 480px; + } + .item_width_2{ + width: 220px; + } + + .list_item_width_1 { + width: 165px; + } + .list_item_width_2 { + width: 135px; + } +} + + +.div-mult-form { + margin-top: 20px; + + .div_person { + display: flex; + font-size: 14px; + padding-bottom: 20px; + + .person_title { + text-align: right; + flex: 0 0 100px; + + line-height: 36px; + padding: 0 12px 0 0; + } + + .tag_item { + margin-right: 10px; + margin-top: 10px; + } + .tag_tip { + margin-top: 10px; + color: #9c9c9c; + } + } +} + + + +.twoline { + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 2; + overflow: hidden; +} + +.div_btn { + margin-top: 20px; + text-align: center; +} + +.d-h3{ + margin-left:20px; +} + +.div_map { + margin-top:10px; + position: relative; +} +.div_searchmap { + z-index: 1000; + position: absolute; + top: 5px; + left: 5px; + display: flex; + justify-content: flex-start; +} \ No newline at end of file diff --git a/src/views/modules/communityService/fuwujilu/addForm.vue b/src/views/modules/communityService/fuwujilu/addForm.vue new file mode 100644 index 000000000..52050dba5 --- /dev/null +++ b/src/views/modules/communityService/fuwujilu/addForm.vue @@ -0,0 +1,850 @@ + + + + + + diff --git a/src/views/modules/communityService/fuwujilu/detailForm.vue b/src/views/modules/communityService/fuwujilu/detailForm.vue new file mode 100644 index 000000000..718b50f9d --- /dev/null +++ b/src/views/modules/communityService/fuwujilu/detailForm.vue @@ -0,0 +1,697 @@ + + + + + + diff --git a/src/views/modules/communityService/fuwujilu/fuwuList.vue b/src/views/modules/communityService/fuwujilu/fuwuList.vue index d45e9a174..d9ad515a3 100644 --- a/src/views/modules/communityService/fuwujilu/fuwuList.vue +++ b/src/views/modules/communityService/fuwujilu/fuwuList.vue @@ -1,6 +1,6 @@