odc.xiaohui
2023-05-12 4b48bacef8646cee8b66f5e10b0ed7124534e93e
miniprogram/pages/user/group/message/index.wxss
@@ -19,7 +19,10 @@
    background-color:    #F5F5F9;
    margin-bottom: 20%;
}
.pageWhole{
    background-color: #F5F5F9;
    height: calc(100vh - 5rem);
}
.chat-message-left{
    margin-left: 15%;
    margin-top: -10%;
@@ -53,7 +56,7 @@
    color: rgba(0,0,0,0.4);
}
.chat-context-right{
    margin-left: 30%;
    margin-left: 25%;
    font-size: 15px;
    padding: 10px ; 
    width: 130%;
@@ -83,18 +86,18 @@
}
.input{
 width: 78%;
 height: 30px;
 height: 35px;
 background-color:    #F5F5F9;
 margin-left: 5%;
 border-radius:10px;
 margin-top: 2%;
}
.more{
    height: 25px;
    width: 25px;
    height: 45px;
    width: 45px;
    float: right;
    margin-right: 2%;
    margin-top: 3%;
    margin-top: 1%;
}
.moreList{
    /* height: 30px; */