diff --git a/src/assets/img/census/不活跃.png b/src/assets/img/census/不活跃.png new file mode 100644 index 000000000..ae1964050 Binary files /dev/null and b/src/assets/img/census/不活跃.png differ diff --git a/src/assets/img/census/出租.png b/src/assets/img/census/出租.png new file mode 100644 index 000000000..28313d56d Binary files /dev/null and b/src/assets/img/census/出租.png differ diff --git a/src/assets/img/census/区级.png b/src/assets/img/census/区级.png new file mode 100644 index 000000000..2157e6a79 Binary files /dev/null and b/src/assets/img/census/区级.png differ diff --git a/src/assets/img/census/工作人员.png b/src/assets/img/census/工作人员.png new file mode 100644 index 000000000..706840df3 Binary files /dev/null and b/src/assets/img/census/工作人员.png differ diff --git a/src/assets/img/census/市级.png b/src/assets/img/census/市级.png new file mode 100644 index 000000000..8ccce93bc Binary files /dev/null and b/src/assets/img/census/市级.png differ diff --git a/src/assets/img/census/未售出.png b/src/assets/img/census/未售出.png new file mode 100644 index 000000000..d1c6de45b Binary files /dev/null and b/src/assets/img/census/未售出.png differ diff --git a/src/assets/img/census/活跃.png b/src/assets/img/census/活跃.png new file mode 100644 index 000000000..3ff14b8c1 Binary files /dev/null and b/src/assets/img/census/活跃.png differ diff --git a/src/assets/img/census/社区.png b/src/assets/img/census/社区.png new file mode 100644 index 000000000..73651c82e Binary files /dev/null and b/src/assets/img/census/社区.png differ diff --git a/src/assets/img/census/网格数.png b/src/assets/img/census/网格数.png new file mode 100644 index 000000000..e5e635a63 Binary files /dev/null and b/src/assets/img/census/网格数.png differ diff --git a/src/assets/img/census/自住.png b/src/assets/img/census/自住.png new file mode 100644 index 000000000..e76c949e2 Binary files /dev/null and b/src/assets/img/census/自住.png differ diff --git a/src/assets/img/census/镇街.png b/src/assets/img/census/镇街.png new file mode 100644 index 000000000..86f28531d Binary files /dev/null and b/src/assets/img/census/镇街.png differ diff --git a/src/assets/img/census/闲置.png b/src/assets/img/census/闲置.png new file mode 100644 index 000000000..9871deeed Binary files /dev/null and b/src/assets/img/census/闲置.png differ diff --git a/src/assets/scss/modules/management/form.scss b/src/assets/scss/modules/management/form.scss new file mode 100644 index 000000000..18d1ed075 --- /dev/null +++ b/src/assets/scss/modules/management/form.scss @@ -0,0 +1,63 @@ +/deep/ .el-input.is-disabled .el-input__inner, +/deep/ .el-textarea.is-disabled textarea.el-textarea__inner { + // border:none;background-color: transparent; +} +.div_btn { + text-align: right; +} +.div_map { + width: 100%; + height: 320px; + margin-left: 0px; +} +/deep/.el-dialog__body { + padding: 30px 80px; +} +/deep/.el-dialog__footer { + padding: 10px 80px 20px; +} +.form-item::v-deep .el-form-item__label { + color: #fff; +} +.form-item { + .el-radio { + color: #fff; + } + + .el-checkbox { + color: #fff; + } +} +.verifyRed::before { + content: '*'; + color: #f56c6c; + margin-right: 4px; +} +.form_label_box { + width: 150px; + display: inline-block; + text-align: right; + padding-right: 12px; +} + +/deep/.m-record { + h3 { + &::before { + display: inline-block; + width: 4px; + height: 12px; + background: #0056D6; + content: ''; + /** + 这个指为正的话 小方块就往上, 为负的话,小方块就往下 + */ + vertical-align: 1px; + margin-right: 5px; + } + } +} +/deep/.recordBox .m-table-item{ + margin-top:0px; + max-height:200px; + overflow: auto; +} \ No newline at end of file diff --git a/src/assets/scss/people-info2.scss b/src/assets/scss/people-info2.scss new file mode 100644 index 000000000..7a28a1e3c --- /dev/null +++ b/src/assets/scss/people-info2.scss @@ -0,0 +1,132 @@ +@import "c/config"; +@import "c/function"; + + + + .wrap2 { + box-sizing: border-box; + padding: 20px; + height: 90vh; + width: 1180px; + overflow-y: auto; + overflow-x: hidden; + position: relative; + } + + .title { + padding: 10px; + font-size: 22px; + font-family: PingFang SC; + font-weight: 800; + color: #333; + display: flex; + align-items: center; + + img { + display: block; + margin-right: 5px; + } + span { + display: block; + } + } + + .div_tuomin{ + position: absolute; + top:25px; + right:40px; + } + + .btn-close { + position: absolute; + z-index: 2; + top: -30px; + right: -30px; + cursor: pointer; + } + + .list { + display: flex; + flex-wrap: wrap; + padding: 10px 30px; + + .item { + position: relative; + box-sizing: border-box; + padding: 0 15px; + width: 33%; + color: #fff; + font-size: 18px; + font-family: PingFang SC; + font-weight: 400; + color: #333; + line-height: 24px; + margin: 15px 0; + + &.z-long { + width: 100%; + } + + &::before { + position: absolute; + left: 0; + top: 9px; + content: ""; + display: block; + width: 7px; + height: 7px; + background: #ddd; + border-radius: 3px; + } + } + } + + .line { + margin: 20px auto; + width: 900px; + height: 1px; + border: 1px dashed #ddd; + } + + .tabs { + margin-top: 30px; + display: flex; + align-items: center; + padding-left: 20px; + + .tab-btn { + margin: 0 5px; + width: 30px; + text-align: center; + cursor: pointer; + padding: 10px 0; + border-radius: 3px; + background-color: rgba(#000, 0.3); + } + + .tab { + @include toe; + margin: 0 5px; + min-width: 80px; + padding: 0 8px; + height: 36px; + background: #fff; + border: 1px solid #eee; + box-shadow: 0 0 10px 0 inset #ddd; + border-radius: 2px; + text-align: center; + font-size: 17px; + font-family: PingFang SC; + font-weight: 400; + color: #333; + line-height: 36px; + cursor: pointer; + transition: all ease 0.1s; + &.z-on { + background: linear-gradient(90deg, #1a5afd, #009cff); + box-shadow: none; + color: #ffffff; + border: 1px solid #1a5afd; + } + } + } diff --git a/src/views/components/rangeInput.vue b/src/views/components/rangeInput.vue index 5c726a67b..b740a5fc0 100644 --- a/src/views/components/rangeInput.vue +++ b/src/views/components/rangeInput.vue @@ -10,7 +10,7 @@ :type="inputType" clearable placeholder="请输入" - @change="handleChange" /> + @change="handleChange($event,'s')" />


+
+
+
+
+
+ 



+
+
+
+
+