⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.css

📁 小型的一个简单的系统开发的实现了简---添加--删除--修改---(vs2005和SQl2005)用到了一些JS脚本
💻 CSS
字号:


.top {
 left: 0px; 
 width :1024px;
 position: absolute; 
 top: 0px;
 height:174px; 
 font-size: xx-large;
 vertical-align: middle;
 color : #ff6600; 
 direction: ltr; 
 font-family: 隶书;
 background-color: #33ccff; 
 text-align: center;
 overflow: auto; 
 background-image:url(../image/logo.jpg)
	 
	
}
.buttom {
	width: 1024px;
	 height: 100px; 
	 left: 0px; 
	 position: absolute;
	  top: 668px; 
	  background-color: #0066cc;
	   vertical-align: middle; 
	   text-align: center; 
	   background-image: url(../image/buttom.jpg);
}
.right {
	width:800px;
	 height: 494px; 
	 left:227px; 
	 position: absolute;
	  top: 174px;
	   background-color: #99cccc;
}
.left {
	width: 224px;
	 height: 494px;
	  left: 0px; 
	  position: absolute;
	   top: 174px; 
	background-color: #ccffff;
}

.show
   { 
	  
     width  :1024px;
	 height: 494px;
	  left: 0px; 
	  position: absolute;
	   top: 174px; 
	background-color: #ccffff;
	  
   }

.ss
{
	font-weight: bold;
	font-size: x-large;
	color: red;
	font-style: normal;
	background-color: #0666ff;
	font-variant: normal;
	Width:224px;
	Height:59px;

}

⌨️ 快捷键说明

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