css.css

来自「适用于网络/信息企业」· CSS 代码 · 共 70 行

CSS
70
字号
body,td,th {
	font-size: 12px;
	color: #666666;
    margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #3399cc;
}
a:active {
	text-decoration: none;
}
.box {
	font-size: 12px;
	padding: 2px;
	height: 20px;
	background-color: #ffffff;
	border: 1px solid #666666;
}
.box3 {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	height: 20px;
	border: 1px solid #A7A7A7;
}
.box4 {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	height: 20px;
	border: 1px solid #A7A7A7;
	width: 100px;
}
.biaogo_1 {
	border-top-width: 5px;
	border-bottom-width: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.box5 {
	width: 100%;
}
.box6 {
	width: 90%;
}
.box7 {
	width: 50%;
}
.box1 {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	height: 20px;
}

⌨️ 快捷键说明

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