📄 css.css
字号:
/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #000000;} /* 已访问的链接 */
a:hover{color: #FF0000;} /* 鼠标在链接上 */
a:active {color: #FF0000;} /* 点击激活链接 */
/*BodyCSS定义*/
td {font-family: "Verdana, Arial, Helvetica, sans-serif"; font-size: 11.5px; color: #000000; text-decoration:none ; text-decoration:none ; line-height:165%; }
BODY {
background:url(images1/bg_1.gif);background-position: center;
font-family: "Verdana, Arial, Helvetica, sans-serif"; font-size: 11.5px;
background-position: center;
FONT-SIZE: 9pt;
color: #000000;
text-decoration: none;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #000000; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #ffffff;
}
/*英文小字体*/
.small2 {
font-size: 10px;
}
/*导航标题字体*/
.bigNavi {
font-size: 12px;
font-weight: bold;
color: #0066CC;
}
/*注意CSS*/
.Notices {
color: red;
}
/*主框表格背景色*/
.tabbgcolor {
background-color: #D4D4D4;
line-height: 22px;
}
/*主框内部表格背景色*/
.tabbgcolorli {
background-color: #F9F9F9;
line-height: 20px;
}
.tabbgcolorlibg {
background-color: #F0F0F0;
line-height: 20px;
}
.tabbgcolorli1 {
background-color: #E6E6E6;
line-height: 20px;
}
/*主框内部表格背景色*/
.tabbgcolorliWhite {
background-color: #FFFFFF;
line-height: 20px;
}
/*左侧内部表格背景色*/
.tabbgcolorlileft {
background-color:#F5F5F5;
line-height: 20px;
}
/*左侧底纹*/
.leftbgcolor {
background-color: #E7E7E7;
line-height: 22px;
}
/* 底部版权信息文字及背景的css定义*/
.bottomm{background:url(images1/bottom_bg.gif);color: #000000;height: 25;}
.bottoml{background:url(images1/bottom_left.gif);color: #000000;height: 25;}
.bottomr{background:url(images1/bottom_right.gif);color: #000000;height: 25;}
/* 头部版权信息文字及背景的css定义*/
.topm{background:url(images1/top_bg.gif);color: #000000;height: 37;}
.topl{background:url(images1/top_left.gif);color: #000000;height: 37;}
.topr{background:url(images1/top_right.gif);color: #000000;height: 37;}
/*主框CSS定义*/
.maindaohang{background:url(images/2_1.gif);color: #000000;height: 32;}
.mainmiddle{background:url(images/2_3.gif);color: #000000;height: 32;}
.mainrights{background:url(images/2_5.gif);color: #000000;height: 32;}
/*背景*/
.bg{background-color: #ffffff}
/*红色*/
.Nred9pt {
color: red;
}
.Nblue9pt {
color: blue;
}
.NHightblue9pt {
color: #006699;
}
.Nhightblue9ptbold
{
color: #006699;
font-weight: bold;
}
.Nred12pt {
font-size: 12pt;
color: red;
}
.Nblue12pt {
font-size: 12pt;
color: blue;
}
.NHightblue12pt {
font-size: 12pt;
color: #006699;
}
.Nhightblue12ptbold
{
font-size: 12pt;
color: #006699;
font-weight: bold;
}
.border{
BACKGROUND-COLOR: #FFFFFF; BORDER-BOTTOM: #4D4D4D 1px solid; BORDER-LEFT: #4D4D4D 1px solid; BORDER-RIGHT: #4D4D4D 1px solid; BORDER-TOP: #4D4D4D 1px solid
}
.login{
border-right: #ffffff 1px groove;
border-top: #ffffff 1px groove;
font: 12px verdana,geneva,sans-serif;
border-left: #ffffff 1px groove;
color: #000000;
border-bottom: #ffffff 1px groove;
background-color: #dff1f9
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -