Files
xiaokuaisong-xiaochengxu/uniapp04/unpackage/dist/dev/mp-weixin/pages/messageCenter/messageCenter.wxss

18 lines
222 B
Plaintext
Raw Normal View History

2025-08-18 14:20:34 +08:00
page {
background-color: #fff;
}
.chat-custom-right {
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-end;
}
.chat-custom-text {
font-size: 12px;
color: #999;
}