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

📄 mystyle.css

📁 一些Acjax的控件简单应用学习实例
💻 CSS
📖 第 1 页 / 共 2 页
字号:
.show
{
Z-INDEX:120000;
FILTER:Alpha(Opacity=100);
LEFT:0px;WIDTH:100%;CURSOR:wait;
POSITION:absolute;
TOP:0px;
HEIGHT:100%;
}
.accordionHeader
{
    border: 1px solid #2543ad;
    color: white;
    background-color: #2543ad;
	font-family: Arial, Sans-Serif;
    max-height:4;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    outline-style:solid;
    margin-top: 5px;
    cursor: pointer;
     
}
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color:Green;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor:pointer;
}
.accordionContent
{
    background-color: #e7f0ff;
    border: 1px dashed #e7f0ff;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.tbfont {
	font-family: "宋体";
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	height: 18px;
}

.tableVss {
	border: thin solid #000000;
}

BODY
{
	font-size: 10px;
	background-image: none;
	font-family: "宋体" , "Arial" , "sans-serif" , "serif";
	position: static;
	text-align: left;
	margin: 0px;
}
.FontVss {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000066;
}
.treeview
{
	
	}

A:LINK
{
	color: #990033;
	background-color: transparent;
	text-decoration: underline;
}
A:VISITED
{
	color: #0066ff;
	background-color: transparent;
	font-size: 10pt;
	font-weight: lighter;
	text-decoration: NONE;
}
A:ACTIVE
{
	color: #ff0066;
	text-decoration: NONE;
	background-color: transparent;
	font-family: 宋体;
}
A:HOVER
{
	color: #990033;
	background-color: transparent;
	text-decoration: underline;
}

.show
{
	display: inline;
}
.hide
{
	display: none;
}


.leftOutTable
{
	width: 150px;
	height: 100%;
	background-color: White;
}
.leftInTable
{
	background-color: #F3F8FE;
	width: 100%;
	height: 60%;
	font-size: 9pt;
	font-family: 宋体;
}
.leftInTable2
{
	background-color: #F3F8FE;
	width: 100%;
	height: 60%;
	font-size: 9pt;
	font-family: 宋体;
}
.centerTop
{
	vertical-align: text-top;
	text-align: center;
}

.leftInTableItemTD
{
	vertical-align: middle;
	text-align: left;
	font-size: 9pt;
	height: 24;
	color: #084590;
}
.leftInTableHeadTR
{
	height: 19px;
	background-image: url(../images/mabg.jpg);
	background-repeat: repeat-x;
}

.leftInTableHeadTD
{
	height: 19px;
	color: white;
	text-align: center;
}

.interval
{
	height: 5;
}



.MasterOutTable
{
	border-width: 0;
	width: 100%;
}

.MasterLeftTD
{
	height: 470px;
	width: 150;
	vertical-align: text-top;
	text-align: center;
}

.MasterShowButton
{
	vertical-align: middle;
	width: 10px;
	height: 470px;
	background-color: #d4e1f2;
	text-align: center;
}

.MasterShow
{
	vertical-align: text-top;
	width: 100%;
	height: 470px;
	text-align: left;
}
.TailTable
{
	width: 100%;
	height: 26px;
	background-color: #4d7cac;
	color: White;
	vertical-align: middle;
	text-align: center;
	font-family: 幼圆;
	font-size: 9pt;
}
.CancelTable
{
	background-color: transparent;
}

.TopTable
{
	width: 100%;
	height: 5px;
}

.OutTable
{
	border-right: #c3c3c3 1px solid;
	border-top: #c3c3c3 1px solid;
	border-left: #c3c3c3 1px solid;
	width: 100%;
	border-bottom: #c3c3c3 1px solid;
	background-color: white;
	white-space: nowrap;
	font-size: 9pt;
	font-family: 宋体;
	
}
.Radio
{
 background-color: #e7f0ff;
}
.InTable
{
	margin-bottom:2px;
	margin-top:2px;
	margin-right:2px;
	/*margin:2px;*/
	border-right: #c3c3c3 1px solid;
	border-top: #c3c3c3 1px solid;
	border-left: #c3c3c3 1px solid;
	border-bottom: #c3c3c3 1px solid;
	background-color: #e7f0ff;
	width: 100%;
	border-collapse: collapse;
	white-space: nowrap;
	font-size: 9pt;
	font-family: 宋体;
}
.InTable2
{
	background-color: #e7f0ff;
	width: 100%;
	border-collapse: collapse;
	white-space: nowrap;
	font-size: 9pt;
	font-family: 宋体;
}

.HeadColor
{
	color:Black;
	vertical-align: middle;
	width: 46%;
	text-align: left;
}
.imageCss
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.gridView-item-align-l
{
	text-align: left;
	padding-right: 2px;
	padding-left: 2px;
	border-width: 1px;
	border-color: #BFCEE7;
	height:23px;
}
.gridView-item-align-r
{
	text-align: right;
	padding-right: 2px;
	padding-left: 2px;
	border-width: 1px;
	border-color: #BFCEE7;
	height:23px;
}
.gridView-item-align-c
{
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
	border-width: 1px;
	border-color: #BFCEE7;
	height:23px;
}
.gridView-facade
{
	word-break:break-all;
	color: black;
	font-family: 宋体, Arial;
	background-color: #e9edef;
	border-width: 1px;
	border-color: #BFCEE7;
	font-size: 9pt;
}
.gridView-facade-head
{
	color: black;
	font-family: 宋体, Arial;
	background-color: #BFCEE7;
	font-size: 9pt;
}
.gridView-Item-head
{
	border-width: 1px;
	border-color: #BFCEE7;
	font-weight: normal;
	font-family: Arial;
	font-size: 10px;
}

.gridView-Alter
{
	color: #284775;
	background-color: White;
}
.gridView-row
{
	color: black;
	background-color: #e9edef;
}
.titleCss
{
	color:Black;
	font-size:18px;
	font-family: 宋体, Arial;
}
.gridView-head
{
	text-align: center;
	background-image: url(../images/winbh.jpg);
	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;
	height: 22px;
	text-indent: 4px;
}
.css
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666699;
}
.input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666699;
	background-color: #FFFFFF;
	border-top: thin outset #99CCCC;
	border-right: thin inset #99CCCC;
	border-bottom: thin inset #99CCCC;
	border-left: thin outset #99CCCC;
	line-height: 14px;
	width:90px;
}
.myinput
{
	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;
}

.myinputNumber
{
	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;
}


.myinputUpZeroNumber
{
	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;
}

⌨️ 快捷键说明

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