style.css

来自「学生选课系统开发工具VS2003.NET+Sqlserver2000 功能:基」· CSS 代码 · 共 90 行

CSS
90
字号
body
{
  margin  :0px ;
  padding :0px ;
}
input 
{
	border: 1px solid  ; 
	font-size:12px;
}
textarea {
	border:#999999 solid 1px;
	font-size:12px;
	width:100%;
	height:100%;
}
select  
{
	font-size:12px;
}
.menu
{
 background-color :#f1f5fb;
 font-size        :12px;
}
.main_zt
{
	font-size  :13px;
	font-weight :normal;
}
.daohang
{
	font-size   :13px  ;
	font-weight   :bold;
    font-family   :@宋体
     color :Black :
   
}
.login
{
	font-size   :13px  ;
    font-family   :@仿宋_GB2312 ;
     color :Black :
   
}
.list_1
{
	background-color :#E3EBF9;
}
.list_2
{
	background-color:#7298F8;
}
.top_tc
{
 font-size   :13px ;
 font-weight :bold ;
 color      
}
a:link {
	color: Black;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:Black;
}
a:hover 
{
	text-decoration: none;
	color:Black;
	font-size:12px;
}

a:active {
	text-decoration: none;
	color:Black;
}
button
{
	BORDER-RIGHT: 1px soild; 
	BORDER-TOP: 1px soild; 
	BORDER-LEFT: 1px soild; 
	BORDER-BOTTOM: 1px soild; 
}
Table,TR,TD,DIV,span
{
	font-size: 12px;

}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?