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

📄 styles.css

📁 JSP的http通讯,通过JS控制直接可以前后台交互。
💻 CSS
📖 第 1 页 / 共 2 页
字号:
BODY
{
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-align: center;
	color:#014F8A;
	background-color:#ffffff;
	
	overflow:auto;
	 	
}

BODY.bdMsgPage
{  
   	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-align: center;
	color:#014F8A;
	background-color:#EAF4FE;
	
	overflow:auto;
	 	
}

BODY.bdExplain
{  
   	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-align: center;
	background-color:#fbfffa;
	/*color:#057405;	*/
	color:#1D6402;
}

A:link 
{
	text-decoration: none;
	color:#014F8A
} 

A:visited 
{
	text-decoration: none;
	color:#014F8A
} 

A:active 
{
	text-decoration: none; 
	color:red
} 

A:hover 
{
	text-decoration: none; 
	color:red
} 
A.Login4:link 
{
	text-decoration: none; 
	color:#0783DF
} 

A.Login4:visited 
{
	text-decoration: none; 
	color:#0783DF
} 

A.Login4:active 
{
	text-decoration: underline; 
	color:#0783DF
} 

A.Login4:hover 
{
	text-decoration: underline; 
	color:#0783DF
} 

.font {
	font-size: 12px;
	color: #585858;
	text-decoration: none;
}
TABLE
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

TABLE.tbMain
{
	width: 98%;
	align: center;
}

TABLE.tbTitle
{
	width: 100%;
}

TABLE.tbBlock
{
	width: 100%;
	background-color: #9FD6FF;
}

TABLE.tbPanel
{
	width: 100%;
	height: 24px;
}

TABLE.tbPanelContent
{
	height: 24px;	 
}

TABLE.tbAgreement
{
	width: 100%;
	/*height: 200px;*/
	background-color: #9FD6FF;
}

TABLE.tbExplain
{
	width: 100%;
	/*height: 200px;*/
	background-color: #97E490;
}

TABLE.tbMsgPage
{
	width: 500px;
	height: 200px;
	background-color: #9FD6FF;
}

TABLE.tbCommon
{
	width: 100%;
}

TABLE.tbCommonColor
{
	width: 100%;
	background-color: #f2f9ff;
}

TD.tdCommonTop
{
	align:left;	
	vertical-align:top;
}

TD.tdCommonMid
{
	align:left;	
	vertical-align:middle;
}

TD.tdCommonBtm
{
	align:left;	
	vertical-align:bottom;
}

TD.tdCommonTopColor
{
	align:left;
	vertical-align: top;
	background-color: #f2f9ff;		
}

TD.tdCommonMidColor
{
	align:left;	
	vertical-align: middle;
	background-color: #f2f9ff;	
}

TD.tdCommonBtmColor
{
	align:left;	
	vertical-align: bottom;	
	background-color: #f2f9ff;	
}

TD.tdTitle1
{  
	width: 50%;	
	height: 26px;
	background-attachment: scroll;
	background-image: url(../images/title_01.gif);
	background-repeat: repeat;
	background-position: left center;	
	text-align:left;
	color: #014F8A;
}

TD.tdTitle2
{  
	height: 26px;
	background-attachment: scroll;
	background-image: url(../images/title_02.gif);
	background-repeat: repeat;
	background-position: center;
}

TD.tdTitle3
{
	width: 40%;	
	height: 26px;
	background-attachment: scroll;
	background-image: url(../images/title_03.gif);
	background-repeat: repeat;
	background-position: right center;
	text-align:right;
	color: #C60001;
}

TD.tdLeftH20
{
	height: 20px;
	text-align: left;
	background-color: #f2f9ff;	
}
TD.tdLeftH25
{
	height: 25px;
	text-align: left;
	background-color: #f2f9ff;	
}

TD.tdLeftH30
{
	height: 30px;
	text-align: left;
	background-color: #f2f9ff;	
}

TD.tdLeftH40
{
	height: 40px;
	text-align: left;
	background-color: #f2f9ff;	
}

TD.tdCenterH20
{
	height: 20px;
	text-align: center;
	background-color: #f2f9ff;	
}

TD.tdCenterH30
{
	height: 30px;
	text-align: center;
	background-color: #f2f9ff;	
}

TD.tdCenterH40
{
	height: 40px;
	text-align: center;
	background-color: #f2f9ff;	
}

TD.tdRightH20
{
	height: 20px;
	text-align: right;
	background-color: #f2f9ff;	
}

TD.tdRightH30
{
	height: 30px;
	text-align: right;
	background-color: #f2f9ff;	
}

TD.tdRightH40
{
	height: 40px;
	text-align: right;
	background-color: #f2f9ff;	
}
TD.tdLeftW10H20
{
	width:10%;	
	height: 20px;
	text-align: left;
	background-color: #f2f9ff;	
}
TD.tdLeftW10H25
{
	width:10%;	
	height: 25px;
	text-align: left;
	background-color: #f2f9ff;	
}
TD.tdLeftW10H30
{
	width:10%;	
	height: 30px;
	text-align: left;
	background-color: #f2f9ff;	
}
TD.tdLeftW15H20
{
	width:15%;	
	height: 20px;
	text-align: left;
	background-color: #f2f9ff;	
}

TD.tdLeftW15H30
{
	width:15%;	
	height: 30px;
	text-align: left;
	background-color: #f2f9ff;	
}

TD.tdLeftW15H40
{
	width:15%;	
	height: 40px;
	text-align: left;
	background-color: #f2f9ff;		
}
TD.tdLeftW20H20
{
	width:20%;	
	height: 20px;
	text-align: left;
	background-color: #f2f9ff;		
}
TD.tdLeftW20H25
{
	width:20%;	
	height: 25px;
	text-align: left;
	background-color: #f2f9ff;		
}
TD.tdLeftW20H30
{
	width:20%;	
	height: 30px;
	text-align: left;
	background-color: #f2f9ff;		
}
TD.tdLeftW25H20
{
	width:25%;	
	height: 20px;
	text-align: left;
	background-color: #f2f9ff;		
}
TD.tdLeftW25H25
{
	width:25%;	
	height: 25px;
	text-align: left;
	background-color: #f2f9ff;		
}
TD.tdLeftW25H30
{
	width:25%;	
	height: 30px;
	text-align: left;
	background-color: #f2f9ff;		
}

TD.tdLeftW20H40
{
	width:20%;	
	height: 40px;
	text-align: left;
	background-color: #f2f9ff;		
}

TD.tdLeftW30H20
{
	width:30%;	
	height: 20px;
	text-align: left;
	background-color: #f2f9ff;		
}

TD.tdLeftW30H30
{
	width:30%;	
	height: 30px;
	text-align: left;
	background-color: #f2f9ff;		
}
TD.tdLeftW40H30
{
	width:40%;	
	height: 30px;
	text-align: left;
	background-color: #f2f9ff;		
}
TD.tdLeftW30H40
{
	width:30%;	
	height: 40px;
	text-align: left;
	background-color: #f2f9ff;		
}
TD.tdLeftW50H20
{
	width:50%;	
	height: 20px;
	text-align: left;
	background-color: #f2f9ff;		
}

TD.tdLeftW50H30
{
	width:50%;	
	height: 30px;
	text-align: left;
	background-color: #f2f9ff;		
}

TD.tdLeftW50H40
{
	width:50%;	
	height: 40px;
	text-align: left;
	background-color: #f2f9ff;		
}

TD.tdCenterW15H20
{
	width:15%;	
	height: 20px;
	text-align: center;
	background-color: #f2f9ff;		
}

TD.tdCenterW15H30
{
	width:15%;	
	height: 30px;
	text-align: center;
	background-color: #f2f9ff;		
}

TD.tdCenterW15H40
{
	width:15%;	
	height: 40px;
	text-align: center;
	background-color: #f2f9ff;		
}

TD.tdCenterW20H20
{
	width:20%;	
	height: 20px;
	text-align: center;
	background-color: #f2f9ff;		
}

TD.tdCenterW20H30
{
	width:20%;	
	height: 30px;
	text-align: center;
	background-color: #f2f9ff;		
}

TD.tdCenterW20H40
{
	width:20%;	
	height: 40px;
	text-align: center;
	background-color: #f2f9ff;		
}

TD.tdCenterW30H20
{
	width:30%;	
	height: 20px;
	text-align: center;
	background-color: #f2f9ff;		
}

TD.tdCenterW30H30
{
	width:30%;	
	height: 30px;
	text-align: center;
	background-color: #f2f9ff;		
}

TD.tdCenterW30H40
{
	width:30%;	
	height: 40px;
	text-align: center;
	background-color: #f2f9ff;		
}

TD.tdCenterW50H20
{
	width:50%;	
	height: 20px;
	text-align: center;
	background-color: #f2f9ff;		
}

TD.tdCenterW50H30
{
	width:50%;	
	height: 30px;
	text-align: center;
	background-color: #f2f9ff;		
}

TD.tdCenterW50H40
{
	width:50%;	
	height: 40px;
	text-align: center;
	background-color: #f2f9ff;		
}
TD.tdRightW10H20
{
	width:10%;	
	height: 20px;
	text-align: right;
	background-color: #f2f9ff;		
}
TD.tdRightW10H25
{
	width:10%;	
	height: 25px;
	text-align: right;
	background-color: #f2f9ff;		
}
TD.tdRightW10H30
{
	width:10%;	
	height: 30px;
	text-align: right;
	background-color: #f2f9ff;		
}
TD.tdRightW15H30
{
	width:15%;	
	height: 20px;
	text-align: right;
	background-color: #f2f9ff;		
}
TD.tdRightW15H20
{
	width:15%;	
	height: 20px;
	text-align: right;
	background-color: #f2f9ff;		
}

TD.tdRightW15H30
{
	width:15%;	
	height: 30px;
	text-align: right;
	background-color: #f2f9ff;		
}

TD.tdRightW15H40
{
	width:15%;	
	height: 40px;
	text-align: right;
	background-color: #f2f9ff;		
}

TD.tdRightW20H20
{
	width:20%;	
	height: 20px;
	text-align: right;
	background-color: #f2f9ff;		
}

TD.tdRightW20H30
{
	width:20%;	
	height: 30px;
	text-align: right;
	background-color: #f2f9ff;		
}

TD.tdRightW20H40
{
	width:20%;	
	height: 40px;
	text-align: right;
	background-color: #f2f9ff;		
}

TD.tdRightW30H20
{
	width:30%;	
	height: 20px;
	text-align: right;
	background-color: #f2f9ff;		
}

TD.tdRightW30H30
{
	width:30%;	
	height: 30px;
	text-align: right;
	background-color: #f2f9ff;		
}

TD.tdRightW30H40
{
	width:30%;	
	height: 40px;
	text-align: right;
	background-color: #f2f9ff;		
}

TD.tdRightW50H20
{
	width:50%;	
	height: 20px;
	text-align: right;
	background-color: #f2f9ff;		
}

TD.tdRightW50H30
{
	width:50%;	
	height: 30px;
	text-align: right;
	background-color: #f2f9ff;		
}

TD.tdRightW50H40
{
	width:50%;	
	height: 40px;
	text-align: right;
	background-color: #f2f9ff;		
}

TD.tdPanelContent
{
	height:24px;
	align:left;	
}

TD.tdPanelHead
{
	width:100px;
	height:24px;
	background-image:url(../images/panel_005.gif);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left center;	
}

TD.tdPanelSpace
{
	width:50px;
	height:24px;	
	background-image:url(../images/panel_005.gif);
	background-attachment: scroll;
	background-repeat: repeat;	
	background-position: center;	
}

TD.tdPanelSpaceW20
{

⌨️ 快捷键说明

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