chat-group.wxss 454 B

1234567891011121314151617181920212223242526272829
  1. /* pages/chat-group/chat-group.wxss */
  2. .groupList {
  3. width: 100%;
  4. height: 100%;
  5. padding: 30rpx;
  6. box-sizing: border-box;
  7. }
  8. .info {
  9. width: 100%;
  10. height: 108rpx;
  11. display: flex;
  12. align-items: center;
  13. padding-bottom: 10rpx;
  14. border-bottom: solid 1rpx #ece9e4;
  15. margin-top: 15rpx;
  16. }
  17. .info image {
  18. width: 100rpx;
  19. height: 100rpx;
  20. margin-right: 22rpx;
  21. }
  22. .info text {
  23. font-size: 34rpx;
  24. color: #000;
  25. }