📄 style.css
字号:
<!--
body{font-size: 12px;color: #333333; font-family:宋体; }
a {font-size: 12px;color: #333333;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;color: #333333;}
a:hover {text-decoration: underline;color: #000000;}
a:active {text-decoration: none;color: #333333;}
-->
input,select{vertical-align:middle;}
.input{
font-size:14px;
border-top:#CDCDCD 1px solid;
border-left:#CDCDCD 1px solid;
border-right:#eeeeee 1px solid;
border-bottom:#eeeeee 1px solid;
height:18px;color:#333333;
vertical-align:middle;
padding:3px 5px 3px 5px;
letter-spacing:0px;
background-color:#FAFAFA;
}
.paixu{
font-size:14px;
border-top:#CDCDCD 1px solid;
border-left:#CDCDCD 1px solid;
border-right:#eeeeee 1px solid;
border-bottom:#eeeeee 1px solid;
height:25px;color:#333333;
vertical-align:middle;
padding:3px 5px 3px 5px;
letter-spacing:0px;
background-color:#FAFAFA;
}
.btn{font-size:12px;background:url("button_bg.gif");border:1px solid #BDC5CA; height:25px;}
.textarea{
font-size:14px;
border-top:#CDCDCD 1px solid;
border-left:#CDCDCD 1px solid;
border-right:#eeeeee 1px solid;
border-bottom:#eeeeee 1px solid;
color:#333333;
padding-top:5px;
letter-spacing:0px;
padding-right:5px;
padding-left:5px;
background-color:#FAFAFA;
}
.sffocus {background-color: #FFC;}
img{border:0}
.img:visited img{border: 1px solid #cccccc;}
.img img{border: 1px solid #cccccc;padding:5px;}
.img:hover img{border: 1px solid #ff0000; }
.img:hover{color: #CCCCCC; }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -