chat-page-status.wxss 236 B

12345678910111213
  1. .chat-page-status-style{
  2. width: 100%;
  3. height: 54rpx;
  4. display: flex;
  5. justify-content: center;
  6. align-items: center;
  7. font-size: 26rpx;
  8. color: white;
  9. position: fixed;
  10. top:0;
  11. left:0;
  12. z-index: 20;
  13. }