?? common.css
字號:
?<!--
/* 全局樣式 */
*{
margin:0;
padding:0;
}
html,body{
height:100%;
}
body{
text-align:center;
font:normal 12px "宋體", Verdana, Arial, Helvetica, sans-serif;
}
div,span,p,ul,li,dt,dd,h1,h2,h3,h4,h5,h5,h7{
text-align:left;
}
h1,h2{
font-size:12px;
font-family: "宋體", Verdana, Arial, Helvetica, sans-serif;
}
img{border:none;}
.clear{
font-size:1px;
width:1px;
height:1px;
visibility:hidden;
clear:both;
}
ul,li{
list-style-type:none;
}
/* 鏈接樣式 */
a,a:link,a:visited{
color:#000;
text-decoration:none;
}
a:hover{
color:#BC2931;
text-decoration:underline;
}
.cdred,a.cdred:link,a.cdred:visited{color:#C80000;}
.cwhite,a.cwhite:link,a.cwhite:visited{color:#FFF;background-color:transparent;}
.cgray,a.cgray:link,a.cgray:visited{color:#6B6B6B;}
.cblue,a.cblue:link,a.cblue:visited{color:#1F3A87;}
.cred,a.cred:link,a.cred:visited{color:#FF0000;}
/*clear both*/
.basic:after,
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.basic,
.clearfix {
zoom:1;
display: inline-block;
_height:1px;
}
/* Hides from IE-mac \*/
* html .basic,
* html .clearfix {height: 1%;}
*+html .basic,
*+html .clearfix {height: 1%;}
.basic,
.clearfix {display: block;}
/* End hide from IE-mac */
/* 字體大小*/
.f12px{ font-size:12px;}
.f14px{ font-size:14px;}
/* 字體顏色 */
.fgreen{color:green;}
.fred{color:#FF0000;}
.fdred{color:#bc2931;}
.fdblue{color:#344E71;}
.fdblue-1{color:#1c2f57;}
.fgray{color:#999;}
/* 其他屬性 */
.txt-left{text-align:left;}
.txt-center{text-align:center;}
.left{ float: left;}
.right{ float: right;}
.hidden {display: none;}
.unline,.unline a{text-decoration: none;}
.noborder{border:none; }
.nobg{background:none;}
p{
line-height:150%;
}
-->
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -