mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-10 11:13:42 +08:00
feat: add index page for mobile
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user