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

18 lines
222 B
Plaintext
Raw Permalink Normal View History

2025-04-11 06:42:29 +00: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;
}