📄 css.css
字号:
/* The Global Styles Goes here */
body
{font-family:"新宋体"; //设置字体样式及大小
font-size:small;
color:#006594;
font-weight:lighter;
background:url(../images/bgMain.gif) repeat-x fixed;
z-index: 6;
width: 100%;
left: 0px;
bottom: 0px;}
body.index //Html选择符
{ background:url(../images/bgIndex.jpg) repeat-x; }
table.parent
{ position:relative;
border:none;
width:980px;
margin-left:auto;
margin-right:auto;
margin-top:20px;
padding-bottom:20px;
height:722px;
padding-bottom:30px; }
div.logo //独立的Class选择符
{ position:absolute;
left:0px;
top:0px;
z-index: 5;
background:url(../images/logo.gif);
}
div.welcome //独立的Class选择符
{ position:absolute;
left:14px; bottom:13px;
}
a.title:link,a.title:visited
{ font-size:14px;
border:0px;
color:#006594;
text-decoration:underline;
}
a.title:hover //独立的Class选择符
{ font-size:16px;
color:#ff33ff;
text-decoration:underline;
background-color:#64b8d1;
}
a.search:link,a.search:visited
{ font-family:Arial, Helvetica, sans-serif;
color:#48D4FF;
font-size:14px;
}
a.search:hover
{ font-family:Arial, Helvetica, sans-serif;
color:#ff33ff;
text-decoration:none;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -