📄 fast_get_student.css.svn-base
字号:
/*全局定义*/
body{
font-size:12px;
text-align:left;
background-color: White;
margin:0 auto;
}
img{
margin:0;
padding:0;
}
ul{list-style:none;}
a:link,a:visited{
color:Blue;
}
a:hover,a:active{
color:Red;
}
p{
text-indent:24px;
line-height:18px;
}
/*全局定义结束*/
/*层次定义*/
#container{
position:relative;
background: White;
width:900px;
height: 700px;
}
#search{
width: 900px;
float:left;
height: 100px;
font: normal;color: Black;
}
#list{
width: 900px;
float:left;
height: 600px;
font: normal;color: Black;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -