odc.xiaohui
2023-04-06 f05a26bb7e036c3d09c84e295f1b77fdb8d9ba08
miniprogram/pages/manager/group/message/index.wxss
@@ -14,10 +14,14 @@
}
.chat-item{
    padding-bottom: 2rem;
    background-color:    #F5F5F9;
    margin-bottom: 20%;
}
.pageWhole{
    background-color: #F5F5F9;
    height: calc(100vh - 5rem);
}
.chat-message-left{
    margin-left: 15%;
    margin-top: -10%;
@@ -62,7 +66,7 @@
}
.low{
    position: fixed;
    bottom: 0rem;
    bottom: 2rem;
    width: 100%;
    background-color: white;
    /* height: 7%; */
@@ -149,3 +153,12 @@
.view-4{
  
}
.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .block{
      color: #fff;
  }