css.css

来自「餐饮系统的各个功能」· CSS 代码 · 共 36 行

CSS
36
字号
body {font-size:12px;
}

.tuichu {
	font-family: "宋体";
	font-size: 12px;
	color: #0AB7B1;
	text-decoration: underline;
	text-align: left;
}
.inputs
{font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 16px;
	width: 92px;
	border: 1px solid #D7D7D7;
	text-align: left;
	line-height:17px;	
	}
	
.engandnum
{font-family: "宋体";
	font-size: 12px;
	}
	
a {font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	color:Black;
	text-decoration:none;
	}
	

⌨️ 快捷键说明

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