style.css

来自「电子商城源代码,包含项目工程文件! 数据库建表语句 具体功能包括电子购物车,」· CSS 代码 · 共 42 行

CSS
42
字号
A:visited
{
	color: #000000;
	text-decoration: none;
}
A:active
{
	color: #000000;
	text-decoration: none;
}
A:hover
{
	color: blue;
	text-decoration: underline;
}
A:link
{
	color: #000000;
	text-decoration: none;
}

body
{ SCROLLBAR-FACE-COLOR: #dee3e7; FONT-SIZE: 9pt; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #dee3e7; COLOR: black; SCROLLBAR-3DLIGHT-COLOR: #d1d7dc; SCROLLBAR-ARROW-COLOR: #006699; SCROLLBAR-TRACK-COLOR: #efefef; FONT-FAMILY: ARIAL, 宋体; SCROLLBAR-DARKSHADOW-COLOR: #98aab1 }



TD, P, DIV A
{
	font-family: Arial, 宋体;
	font-size: 9pt;
}

.Dotted {border: 1px dotted black; background-color: white}

.3dTitle
{
	font-size: 12pt;
	filter: shadow(color=#A0A0A0, direction:135);
	width: 100%;
	font-family: Arial, 宋体;
	position: relative;
}

⌨️ 快捷键说明

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