-
-

+
-
-
{{item.content}}
+
+
{{item.content}}
+
+
![]()
+
+
+
+
-

+
-
+
+
-
{{item.content}}
+
{{item.content}}
-

+
+
+
+
@@ -106,17 +243,25 @@ export default {
padding: 20px 32px;
display: flex;
.left {
- width: 360px;
+ width: 400px;
div {
+ display: inline-block;
line-height: 64px;
}
+ img {
+ display: inline-block;
+ width: 32px;
+ height: 32px;
+ margin-left: 8px;
+ vertical-align: middle;
+ }
}
.right {
- width: calc(100% - 360px);
+ width: calc(100% - 400px);
}
}
.conversation-list {
- padding: 48px 32px;
+ padding: 48px 32px 160px;
// background-color: #EBECF0;
.item {
margin-bottom: 48px;
@@ -125,6 +270,7 @@ export default {
width: 72px;
height: 72px;
margin-right: 20px;
+ border-radius: 50%;
}
.content {
max-width: calc(100% - 144px);
@@ -151,6 +297,13 @@ export default {
height: 32px;
margin: auto 0 auto 24px;
}
+ .img-list {
+ img {
+ width: 100px;
+ height: 100px;
+ margin: 0 16px 16px 0;
+ }
+ }
}
.item-left {
.content {
@@ -178,5 +331,20 @@ export default {
}
}
}
+ .footer{
+ width: 100%;
+ height: 112px;
+ line-height: 112px;
+ background: #1365DD;
+ box-shadow: inset 0px 1px 0px 0px #EEEEEE;
+ font-size: 32px;
+ font-family: PingFangSC-Medium, PingFang SC;
+ font-weight: 500;
+ color: #FFF;
+ text-align: center;
+ position: fixed;
+ bottom: 0;
+ left: 0;
+ }
}
\ No newline at end of file
diff --git a/src/project/pidu/AppGroupDetail/AppGroupDetail.vue b/src/project/pidu/AppConversation/groupDetail.vue
similarity index 97%
rename from src/project/pidu/AppGroupDetail/AppGroupDetail.vue
rename to src/project/pidu/AppConversation/groupDetail.vue
index cd06847f..7b536273 100644
--- a/src/project/pidu/AppGroupDetail/AppGroupDetail.vue
+++ b/src/project/pidu/AppConversation/groupDetail.vue
@@ -1,5 +1,5 @@
-
+

@@ -32,7 +32,7 @@