diff --git a/src/assets/scss/modules/visual/basicInfoMain.scss b/src/assets/scss/modules/visual/basicInfoMain.scss
index ed8deba3..ecc3d638 100644
--- a/src/assets/scss/modules/visual/basicInfoMain.scss
+++ b/src/assets/scss/modules/visual/basicInfoMain.scss
@@ -1,3 +1,6 @@
+@import "../../c/config";
+@import "../../c/function";
+@import "./c/common";
.div_top {
margin-left: 10px;
height: 35px;
@@ -296,6 +299,15 @@
top: 13px;
left: 18px;
}
+ .icon_roomstate {
+ position: absolute;
+ top: 16px;
+ right: 16px;
+ font-size: 14px;
+ font-family: PingFang SC;
+ font-weight: 500;
+ color: #ffffff;
+ }
.icon_category {
position: absolute;
@@ -312,9 +324,9 @@
height: 20px;
}
.icon_name{
- text-align: center;
- margin:5px;
- font-size: 16px;
+
+ display: flex;
+ justify-content: center;
}
}
@@ -365,11 +377,12 @@
box-shadow: 0 0 10px inset #1a5afd;
.user_item {
- padding: 13px 8px 0 14px;
- font-size: 16px;
+ padding: 9px 8px 0 12px;
+ font-size: 14px;
font-family: PingFang SC;
font-weight: 400;
color: #ffffff;
+ line-height: 10px;
.user_item_content {
display: flex;
@@ -498,3 +511,74 @@
cursor: pointer;
}
}
+
+.m-room-pop {
+ @include shield;
+ background-color: rgba(#000, 0.9);
+ overflow-y: auto;
+
+ .wrap {
+ position: relative;
+ margin: 120px auto;
+ width: 680px;
+
+ .title {
+ padding: 10px;
+ font-size: 22px;
+ font-family: PingFang SC;
+ font-weight: 800;
+ color: #ffffff;
+ display: flex;
+ align-items: center;
+
+ img {
+ display: block;
+ margin-right: 5px;
+ }
+ span {
+ display: block;
+ }
+ }
+
+ .btn-close {
+ position: absolute;
+ top: -15px;
+ right: -15px;
+ cursor: pointer;
+ }
+
+ .list {
+ // display: flex;
+ // flex-wrap: wrap;
+ padding: 5px 60px 5px 30px;
+
+ .item {
+ position: relative;
+ box-sizing: border-box;
+ padding: 0 15px;
+ width: 100%;
+ color: #fff;
+ font-size: 18px;
+ font-family: PingFang SC;
+ font-weight: 400;
+ color: #ffffff;
+ line-height: 24px;
+ margin: 15px 0;
+
+ &::before {
+ position: absolute;
+ left: 0;
+ top: 9px;
+ content: "";
+ display: block;
+ width: 7px;
+ height: 7px;
+ background: #0c81fe;
+ border-radius: 3px;
+ }
+ }
+ }
+
+
+ }
+}
diff --git a/src/assets/scss/modules/visual/personCategory.scss b/src/assets/scss/modules/visual/personCategory.scss
index 4c578bcd..39c6e7af 100644
--- a/src/assets/scss/modules/visual/personCategory.scss
+++ b/src/assets/scss/modules/visual/personCategory.scss
@@ -8,7 +8,14 @@
color: #fff;
// background: url("../../../img/modules/visual/warning-box.png") no-repeat center;
background-size: 100% 100%;
- padding: 45px 21px 35px 24px;
+ padding: 15px 21px 15px 24px;
+
+
+
+ /deep/ .el-scrollbar__wrap {
+ margin-right:-17px !important
+ }
+
&-top {
display: flex;
@@ -152,7 +159,7 @@
&-bottom {
box-sizing: border-box;
width: 100%;
- height: calc(100% - 300px);
+ height: calc(100vh - 535px);
min-height: 300px;
margin-top: 60px;
}
diff --git a/src/views/modules/visual/basicinfo/basicInfoCommunity.vue b/src/views/modules/visual/basicinfo/basicInfoCommunity.vue
index ecf63da5..7cd5384b 100644
--- a/src/views/modules/visual/basicinfo/basicInfoCommunity.vue
+++ b/src/views/modules/visual/basicinfo/basicInfoCommunity.vue
@@ -43,18 +43,21 @@
+
+