?? menu.css
字號:
body{
margin: 0px;
font-size:12px;
background:#f1f6fa;
line-height:150%;
}
a{
color: #0A51A1;
text-decoration: underline;
}
a:hover{
color: #3399FF;
text-decoration: none;
}
/* 頭部 */
.menu{
background:#f1f6fa;
text-align:center;
}
.menu_title{
background:url(title_bg.gif);
width:90%;
height:25px;
color:#FFFFFF;
text-align:center;
font-size:14px;
font-weight:bold;
}
.menu_list{
background:#FFFFFF;
margin:5px 0px;
width:90%;
text-align:left;
font-size:12px;
border:#88b6e5 1px solid;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -