room.css

来自「类QQ聊天其他人不需帐号就可自由下载此源码」· CSS 代码 · 共 34 行

CSS
34
字号
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 + =
减小字号Ctrl + -
显示快捷键?