yq_style.css

来自「一个不错的拍卖网站,fdsafdsfdfe」· CSS 代码 · 共 108 行

CSS
108
字号
td,p,li,input,select {font-size:12px;line-height:18px}
FONT {FONT-FAMILY: 宋体; FONT-SIZE: 12px}
TH {FONT-FAMILY: 宋体; FONT-SIZE: 12px}
TD {FONT-FAMILY: 宋体; FONT-SIZE: 12px}
P {FONT-FAMILY: 宋体; FONT-SIZE: 12px}
TEXTAREA {FONT-SIZE:12px}
A:link {COLOR: #0055ff; TEXT-DECORATION: none}
A:visited {COLOR: #0055ff; TEXT-DECORATION: none}
A:active {COLOR: #ff5500; TEXT-DECORATION: underline}
a:hover  { color: #ff5500; text-decoration: none; position: relative; right: 0px; top: 1px }

A.a1:link {color: #006600;}
A.a1:visited {color:#006600;}
A.a1:active {color: #ff6600;}
A.a1:hover {color: #ff6600;}

A.a2:link {text-decoration:none;color:#006600;}
A.a2:visited {text-decoration:none;color:#006600;}
A.a2:active {text-decoration:none;color:#ff6600;}
A.a2:hover {text-decoration:none;color:#ff6600;}

A.a3:link {text-decoration:none;color:#666666;}
A.a3:visited {text-decoration:none;color:#666666;}
A.a3:active {text-decoration:none;color:#ff6600;}
A.a3:hover {text-decoration:none;color:#ff0000;}

a.catbig:link {
    font-size: 14px;
    color: #003CB7;
    text-decoration: none;
    font-weight:bold;
}
a.catbig:visited {
    font-size: 14px;
    color: #003CB7;
    text-decoration: none;
    font-weight:bold;
}
a.catbig:hover {
    font-size: 14px;
    color: #FF6600;
    text-decoration: underline;
    font-weight:bold;
}
a.catbig:active {
    font-size: 14px;
    color: #FF0000;
    text-decoration: underline;
    font-weight:bold;
}
a.blacklink:link {
    color: #000000;
    text-decoration: none;
}
a.blacklink:visited {
    color: #000000;
    text-decoration: none;
}
a.blacklink:hover {
    color: #FF3300;
    text-decoration: underline;
}
a.blacklink:active {
    color: #FF0000;
    text-decoration: underline;
}
#cat td {
    color:#333333;
    line-height:130%;
}
#cat {

}
#promotion {
	padding:1px 1px 1px 1px;
	border-left:1px solid #C9C9C9;
	border-right:1px solid #C9C9C9;
	border-bottom:1px solid #C9C9C9;	
	background-color:#F6F6F6;
	margin-bottom:10px;
}
.paraHeight13 {
    line-height:130%;
}
.paraHeight15 {
    line-height:150%;
}
.paraHeight17 {
    line-height:170%;
}
.fontSize14 {
    font-family: "宋体", "黑体";
    font-size: 14px;
}
.boldFontSize12 {
    font-family: "宋体", "黑体";
    font-size: 12px;
    font-weight: bold;
}
.boldFontSize14 {
    font-family: "宋体", "黑体";
    font-size: 14px;
    font-weight: bold;
}
.b2 {font-size:14px;}
.b1 {font-size:12px;}
.b3 {font-size:18px;line-height:21px}
.style1 {font-family: Arial, Helvetica, sans-serif}

⌨️ 快捷键说明

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