diff --git a/src/mods/wxwork/AppVillageInfo/AppVillageInfo.vue b/src/mods/wxwork/AppVillageInfo/AppVillageInfo.vue
index c264c26..938b6ff 100644
--- a/src/mods/wxwork/AppVillageInfo/AppVillageInfo.vue
+++ b/src/mods/wxwork/AppVillageInfo/AppVillageInfo.vue
@@ -15,22 +15,6 @@
请联系管理员添加
-
@@ -158,87 +142,6 @@ export default {
}
}
}
-
- .user-content {
- padding: 16px 30px 64px;
- width: 690px;
- background: #FFF;
- border-radius: 16px;
- box-sizing: border-box;
- margin-left: 30px;
-
- .title {
- line-height: 80px;
- padding-left: 10px;
- color: #333;
- font-size: 32px;
- font-weight: 500;
- }
-
- .item {
- width: 100%;
- padding: 28px 0 30px 0;
- border-bottom: 2px solid #D8DDE6;
-
- .user-img {
- display: inline-block;
- width: 72px;
- height: 72px;
- border-radius: 50%;
- vertical-align: top;
- }
-
- .user-name-bg {
- display: inline-block;
- width: 72px;
- height: 72px;
- line-height: 72px;
- text-align: center;
- border-radius: 50%;
- background-color: #4E8EEE;
- color: #fff;
- font-size: 24px;
- vertical-align: top;
- }
-
- .user-info {
- display: inline-block;
- width: calc(100% - 72px);
- padding-left: 16px;
- box-sizing: border-box;
-
- .flex-b {
- display: flex;
- justify-content: space-between;
- }
-
- .item-line20 {
- line-height: 40px;
- font-size: 28px;
- color: #333;
- margin-bottom: 8px;
-
- .item-position {
- color: #999;
- font-size: 24px;
- }
-
- .item-type {
- padding: 010px;
- background: #E8EFFF;
- color: #2266FF;
- font-size: 24px;
- }
- }
-
- .item-line18 {
- line-height: 36px;
- color: #666;
- font-size: 26px;
- }
- }
- }
- }
}
}
diff --git a/src/mods/wxwork/AppWxworkQrcode/AppWxworkQrcode.vue b/src/mods/wxwork/AppWxworkQrcode/AppWxworkQrcode.vue
index 8458019..25b21a6 100644
--- a/src/mods/wxwork/AppWxworkQrcode/AppWxworkQrcode.vue
+++ b/src/mods/wxwork/AppWxworkQrcode/AppWxworkQrcode.vue
@@ -1,24 +1,27 @@
-