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

📄 style.css

📁 基于PHP的一套网络管理系统代码,对接口流量等可以进行详细的统计分析,很不错.
💻 CSS
字号:
body {
	background-color: white;
	margin-top: 0px;
	margin-bottom:0;
	text-align:center;
}

td {
	font-family: verdana;
	font-size: 11px;
}

.body {
	background-color: #FFFFFF;
	border: #B9B9B9;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
}

.topmenu {
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #EFEFEF;
}

td.layouttop {
	height:23px;
	padding:0;
	background-image: url(images/layout_header.gif);
}



td.layoutcaption {
	font-family:verdana;
	font-size:11px;
	vertical-align: middle;
	text-align:left;
}


a.link_menu {
	font-family:verdana;
	font-size: 11px;
	color: black;
	text-decoration:none;
}

a.link_menu:HOVER {
	font-family:verdana;
	font-size: 11px;
	color: black;
	text-decoration:underline;
}

td.layoutmenu{
	width: 183px;
	vertical-align: top;
	background-image: url(images/layout_left.gif); 
}

td.caption {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #DDDDDD ;
	height: 25px;
}

td.page_title {
	font-family:arial;
	font-size:14px;
	font-weight: bold;
}


.FormSimpleListTitle{
	border-top: #B2B2B2 1px solid;
	font-family:verdana;
	font-size: 10px;
	background: #F0F0F0;
	text-align: center;
	height:21px;
}

.FormSimpleListCell{
	font-family:verdana;
	font-size: 10px;
	border-right: #B2B2B2 1px solid; 
	border-top: #B2B2B2 1px solid;
}

.FormSimpleListCellFinal{
	font-family:verdana;
	font-size: 10px;
	border-top: #B2B2B2 1px solid;
}

.FormSimpleListEmpty {
	font-family:verdana;
	font-size: 10px;
	border-top: #B2B2B2 1px solid;
	text-align: center;
}

.FormSimpleListHeaderButtons{
	background: #dddddd;
	height: 23px;
	border-top: #B2B2B2 1px solid;
}

.FormSimpleListButtons{
	border-top: #B2B2B2 1px solid;
	text-align:center;
}

.FormBorder{

}

.FormInnerBorder{
}

.FormInnerBorderListElements {
}

.FormBorder{
	height:23px;
	padding-left:10px;
	padding-top:7px;
	font-family:verdana;
	color:white;
	font-weight:bold;
	background-image: url("images/forms_caption.gif");
}

.FormElement{
	text-align:center;
	width: 100%;
}

.FormElementError{
	text-align:center;
	padding: 10px;
	color: red;
	font-weight: bold;
	border-top: #B2B2B2 1px solid;	
}

.FormElementButtonsHeader{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #DDDDDD ;
	height: 25px;
}

.FormElementButtonsFooter{
	text-align: center;
	border-top: #B2B2B2 1px solid;		
	background: #F0F0F0;
	padding: 10px;
}

.FormElementTitle {
	text-align: right;
	height: 23px;
	width: 150px;
	border-right: #B2B2B2 1px solid; 
	border-top: #B2B2B2 1px solid;	
}

.FormElementContent {
	text-align: left;
	border-top: #B2B2B2 1px solid;	
	background: #F0F0F0;
}

.FormElementExtendTitle{
	text-align: left;
	height: 23px;
	border-top: #B2B2B2 1px solid;	
}

.FormElementExtendContent {
	text-align: left;
	border-top: #B2B2B2 1px solid;	
}


.FormItemTextarea, .FormItemTextbox , .FormItemSelect{
	font-family:verdana;
	font-size:11px;
	border: 1px solid black;
	font-weight: normal;
}

.FormItemSubtitle {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background: #DDDDDD;
	height: 25px;
	border-top: #B2B2B2 1px solid;	
}

.FormItemDescription {
	border-top: #B2B2B2 1px solid;	
	background: #F0F0F0;
	text-align: left;

}
.FormItemComment {
	text-align: left;
	border-top: #B2B2B2 1px solid;	
}

.FormCommonRequired {
	color: #FF0000;
}

⌨️ 快捷键说明

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