basic.css

来自「程序内核:原甘肃人才网 特点&功能: 1、专门针对应届毕业生进行了优化设计」· CSS 代码 · 共 33 行

CSS
33
字号
body {
	background: #DDDDDD;
	margin-right: 6px;
	margin-left: 6px;
}
table {
	font-size: 14px;
	line-height: 130%;
	word-break: break-all;
}
.table1 {
	font-size: 12px;
	line-height: 130%;
}
.t1 {
	font-family: "黑体";
	font-size: 16px;
	line-height: 140%;
	font-weight: bold;
}
.l1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.l2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
input {
	border:solid 1px;
}

⌨️ 快捷键说明

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