mycss.css

来自「aspx自助链接系统(.net)」· CSS 代码 · 共 24 行

CSS
24
字号
td.textbox
{
	border-right: deepskyblue thin groove;
	border-top: deepskyblue thin groove;
	font-size: 9pt;
	background: #330099;
	border-left: deepskyblue thin groove;
	color: deepskyblue;
	border-bottom: deepskyblue thin groove;
	height: 15pt;
}
td.button
{
	border-right: #00ccff thin groove;
	border-top: #00ccff thin groove;
	background: #330099;
	border-left: #00ccff thin groove;
	cursor: hand;
	color: deepskyblue;
	border-bottom: #00ccff thin groove;

}

⌨️ 快捷键说明

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