📄 basic.css
字号:
/* 全局共用属性CSS */
@charset "utf-8";
*{
margin:0;
padding:0;
}
body {
font:12px/22px Verdana,Arial,sans-serif,"Times New Roman",宋体;
text-align:center;
color:#666;
background:#fff;
}
body p,body ul,body dl {
text-align:left;
}
ul,dl {
list-style:none;
}
/* 确保访问后的状态优先于鼠标变换状态 */
a:link,a:visited {
color:#007498;
text-decoration:none;
}
a:hover,a:active {
color:#003;
text-decoration:underline;
}
a img {
border:0;
}
.wrap {
width:810px;
margin:0 auto;
}
.clearfix:after {
content:"";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {
display:inline-block;
}
.clearfix {
display:block;
}
.softblist,.softolist {
list-style:none;
line-height:22px;
}
.softblist li,.softolist li {
height:22px;
line-height:22px;
overflow:hidden;
white-space:normal;
padding-left:15px;
background:url(../images/li_bg3.gif) no-repeat left 7px;
}
.softolist li {
background:url('../images/li_bg4.gif') no-repeat left 7px;
}
.softolist li a:link,.softolist li a:visited{
color:#8F5400;
}
.softolist li a:hover,.softolist li a:active {
color:#f00;
text-decoration:underline;
}
.softblist li span,.softolist li span {
float:right;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -