stylesheet.css

来自「程序学生信息管理系统(SQL2000+ASP.NET+c#+)」· CSS 代码 · 共 43 行

CSS
43
字号
body 
{
 font-size :13px;
 background-image:url(BG/showbj.gif);

 background-attachment:fixed;
background-position:50% 50%
}
Td
{
 border :0;
 
 font-size :13px;
 font-weight :normal ;
 
 border-spacing :0; 
 }
Label
 {
  font-size :11px;
 

  font-weight:900 ;
 	
}
GridView
{
  table-layout :fixed ;
  font-family :@楷体_GB2312;
  font-size :large ;
}

.txt
{
	font-size: 11px;
	margin: 1px;
	width: 110px;
	height: 12px;
	
	
}

⌨️ 快捷键说明

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