admin.css
来自「在线考试系统 主要真对考试 开发的个人项目」· CSS 代码 · 共 73 行
CSS
73 行
body{
background-color:#ffffff;
margin: 0px;
padding:0px;
text-align:center;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
#container
{
background-image: url(image/bbb.jpg);
background-repeat: no-repeat;
background-color:#ffffff;
width:1000px;
height:1000px;
margin:auto 0px;
}
#banner
{
width:1000px;
height: 100px;
margin:auto 0px;
background:#ffffff;
text-align:center;
clear:both;
}
.left_1
{
width:150px;
margin:0px;
float:left;
height:600px;
background-color:#ffffff;
}
.right_1{
float:right;
width:850px;
height:600px;
background-color:#c5eaed;
margin:0px;
clear:left;
}
.right_1 div iframe{
background-color:#5ea6eb;
margin:auto 0px;
width:850px;
}
#banner image
{
width:1000px;
height:200px;
}
.left_1 div a
{
display:block;
width:84%;
height:25px;
line-height:25px;
font-size:18px;
color:#f0fff0;
}
.left_1 div image
{
width:150px;
height:40px;
}
FONT
{
font-size:8px;
font-family:@宋体;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?