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.
128 lines
1.8 KiB
128 lines
1.8 KiB
body { |
|
padding: 0px 0px; |
|
} |
|
a:link { |
|
font-style: none; |
|
line-height: normal; |
|
color: #004080; |
|
text-decoration: none; |
|
} |
|
|
|
a:visited { |
|
font-style: none; |
|
line-height: normal; |
|
color: #3366CC; |
|
text-decoration: none; |
|
} |
|
|
|
a:active { |
|
font-style: none; |
|
line-height: normal; |
|
color: #535353; |
|
text-decoration: none; |
|
} |
|
|
|
a:hover { |
|
font-style: none; |
|
line-height: normal; |
|
color: #FF6600; |
|
text-decoration: none; |
|
} |
|
|
|
img { |
|
border: none; |
|
} |
|
|
|
table { |
|
border: 0px; |
|
padding:0px; |
|
border-spacing: 0px; |
|
border-collapse: collapse; |
|
} |
|
th, td{ |
|
padding:0px; |
|
} |
|
td>input{ |
|
box-sizing: border-box; |
|
} |
|
td>textarea{ |
|
border: none; |
|
width: 100%; |
|
box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/ |
|
margin: 0; padding: 0; border-width: 0; |
|
} |
|
.borderTable { |
|
border: 1px; |
|
border:solid; |
|
border-color: #e3e3e3; |
|
} |
|
|
|
.title { |
|
display: table; |
|
background-color:#728ab5; |
|
margin: 0px; |
|
padding: 0px; |
|
width: 100%; |
|
height: 30px; |
|
} |
|
.title>div { |
|
display: table-cell; |
|
font-weight: bold; |
|
font-size: 0.75rem; |
|
color: #FFFFFF; |
|
vertical-align: middle; |
|
padding-left: 20px; |
|
|
|
} |
|
|
|
.deptListSide { |
|
flex:1; |
|
} |
|
.deptListSide b { |
|
font-size: 0.8rem; |
|
} |
|
iframe { |
|
border: 0; |
|
} |
|
.deptListSide>iframe { |
|
width: 100%; |
|
height: 410px; |
|
border: 2px solid; |
|
border-color: #8ea6d6; |
|
} |
|
.deptListCenter { |
|
width: 100px; |
|
} |
|
.lv1 { |
|
height: 40px; |
|
align-items: center; |
|
} |
|
.lv3 { |
|
border:solid; |
|
line-height: 100px; |
|
border-color: #728ab5; |
|
align-items: center; |
|
} |
|
.hr { |
|
height: 1px; |
|
background: #728ab5; |
|
} |
|
.deptPt { |
|
padding-top: 150px; |
|
} |
|
.table1 tr>td{ |
|
border-bottom: 1px solid #dedcec; |
|
} |
|
.table1 tr:last-child>td { |
|
border-bottom: 1px solid #8e86d4; |
|
|
|
} |
|
.table_border1 tr>td { |
|
border: 1px solid grey; |
|
} |
|
|
|
.td_style1{ |
|
padding-left: 5px; |
|
text-align: left; |
|
width: 100%; |
|
} |