css.css

来自「小型企业档案管理系统V1.1 改进版的」· CSS 代码 · 共 55 行

CSS
55
字号
.left_td {
	font-size: 12px;
	line-height: 24px;
	color: #006666;
	text-decoration: none;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.left_td td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #003333;
}
.left_title {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.body_title {
	font-size: 14px;
	line-height: 24px;
	color: #336633;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #336633;
	border-bottom-color: #336633;
}
.body_td {
	font-size: 12px;
	color: #336600;
	text-decoration: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-right-color: #336600;
	border-bottom-color: #336600;
	border-left-color: #336600;
}

⌨️ 快捷键说明

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