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 @@