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

📄 mystyle.css

📁 一些Acjax的控件简单应用学习实例
💻 CSS
📖 第 1 页 / 共 2 页
字号:


.myinputUpOneNumber
{
	background-color: #f6f6f6;
	border-bottom: #333333 1px solid;
	border-left: #333333 1px solid;
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	color: black;
	font-size: 10pt;
	behavior: url(../Css/UpOneIntNumberInput.htc);
	text-align: right;
}

.myinputUpZeroInt
{
	background-color: #f6f6f6;
	border-bottom: #333333 1px solid;
	border-left: #333333 1px solid;
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	color: black;
	font-size: 10pt;
	behavior: url(../Css/UpZeroIntNumberInput.htc);
	text-align: right;
}

.myinputUpOneInt
{
	background-color: #f6f6f6;
	border-bottom: #333333 1px solid;
	border-left: #333333 1px solid;
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	color: black;
	font-size: 10pt;
	behavior: url(../Css/UpOneIntNumberInput.htc);
	text-align: right;
}
.gridView-head-row
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #B1B4D5;
	border-bottom-color: #B1B4D5;
	border-left-color: #FFFFFF;
	position:relative;
	top:expression(this.offsetParent.scrollTop);
}

.h-line
{
	background-repeat: repeat-x;
	background-position: left top;
	height: 1px;
	padding-left: 8px;
}
.myinput5
{
	background-color: #f6f6f6;
	border-bottom: #333333 1px solid;
	border-left: #333333 1px solid;
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	color: black;
	font-size: 9pt;
	text-align: right;
}
.InputTable
{
	font-family: "宋体" , "Arial" , "sans-serif" , "serif";
	background-color: White;
	white-space: nowrap;
	border-right: #c3c3c3 1px solid;
	border-top: #c3c3c3 1px solid;
	border-left: #c3c3c3 1px solid;
	border-bottom: #c3c3c3 1px solid;
	padding: 1;
	width: 100%;
	margin: 1px;
	border-collapse: collapse;
	color: #33ccff;
	font-size: 9pt;
}


.td-label
{
	white-space: nowrap;
	height: 22px;
	text-align: right;
	vertical-align: middle;
	background-color: whitesmoke;
	color: #23508b;
	border-right: #c3c3c3 1px solid;
	border-top: #c3c3c3 1px solid;
	border-left: #c3c3c3 1px solid;
	border-bottom: #c3c3c3 1px solid;
	font-size: 9pt;
}
.td-label-right
{
	white-space: nowrap;
	height: 22px;
	text-align: right;
	vertical-align: middle;
	background-color: whitesmoke;
	color: #23508b;
	border-right: #c3c3c3 1px solid;
	border-top: #c3c3c3 1px solid;
	border-left: #c3c3c3 1px solid;
	border-bottom: #c3c3c3 1px solid;
	font-size: 9pt;
}
.td-label-left
{
	white-space: nowrap;
	height: 22px;
	text-align: left;
	vertical-align: middle;
	background-color: whitesmoke;
	color: #23508b;
	border-right: #c3c3c3 1px solid;
	border-top: #c3c3c3 1px solid;
	border-left: #c3c3c3 1px solid;
	border-bottom: #c3c3c3 1px solid;
}
.td-label-center
{
	white-space: nowrap;
	height: 22px;
	text-align: left;
	vertical-align: middle;
	background-color: whitesmoke;
	color: #23508b;
	border-right: #c3c3c3 1px solid;
	border-top: #c3c3c3 1px solid;
	border-left: #c3c3c3 1px solid;
	border-bottom: #c3c3c3 1px solid;
}
.td-input
{
	color: #008CBB;
	background-color: #F0F0F0;
	height: 22px;
	padding: 2px;
	border-right: #c3c3c3 1px solid;
	border-top: #c3c3c3 1px solid;
	border-left: #c3c3c3 1px solid;
	border-bottom: #c3c3c3 1px solid;
	text-align: left;
	font-size: 9pt;
}

.list-tr1
{
	background-color: #f6f6f6;
	background-position: center;
}


A.Head:LINK
{
	color: black;
	text-decoration: NONE;
	font-family: "宋体" , "ARIAL";
}
A.Head:VISITED
{
	color: black;
	text-decoration: NONE;
	font-family: "宋体" , "ARIAL";
	font-size: 10pt;
}
A.Head:ACTIVE
{
	color: black;
	text-decoration: none;
	font-family: "宋体" , "ARIAL";
	font-size: 10pt;
}
A.Head:HOVER
{
	color: black;
	text-decoration: none;
	font-family: "宋体" , "ARIAL";
	font-size: 10pt;
}


A.Menu:LINK
{
	color: #084590;
	text-decoration: NONE;
	font-family: "宋体" , "ARIAL";
	font-size: 9pt;
}
A.Menu:VISITED
{
	color: #084590;
	text-decoration: NONE;
	font-family: "宋体" , "ARIAL";
	font-size: 9pt;
}
A.Menu:ACTIVE
{
	color: #084590;
	text-decoration: none;
	font-family: "宋体" , "ARIAL";
	font-size: 9pt;
}
A.Menu:HOVER
{
	color: #084590;
	text-decoration: none;
	font-family: "宋体" , "ARIAL";
	font-size: 9pt;
}

.Tmenu-1
{
	width: 90px;
	height: 20px;
	background-image: url(../images/main-tu2.jpg);
	background-repeat: repeat;
	background-position: left bottom;
	text-align: center;
	margin: 2px;
	font-family: "Verdana" , "Arial" , "Helvetica" , "sans-serif";
	font-size: 10pt;
	cursor: hand;
}
.Tmenu-2
{
	width: 90px;
	height: 20px;
	background-image: url(../images/main-tu3.jpg);
	background-repeat: repeat;
	background-position: left bottom;
	text-align: center;
	white-space: nowrap;
	margin: 2px;
	font-family: "Verdana" , "Arial" , "Helvetica" , "sans-serif";
	font-size: 10pt;
}
.Tmenu-3
{
	width: 90px;
	height: 20px;
	background-image: url(../images/main-tu1.jpg);
	background-repeat: repeat;
	background-position: left bottom;
	text-align: center;
	white-space: nowrap;
	margin: 2px;
	font-family: "Verdana" , "Arial" , "Helvetica" , "sans-serif";
	font-size: 10pt;
	color: #FFFFFF;
	cursor: hand;
}

.userx
{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}



TABLE
{
	border-width: 0;
	background-color: #e6e6e6;
	white-space: nowrap;
}

.HeadTable
{
	height: 30px;
	color: #330000;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 100%;
	font-size: 9pt;
	font-family: 宋体;
	background-color: #ff9999;
}

.text-title
{
	font-family: "Verdana" , "Arial" , "Helvetica" , "sans-serif";
	font-size: 10pt;
	height: 25px;
	margin-left:50px;
	padding-left:10px;	
}

.disportMenu
{
	width: 65px;
	height: 20px;
	background-image: url(../images/tl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	white-space: nowrap;
	margin: 2px;
	font-family: "Verdana" , "Arial" , "Helvetica" , "sans-serif";
	font-size: 10pt;
	color: #000000;
	vertical-align: bottom;
	cursor: hand;
}
.disportMenu1
{
	width: 60px;
	height: 23px;
	background-image: url(../images/empty.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
	text-align: center;
	white-space: nowrap;
	margin: 2px;
	font-family: "Verdana" , "Arial" , "Helvetica" , "sans-serif";
	font-size: 9pt;
	color: #000000;
	cursor: hand;
}

.myinput_short
{/*By Publina Input设置了宽度*/
	background-color: #f6f6f6;
	border-bottom: #333333 1px solid;
	border-left: #333333 1px solid;
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	margin-right:10px;
	color: black;
	font-size: 10pt;
	width:80px;
	
}

.myinputNumber_short
{/*By Publina Input只能输入数字设置了宽度*/
	background-color: #f6f6f6;
	border-bottom: #333333 1px solid;
	border-left: #333333 1px solid;
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	color: black;
	font-size: 10pt;
	behavior: url(../Css/NumberBox.htc);
	text-align: right;
	width:80px;
}

.radioListCss
{/*By Publina RadioButtonList样式*/
	white-space: nowrap;
	height: 22px;
	text-align: right;
	vertical-align: middle;
	background-color:Transparent;
	color: #23508b;
	border-right: #c3c3c3 1px solid;
	border-top: #c3c3c3 1px solid;
	border-left: #c3c3c3 1px solid;
	border-bottom: #c3c3c3 1px solid;
	font-size: 9pt;
	border:0;
}
.spanParent
{/*By Fanny 查询列表标题样式*/
	position:relative;
	}

.spanSon
{/*By Fanny 查询列表标题样式*/
	position:absolute; 
	left:4px; 
	top:7px; 
	font-size:10pt;
}

.listTitleRow
{
	/* By Fanny 查询列表标题行样式*/
	 border-bottom: 1px solid; 
	 text-align:right;
	 height:16pt;
}
.disabledStyle{position:relative;border:0px;color:#909993;}
	 
/*By Publina 搜索容量中的样式*/
#search{padding-left:10px;font-family: "Verdana" , "Arial" , "Helvetica" , "sans-serif";font-size: 10pt;height: 25px;}
#search select{margin-right:15px;}
#search input{margin-right:15px;}

.option
{
	 border-color :ThreeDHighlight;
     background-color :Transparent;
     background :#d3d3d3;
     font-family :宋体;
     font-size :20px;
     
}

/*By Jake 为报表中按钮样式 */
.buttonText
{
	background-color:#E9EDEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color:Black;
	cursor:hand;
	outline-color:Black;
}
	

⌨️ 快捷键说明

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