css.css

来自「这是一个很小的电子商务网站」· CSS 代码 · 共 26 行

CSS
26
字号

BODY{
	background-image: url(../Images/bg_1.gif);
	scrollbar-face-color: #C0C0C0;
	scrollbar-highlight-color: #C0C0C0;
	scrollbar-shadow-color: #C0C0C0;
	scrollbar-3dlight-color: #E0E0E0;
	scrollbar-arrow-color:  #333333;
	scrollbar-track-color: #E0E0E0;
	background-position: center;
}

td{font-size:9pt;line-height:120%;color:#353535} 
body{font-size:9pt;line-height:120%} 

a:link          { color: #000000; text-decoration: none }
a:visited       { color: #000000; text-decoration: none }
a:active        { color: #000000; text-decoration: none }
a:hover         { color: #0099cc; text-decoration: none; position: relative; right: 0px; top: 0px }

.table-Line {border-bottom-width: 1px;border-bottom-style: dotted;border-bottom-color: #cccccc;border-right-width: 1px;border-right-style: dotted;border-right-color: #cccccc;}
.table-z {border-left-width: 1px;border-left-style: dotted;border-left-color: #cccccc;
	border-top-width: 1px;
	order-top-style: dotted;
	border-top-color: #cccccc;
	border-top-style: dotted;}

⌨️ 快捷键说明

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