📄 room.css
字号:
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #D6EDFF;
height: 100%;
}
#list_roomdiv {
height: 250px;
width: 100%;
vertical-align: top;
font-size: 12px;
overflow-y:auto;
overflow: auto;
float: left;
}
#list_recentdiv {
width: 100%;
vertical-align: top;
font-size: 12px;
overflow: auto;
height: 70px;
float: left;
}
#maindiv {
height: 285px;
width: 100%;
overflow-y:auto;
font-size: 12px;
overflow: auto;
float: left;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -