You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
197 lines
4.1 KiB
197 lines
4.1 KiB
1 year ago
|
body
|
||
|
{
|
||
|
margin:0px;
|
||
|
font-size:12px;
|
||
|
font-family:arial,sans-serif;
|
||
|
height:100%;
|
||
|
}
|
||
|
*
|
||
|
{
|
||
|
scrollbar-face-color: #E9EDF5;
|
||
|
scrollbar-shadow-color: #AFBEDD;
|
||
|
scrollbar-highlight-color:#D6DEED;
|
||
|
scrollbar-3dlight-color: #F3F3F3;
|
||
|
scrollbar-darkshadow-color: #AFBEDD;
|
||
|
scrollbar-track-color:#EFEFEF;
|
||
|
scrollbar-arrow-color: #5493F0;
|
||
|
background-color:transparent;
|
||
|
}
|
||
|
.ContentDiv
|
||
|
{
|
||
|
position:absolute;
|
||
|
top:115px;
|
||
|
left:220px;
|
||
|
width:expression( body.clientWidth-222); /*动态计算 222是右部的宽度*/
|
||
|
}
|
||
|
/*****************************************************************/
|
||
|
/* 输入框提示 */
|
||
|
/*****************************************************************/
|
||
|
.modalBackground {
|
||
|
background-color:Gray;
|
||
|
filter:alpha(opacity=70);
|
||
|
opacity:0.7;
|
||
|
}
|
||
|
.modalPopup {
|
||
|
background-color:#ffffdd;
|
||
|
border-width:2px;
|
||
|
border-style:solid;
|
||
|
border-color:Gray;
|
||
|
padding:3px;
|
||
|
width:250px;
|
||
|
}
|
||
|
/*****************************************************************/
|
||
|
/* 按钮 */
|
||
|
/*****************************************************************/
|
||
|
.btn {
|
||
|
background-image:url(images/btnBackgroup.jpg);
|
||
|
background-position:center center;
|
||
|
background-color:#FFB381;
|
||
|
border:1px solid #FF9C59;
|
||
|
border-bottom:1px solid #FF6400;
|
||
|
height:22px;
|
||
|
letter-spacing:2px;
|
||
|
color:#ffffff;
|
||
|
}
|
||
|
|
||
|
/*****************************************************************/
|
||
|
/* 表格 */
|
||
|
/*****************************************************************/
|
||
|
.TitleTable
|
||
|
{
|
||
|
background-image:url(images/tableSubTitleBg.jpg);
|
||
|
background-repeat:repeat-x;
|
||
|
height:25px;
|
||
|
width:100%;
|
||
|
margin-bottom:3px;
|
||
|
}
|
||
|
.TitleTable th
|
||
|
{
|
||
|
background-image:url(images/tableSubTitleLeft.jpg);
|
||
|
background-position:left;
|
||
|
background-repeat:no-repeat;
|
||
|
width:5%;
|
||
|
}
|
||
|
.TitleTable td
|
||
|
{
|
||
|
background-image:url(images/tableSubTitleRight.jpg);
|
||
|
background-position:right;
|
||
|
background-repeat:no-repeat;
|
||
|
color:#154EB2;
|
||
|
font-weight:bold;
|
||
|
}
|
||
|
|
||
|
|
||
|
.MainTable
|
||
|
{
|
||
|
border-top:1px solid #D6DDED;
|
||
|
border-left:1px solid #D6DDED;
|
||
|
width:100%;
|
||
|
background-color:#FFFFFF;
|
||
|
}
|
||
|
.MainTable td
|
||
|
{
|
||
|
border-bottom:1px solid #D6DDED;
|
||
|
border-right:1px solid #D6DDED;
|
||
|
color:#333333;
|
||
|
padding:3px 4px 3px 8px;
|
||
|
}
|
||
|
.MainTable a
|
||
|
{
|
||
|
color:#13459E;
|
||
|
}
|
||
|
.MainTable .Title
|
||
|
{
|
||
|
border-bottom:1px solid #CDD6E8;
|
||
|
border-right:1px solid #CDD6E8;
|
||
|
background-color:#F4F8FF;
|
||
|
text-align:right;
|
||
|
padding:5px 5px 5px 2px;
|
||
|
}
|
||
|
.MainTable .RTitle
|
||
|
{
|
||
|
border-bottom:1px solid #CDD6E8;
|
||
|
border-right:1px solid #CDD6E8;
|
||
|
background-color:#F4F8FF;
|
||
|
padding:5px 5px 5px 2px;
|
||
|
}
|
||
|
|
||
|
/*****************************************************************/
|
||
|
/* 输入提示框 */
|
||
|
/*****************************************************************/
|
||
|
.AlertDiv
|
||
|
{
|
||
|
border-width: 1px;
|
||
|
border-style:solid;
|
||
|
border-color: #FF6500;
|
||
|
background-color: #FFF3EF;
|
||
|
vertical-align:middle;
|
||
|
padding:2px;
|
||
|
line-height:18px;
|
||
|
}
|
||
|
.InfoDiv
|
||
|
{
|
||
|
border-width: 1px;
|
||
|
border-style:solid;
|
||
|
border-color: #00AAFF;
|
||
|
background-color: #E7F7FF;
|
||
|
vertical-align:middle;
|
||
|
padding:2px;
|
||
|
line-height:18px;
|
||
|
}
|
||
|
.NullDiv
|
||
|
{
|
||
|
border-width: 1px;
|
||
|
border-style:solid;
|
||
|
background-color: #FFFFFF;
|
||
|
border-color: #FFFFFF;
|
||
|
vertical-align:middle;
|
||
|
padding:2px;
|
||
|
line-height:18px;
|
||
|
}
|
||
|
.NullTable
|
||
|
{
|
||
|
border-width:0px;
|
||
|
border-color:White;
|
||
|
}
|
||
|
.NullTable .TextBoxTd
|
||
|
{
|
||
|
background-color:Red;
|
||
|
}
|
||
|
.NullTable td
|
||
|
{
|
||
|
border-width:0px;
|
||
|
border-color:White;
|
||
|
}
|
||
|
|
||
|
|
||
|
/*****************************************************************/
|
||
|
/* 输入提示框 */
|
||
|
/*****************************************************************/
|
||
|
.Login
|
||
|
{
|
||
|
background-image:url(images/login.gif);
|
||
|
background-repeat:no-repeat;
|
||
|
background-position:bottom;
|
||
|
width:443px;
|
||
|
height:231px;
|
||
|
margin:0 auto;
|
||
|
padding-top:80px;
|
||
|
}
|
||
|
.Login .inputTable
|
||
|
{
|
||
|
position:relative;
|
||
|
top:70px;
|
||
|
left:200px;
|
||
|
}
|
||
|
.Login .inputTable td
|
||
|
{
|
||
|
height:30px;
|
||
|
}
|
||
|
.Login .inputTable .txt
|
||
|
{
|
||
|
border:solid 1px #98B7DF;
|
||
|
}
|
||
|
.Login .inputTable .Label
|
||
|
{
|
||
|
color:#154EB2;
|
||
|
}
|