main.css.svn-base

来自「rmi server web service for a stock track」· SVN-BASE 代码 · 共 50 行

SVN-BASE
50
字号
@charset "utf-8";
body{
	margin-top: 2px;
	font-family: 宋体,arial;
	font-size:16px;
}

div.infodiv {
	text-align:right;
}

table#mt th.activeth{
	text-align:center;
	background-color:#c3d9ff;
	font-weight:bold;
}

table#mt th.inactiveth{
	text-align:center;
	background-color:#e5ecf9;
	font-weight:bold;
}

div.activetab{
	padding: 0px 1em 2px 1em;
	border:1px solid c3d9ff;
	border-bottom:0px; 
	white-space: nowrap;
}

div.inactivetab{
	padding: 0px 1em 2px 1em; 
	white-space: nowrap;
}

div.summary{
	background-color:#c3d9ff;padding:2px;
}

div.summaryc{
	font-size: 90%; float: right; white-space: nowrap;
}

table.ct{
	border:3px solid #80aeff; 
}

table#ct td.ht{
	background-color:#80aeff;padding:5px 10px 2px 10px"
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?