📄 index.css
字号:
/* CSS Document */
body{
margin:0 0 0 0;
text-align:center;
scrollbar-face-color:#AFCDF6;
scrollbar-arrow-color:#ffffff;
scrollbar-base-color:#8EBAF3;
scrollbar-3dlight-color:#ffffff;
scrollbar-highlight-color:#ffffff;
}
a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-decoration:underline;
}
a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-decoration: none;
}
a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ff00ff;
text-decoration:underline;
cursor:hand;
}
.input1{
border-bottom:#000000 solid 1px;
border-left:#000000 solid 0px;
border-top:#000000 solid 0px;
border-right:#000000 solid 0px;
}
.button{
BORDER-RIGHT: #002D96 1px solid;
BORDER-TOP: #002D96 1px solid;
FONT-SIZE: 12px;
FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#D0E2FA);
BORDER-LEFT: #002D96 1px solid;
COLOR: #000000;
PADDING-TOP: 2px;
BORDER-BOTTOM:#002D96 1px solid;
text-align:center;
width:80px;
}
/* top */
#top{
width:100%;
height:87px;
white-space:nowrap;
overflow:hidden;
}
/* top left*/
#top #top_left{
width:expression(body.offsetWidth-362);
height:87px;
background-image:url(../images/nos/nos_41.gif);
background-repeat:repeat-x;
float:left;
}
#top #top_left #image{
width:250px;
height:87px;
background-image:url(../images/nos/nos_42.jpg);
float:left;
}
#top #top_left #imgs{
width:265px;
height:87px;
background-image:url(../images/nos/nos_43.jpg);
float:left;
}
/* top right*/
#top #top_right{
width:341px;
height:87px;
background-image:url(../images/nos/nos_40.gif);
float:left;
}
#top #top_right #safe{
width:290px;
height:25px;
float:right;
font-family:"宋体";
font-size:12px;
margin-top:60px;
}
#top #top_right #safe #normal{
width:14px;
height:15px;
float:left;
border:0px;
margin-top:5px;
}
#top #top_right #safe #font{
width:80px;
height:20px;
float:left;
font-family:"宋体";
font-size:12px;
margin-top:5px;
text-align:left;
padding-top:2px;
}
/* top top_mid*/
#top #top_mid #picture{
width:287px;
height:36px;
float:left;
margin-top:15px;
margin-left:5px;
}
#top #top_mid #imaged{
width:70px;
height:15px;
float:right;
font-family:"宋体";
font-size:12px;
margin-top:40px;
text-align:right;
}
#top #top_mid #imaged #pic{
width:14px;
height:15px;
float:left;
}
#top #top_mid #imaged #letter{
width:55px;
float:left;
text-align:right;
padding-top:3px;
padding-right:5px;
}
#top #top_mid #character{
width:expression(body.offsetWidth-450);
height:20px;
margin-top:67px;
font-family:"宋体";
font-size:12px;
padding-top:3px;
}
/* main */
#main{
width:100%;
height:expression(body.offsetHeight-119);
}
#main #main_left{
width:162px;
height:100%;
border:#666666 solid 1px;
float:left;
overflow-y:auto;
}
#main #main_mid {
position:absolute;
padding-top:expression(body.offsetHeight/2-90);
width:8px;
height:99%;
background-color:#DBE8FB;
float:left;
}
#main #main_right{
width:expression(body.offsetWidth-192);
height:100%;
border:#666666 solid 1px;
float:right;
overflow-y:auto;
}
#main #main_right #xia{
width:99%;
height:expression(main_right.offsetHeight-10);
float:left;
background-repeat:repeat-x;
background-color:#FFFF00;
overflow-y:auto;
}
/* bottom */
#bottom{
width:100%;
height:28px;
background-image:url(../images/nos/nos_05.gif);
background-repeat:repeat-x;
}
#bottom #bottom_mid{
width:200px;
font-family:"宋体";
font-size:12px;
padding-top:5px;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -