feat: add index page for mobile

This commit is contained in:
RockYang
2024-04-28 19:09:26 +08:00
parent 039d949523
commit 7f31a301e3
28 changed files with 640 additions and 349 deletions

View File

@@ -1,14 +1,23 @@
.mobile-chat {
.message-list-box {
//padding-top 50px
padding-bottom 10px
overflow-x auto
background #F5F5F5;
.van-nav-bar {
position static
}
.van-cell {
background none
font-family: 'Microsoft YaHei', '', Arial, sans-serif;
.chat-list-wrapper {
padding 10px 0 10px 0
background #F5F5F5;
overflow hidden
.message-list-box {
overflow auto
.van-cell {
background none
font-family: 'Microsoft YaHei', '', Arial, sans-serif;
}
}
}
.chat-box-wrapper {