?? main.css
字號:
body {
font-size: 12px;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #DDE6F8;
}
.whitetext{
color: #FFFFFF;
font-size:12px;
}
.title{
font-size:12px;
color: #003366;
background-image:url(../images/xt.gif);
font-weight: bold;
}
td{
font-size:12px
}
.txtbox /*文本框的樣式(限制高寬)*/
{
width:300px;
border:1px solid #5589AA;
}
.txtbox2 /*文本框的樣式(限制高寬)*/
{
width:160px;
border:1px solid #5589AA;
}
.btn /*按鈕的樣式(限制高寬)*/
{
cursor:hand;
width:80px; height:22px;
font-size:12px;
background:#f6f6f9 ;
border:solid 1px #5589AA;
letter-spacing:1px;
}
a:link{
color:#000000;
font-size:12px;
text-decoration:none;
}
a:visited{
color:#000000;
font-size:12px;
text-decoration:none;
}
a:hover{
color:#FF0000;
font-size:12px;
text-decoration:underline;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -