From e97f65864a16d69863c44579f0d21cae7e4a8c87 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Wed, 21 Sep 2022 17:32:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=9A=E5=91=98=E7=AE=A1=E7=90=86=E8=AF=A6?= =?UTF-8?q?=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scss/modules/management/detail-main.scss | 73 +++ .../modules/base/huji/immigration/detail.vue | 5 - .../modules/communityParty/article/index.vue | 28 +- .../members/cpts/pointsDetail.vue | 404 ++++++++++++ .../communityParty/members/cpts/record.vue | 241 ++++--- .../communityParty/members/detailForm.vue | 242 +++++++ .../modules/communityParty/members/index.vue | 605 ++++++++++-------- src/views/modules/cpts/base/index.vue | 5 +- 8 files changed, 1188 insertions(+), 415 deletions(-) create mode 100644 src/views/modules/communityParty/members/cpts/pointsDetail.vue create mode 100644 src/views/modules/communityParty/members/detailForm.vue diff --git a/src/assets/scss/modules/management/detail-main.scss b/src/assets/scss/modules/management/detail-main.scss index ecef3af28..12f55e46e 100644 --- a/src/assets/scss/modules/management/detail-main.scss +++ b/src/assets/scss/modules/management/detail-main.scss @@ -251,6 +251,79 @@ } } +//一行两列 +.m-row-2{ + font-size: 15px; + font-family: PingFang SC; + font-weight: 400; + color: #333; + line-height: 24px; + display: flex; + justify-content: flex-start; + width:100%; + + .info-prop { + position: relative; + width:50%; + margin: 10px 0; + display: flex; + padding-left: 15px; + padding-top:10px; + + .info-pics { + display: flex; + margin: 20px 0; + img { + display: block; + width: 32%; + height: 90px; + margin-right: 9px; + object-fit: cover; + } + } + + .line{ + text-decoration:underline; + color: #3e8ef7; + } + .line:hover{ + cursor:pointer + } + .info-title-2 { + flex: 0 0 100px; + + } + .info-title-3{ + flex: 0 0 150px; + } + + > span, + > div { + display: block; + // max-width: 300px; + } + + &::before { + content: ""; + display: block; + position: absolute; + top: 19px; + left: 0; + width: 7px; + height: 7px; + background: #0c81fe; + border-radius: 3px; + margin-right: 10px; + } + + .div_map { + width:500px; + padding-top:10px + } +} + +} + .m-case { height: 600px; padding: 20px 0 20px 0; diff --git a/src/views/modules/base/huji/immigration/detail.vue b/src/views/modules/base/huji/immigration/detail.vue index 092445bd0..84e595d76 100644 --- a/src/views/modules/base/huji/immigration/detail.vue +++ b/src/views/modules/base/huji/immigration/detail.vue @@ -77,11 +77,6 @@ + + \ No newline at end of file diff --git a/src/views/modules/communityParty/members/cpts/record.vue b/src/views/modules/communityParty/members/cpts/record.vue index 188001175..799611075 100644 --- a/src/views/modules/communityParty/members/cpts/record.vue +++ b/src/views/modules/communityParty/members/cpts/record.vue @@ -1,110 +1,105 @@