| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368 |
- table > thead > tr > th {
- text-align: center;
- }
- table > tbody > tr > td {
- text-align: center;
- }
- .table_th_width > thead > tr > th {
- width: 200px;
- }
- .selImg {
- opacity: 0;
- filter: alpha(opacity=0);
- height: 190px;
- width: 140px;
- position: absolute;
- /*top: 0;
- left: 0;*/
- z-index: 9;
- }
- a:link, a:visited {
- text-decoration: none;
- color: #2898e0;
- }
- a:hover {
- color: #006cb1;
- text-decoration: underline;
- }
- input, button, select, textarea {
- outline: none
- }
- textarea {
- resize: none;
- }
- body {
- font-size: 12px;
- color: #525252;
- font-family: "微软雅黑",Arial, Helvetica, sans-serif;
- height: 100%;
- background: #f7f8f8;
- }
- input::-ms-clear {
- display: none;
- }
- input {
- font-size: 12px;
- font-family: "微软雅黑",Arial, Helvetica, sans-serif;
- }
- input:text {
- border: 1px solid #ccc;
- }
- input:password {
- border: 1px solid #ccc;
- }
- button {
- font-size: 12px;
- font-family: "微软雅黑",Arial, Helvetica, sans-serif;
- }
- select {
- font-size: 12px;
- font-family: "微软雅黑",Arial, Helvetica, sans-serif;
- border: 1px solid #ccc;
- }
- textarea {
- font-family: "微软雅黑",Arial, Helvetica, sans-serif;
- border: 1px solid #ccc;
- }
- * {
- margin: 0;
- padding: 0;
- }
- h1 {
- font-size: 24px;
- line-height: 44px;
- font-weight: bold;
- margin-top: 0;
- margin-bottom: 0;
- }
- h2 {
- font-size: 18px;
- line-height: 40px;
- font-weight: bold;
- margin-top: 0;
- margin-bottom: 0;
- }
- h3 {
- font-size: 16px;
- line-height: 32px;
- font-weight: bold;
- margin-top: 0;
- margin-bottom: 0;
- }
- h4 {
- font-size: 14px;
- line-height: 26px;
- font-weight: bold;
- margin-top: 0;
- margin-bottom: 0;
- }
- h5 {
- font-size: 12px;
- line-height: 24px;
- font-weight: bold;
- }
- h6 {
- font-size: 10px;
- line-height: 18px;
- font-weight: bold;
- margin-top: 0;
- margin-bottom: 0;
- }
- img {
- border: 0;
- }
- ul, ol {
- list-style: none;
- }
- textarea {
- font-size: 12px;
- }
- /*-------------------------------------------------Formstyle-------------------------------------------------------*/
- /*==================form表单样式1=========================*/
- .formStyle {
- width: 800;
- }
- .formStyle input {
- width: 150px;
- float: left;
- }
- .formStyle select {
- width: 154px;
- height: 20px;
- float: left;
- }
- .formStyle textarea {
- float: left;
- width: 300px;
- height: 100px;
- }
- .formStyle .checkbox {
- width: 20px;
- }
- .formStyle .file {
- width: 250px;
- }
- * html .formStyle .file {
- width: 226px;
- }
- .formStyle li {
- clear: both;
- height: 24px;
- margin: 0 15px 2px 0;
- }
- * html .formStyle li {
- height: 0;
- }
- * + html .formStyle li {
- height: auto;
- }
- .formStyle li label {
- height: 24px;
- line-height: 24px;
- display: block;
- float: left;
- width: 70px;
- text-align: right;
- margin-right: 10px;
- }
- .formStyle .loginButton {
- float: left;
- margin: 5px 8px 0 0;
- }
- /*横向排列style*/
- .across {
- width: 800px;
- }
- .across li {
- clear: none;
- float: left;
- width: 220px;
- }
- * html .across li {
- margin-right: 6px;
- }
- .across li label {
- text-align: left;
- }
- /*-------------------------------------------------常用样式genal-------------------------------------------------------*/
- /*====隐藏DIV====*/
- .hidden {
- display: none;
- }
- /*===浮动==*/
- .floatLeft {
- float: left;
- }
- .floatRight {
- float: right;
- }
- /*====清除浮动clear====*/
- .clear_float {
- clear: both;
- }
- /*====半透明窗口alpha====*/
- #alphaWindow {
- display: none;
- position: fixed;
- top: 0;
- left: 0;
- min-width: 1000px;
- width: 100%;
- min-height: 500px;
- height: 100%;
- background-color: #000;
- opacity: 0.3;
- filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
- z-index: 1000;
- }
- /*===========包含浮动元素-不支持IE6===========*/
- .clear:after {
- content: ".";
- display: block;
- height: 0;
- font-size: 0;
- clear: both;
- visibility: hidden;
- }
- .clear {
- min-height: 1px;
- height:62px;
- }
- /*==============*/
- /* Overlays */
- .ui-widget-overlay {
- background: #aaaaaa /*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ 50% /*{bgOverlayXPos}*/ 50% /*{bgOverlayYPos}*/ repeat-x /*{bgOverlayRepeat}*/;
- opacity: .3;
- filter: Alpha(Opacity=30) /*{opacityOverlay}*/;
- }
- .ui-widget-shadow {
- margin: -8px /*{offsetTopShadow}*/ 0 0 -8px /*{offsetLeftShadow}*/;
- padding: 8px /*{thicknessShadow}*/;
- background: #aaaaaa /*{bgColorShadow}*/ /*{bgImgUrlShadow}*/ 50% /*{bgShadowXPos}*/ 50% /*{bgShadowYPos}*/ repeat-x /*{bgShadowRepeat}*/;
- opacity: .3;
- filter: Alpha(Opacity=30) /*{opacityShadow}*/;
- -moz-border-radius: 8px /*{cornerRadiusShadow}*/;
- -khtml-border-radius: 8px /*{cornerRadiusShadow}*/;
- -webkit-border-radius: 8px /*{cornerRadiusShadow}*/;
- border-radius: 8px /*{cornerRadiusShadow}*/;
- }
- /*Drop support Internet Explorer 6*/
- #warnIE6 {
- background: #fdfbbd;
- color: #cf2a24;
- text-align: left;
- width: 100%;
- position: absolute;
- top: 0;
- z-index: 99999;
- }
- #warnIE6 .ie6padding {
- padding: 10px 16px;
- }
- #warnIE6-image {
- float: left;
- width: 124px;
- height: 124px;
- margin-right: 20px;
- background: url(../img/ie6nomore.gif) no-repeat 0 0;
- }
- #warnIE6-text {
- float: left;
- margin-right: 20px;
- }
- #warnIE6-text .ietitle {
- font-size: 30px;
- line-height: normal;
- font-weight: bold;
- }
- #warnIE6-text .iedesc {
- font-size: 20px;
- line-height: 30px;
- }
- a#warnIE6-close {
- height: 16px;
- width: 51px;
- background: url(../img/ie6nomore-cornerx.jpg) no-repeat;
- float: right;
- }
- a#getFirefox, a#getIE, a#getSafari, a#getChrome, a#getOpera {
- width: 48px;
- height: 48px;
- float: left;
- }
- a#getFirefox {
- background: url(../img/firefox.gif) no-repeat
- }
- a#getIE {
- background: url(../img/ie.gif) no-repeat
- }
- a#getSafari {
- background: url(../img/safari.gif) no-repeat
- }
- a#getChrome {
- background: url(../img/google-chrome.gif) no-repeat
- }
- a#getOpera {
- background: url(../img/opera.gif) no-repeat
- }
- body {
- }
|