class.css

来自「这支以宽游戏软件 大家可以以内过来不知道法做什么」· CSS 代码 · 共 36 行

CSS
36
字号
BODY,table,tr,td {
	FONT-FAMILY: "宋体", "Verdana", "Arial";
	FONT-SIZE: 12px; 
	LINE-HEIGHT: 18px; 
	color: #333333;
	overflow-x:hidden;
	overflow-y:hidden;
}

a:link {color: #1A1A67;text-decoration: none;}
a:visited {color: #1A1A67;text-decoration: none;}
a:hover {color: #7474A3;text-decoration: underline;}
a:active {color: #1A1A67;text-decoration: none;}

a.button:link {color: #808080;text-decoration: none;font-weight: bolder;}
a.button:visited {color: #808080;text-decoration: none;font-weight: bolder;}
a.button:hover {color: #666666;text-decoration: underline;font-weight: bolder;}
a.button:active {color: #808080;text-decoration: none;font-weight: bolder;}

a.icon:link {color: #008000;text-decoration: none;}
a.icon:visited {color: #008000;text-decoration: none;}
a.icon:hover {color: #009900;text-decoration: underline;}
a.icon:active {color: #008000;text-decoration: none;}

.input {
	border: 1px solid #7F9DB9;
	line-height: 16px;
	color: #1A1A67;
	text-decoration: none;
}

.mobileInput{
	width:90;
	height:18;
	background-image: URL(images/inputBG.gif);
}

⌨️ 快捷键说明

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