dlmh_system/VRS/Css/BaseStyle.css

177 lines
4.0 KiB
CSS

body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
TABLE
{
BORDER-COLLAPSE: collapse;
}
.table-form {
BORDER-TOP: #d1dbdd 0px solid;
MARGIN-BOTTOM: 1px;
WIDTH: 100%
}
.table-window {
BORDER-TOP: #d1dbdd 0px solid;
MARGIN-BOTTOM: 1px;
WIDTH: 100%;
margin-top:10px;
}
.table-form td {
border: 1px solid #e4e3e3;
padding: 3px;
}
.table-title
{
background-color:#ececec;
color:Black;
text-align: center;
FONT-SIZE: 13pt;
font:;
height:24px;
}
.caption
{
BACKGROUND-COLOR: #f9f8f8;
FONT-SIZE: 11pt;
font:;
height:40px;
TEXT-ALIGN:LEFT;
padding-left:5px;
}
.captionWindow
{
background-color:#f0fbe0;
FONT-SIZE: 11pt;
font:;
height:24px;
TEXT-ALIGN:center;
}
.bottom
{
BACKGROUND-COLOR: #f9f8f8;
FONT-SIZE: 11pt;
font:;
height:24px;
text-align:right;
}
.base-bottom
{
/* BACKGROUND-COLOR: #e8f4ff; */
FONT-SIZE: 9pt;
font:;
height:29px;
TEXT-ALIGN:CENTER;
}
.table-td-name
{
FONT-SIZE: 11pt;
TEXT-ALIGN:RIGHT;
}
.table-td-content
{
FONT-SIZE: 11pt;
TEXT-ALIGN:LEFT;
height:32px;
}
.textBox
{
font:;
FONT-SIZE: 11pt;
COLOR: #000000;
width:120px;
height:32px;
}
.multiTextBox
{
font:;
width:90%;
height:160px;
}
.listBox
{
font:;
height:20px;
FONT-SIZE: 9pt;
COLOR: #000000;
width:166px;
}
.radioButton
{
font:;
FONT-SIZE: 9pt;
COLOR: #000000;
TEXT-ALIGN:LEFT;
}
/*标题页*/
/*背景色*/
.main_top_background
{
background-image:url(../Images/main/main_top_background.jpg);
background-repeat:repeat-x;
height:100px;
width:100%;
float:left;
border-bottom:4px solid #97C35A;
}
/*logo*/
.main_top_logo
{
background-image:url(../Images/main/main_top_logo.jpg);
background-repeat:no-repeat;
width:150px;
height:100px;
float:left;
margin-left:0px;
margin-top:0px;
}
/*名称*/
.main_top_span
{
margin-left:32px;
margin-top:32px;
font-size: 36px;
color: White;
font-weight: bold;
float: left;
font-family: ;
}
.mybtn {
width:120px;
height:40px;
}
*{margin:0;}
#bg{background:url(../Images/main/bg.jpg); width:100%; height:109px; background-repeat:repeat-x;}
#header{background:url(../Images/main/logo.jpg); width:780px; height:109px; background-repeat:no-repeat; margin-left:102px;_margin-left:51px;float:left;}
#top{ background-color:White; width:100%; height:30px; margin-left:4px; float:left;}
ul#menu{ height:auto; float:left; margin-left:4px; width:500px; margin-top:2px; background-repeat:repeat-x;}
ul#menu, ul#menu ul { list-style-type:none;margin-top:0px; padding: 0;width:222px;margin-left: 0px;margin-right: 4px; float:left;}
ul#menu a {display: block;font-weight:bolder;float:left;}
ul#menu li {float:left;width: 221px;}
ul#menu li a {background:url('../Images/main/ht_1.jpg') no-repeat; padding-left:35px;width:187px;height:27px;font-family:; font-size:14px; text-decoration:none; color:#4e4d4d;float:left;}
ul#menu li ul li a {background: #fff;color: #000;font-size:14px; font-family:;font-weight:100; color:#4e4d4d; width:148px; text-align:center;float:left; }
ul#menu li ul li a:hover {color:#136daf;}
.t{ background:url(../Images/main/ht_03.jpg); background-repeat:no-repeat; height:12px; width:215px; float:left;}
#button{ background:url(../Images/main/ht_gb1.jpg); width:69px; height:31px; float:right; background-repeat:no-repeat; margin-top:38px; }
#content{ width:99.9%;}
.content_background{background-image:url(../Images/main/content_bg.jpg); background-repeat:no-repeat; width:994px; height:332px; margin:auto;}
.content_top_all{ height:256px;width:616px; margin:auto; padding-top:150px; }
.content_top_1{ width:258px; height:89px; float:left;}
.content_top_2{ width:258px; height:89px; float:left; margin-left:50px; margin-right:50px;}
.content_top_3{ width:258px; height:89px; float:left; margin-top:40px;}
.content_top_4{ width:258px; height:89px; float:left;margin-top:40px;margin-left:50px;}
.labelClass {
text-align: right;
}
.span_danger {
color:red;
}