| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385 |
- * {
- word-wrap: break-word;
- }
- body,html {
- background: none;
- }
- body,input,button,select,table,textarea {
- font: 12px/1.5 Tahoma, Helvetica, 'SimSun', sans-serif !important;
- color: #444;
- }
- body,ul,ol,li,dl,dd,p,h1,h2,h3,h4,h5,h6,form,fieldset,.pr,.pc {
- margin: 0;
- padding: 0;
- }
- fieldset {
- margin: 10px;
- padding: 0px;
- padding-bottom: 10px;
- }
- * {
- margin: 0px;
- padding: 0px;
- }
- .navbar {
- color: #999999;
- overflow: visible;
- margin: 3px 0;
- height: auto;
- width: 1000px;
- margin: 0px auto;
- }
- .navbar1 {
- color: #999999;
- overflow: visible;
- /* margin: 3px 0; */
- height: auto;
- /* width: 1000px; */
- /* margin: 0px auto; */
- }
- .navbar-inner1 {
- padding-left: 20px;
- height: 37px;
- width: 100%;
- /* margin: 0px 20px 3px 10px; */
- padding-top: 3px;
- background-color: #f4f6ef;
- /* background: #fff url(little_column_bg.jpg) repeat-x bottom left; */
- /* background-repeat: repeat-x; */
- -webkit-border-radius: 0px;
- -moz-border-radius: 0px;
- border-radius: 0px;
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0
- rgba(0, 0, 0, 0.1);
- -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0
- rgba(0, 0, 0, 0.1);
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0
- rgba(0, 0, 0, 0.1);
- display: block;
- z-index: 100;
- overflow: visible;
- position: fixed;
- top: 0px;
- }
- .navbar-inner2 {
- margin-top: 45px;
- color: #000000;
- line-height: 40px;
- font-size: 18px;
- font-weight: bold;
- text-indent: 1em;
-
- width: 970px;
- margin-left: 10px;
- margin-right: 20px;
- background: #89B5E9;
- background-repeat: repeat-x;
- -webkit-border-radius: 0px;
- -moz-border-radius: 0px;
- border-radius: 0px;
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0
- rgba(0, 0, 0, 0.1);
- -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0
- rgba(0, 0, 0, 0.1);
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0
- rgba(0, 0, 0, 0.1);
- }
- .btn,.btn-static {
- display: inline-block;
- padding: 4px 6px;
- margin-bottom: 0;
- font-size: 13px;
- line-height: 18px;
- color: #333333;
- text-align: center;
- text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
- vertical-align: middle;
- background-color: #f5f5f5;
- background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
- background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff),
- to(#e6e6e6) );
- background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
- background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
- background-image: linear-gradient(top, #ffffff, #e6e6e6);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
- endColorstr='#e6e6e6', GradientType=0 );
- border-color: #e6e6e6 #e6e6e6 #bfbfbf;
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
- filter: progid:dximagetransform.microsoft.gradient(enabled=false );
- border: 1px solid #cccccc;
- border-bottom-color: #b3b3b3;
- -webkit-border-radius: 0px;
- -moz-border-radius: 0px;
- border-radius: 0px;
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
- rgba(0, 0, 0, 0.05);
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
- rgba(0, 0, 0, 0.05);
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
- rgba(0, 0, 0, 0.05);
- cursor: pointer;
- }
- .corner_12,.corner_23,.corner_34,.corner_41 {
- width: 30px;
- height: 30px;
- border: 1px solid #A0A0A0;
- }
- .wf_shadow {
- -moz-box-shadow: 2px 2px 10px #999;
- -webkit-box-shadow: 2px 2px 10px #999;
- box-shadow: 2px 2px 10px #999;
- margin-right: 10px;
- padding: 60px 40px;
- border: 1px solid #999;
- background: white;
- }
- .wf_shadow1 {
- /* -moz-box-shadow: 2px 2px 10px #999; */
- /* -webkit-box-shadow: 2px 2px 10px #999; */
- /* box-shadow: 2px 2px 10px #999; */
- margin: 5px 20px 5px 20px;
- padding: 15px 15px;
- border: 1px solid #999;
- background: white;
- min-height: 60px;
-
- }
- .wf_shadow1:hover {
- -moz-box-shadow: 2px 2px 10px #999;
- -webkit-box-shadow: 2px 2px 10px #999;
- box-shadow: 2px 2px 10px #999;
- margin: 5px 20px 5px 20px;
- padding: 16px 16px;
- border: 1px solid #999;
- background: white;
- min-height: 60px;
- }
- .corner_41 {
- margin: -30px 0 0 -30px;
- border-width: 0 1px 1px 0;
- }
- .corner_12 {
- margin: -30px -30px 0 0;
- border-width: 0 0 1px 1px;
- }
- .corner_23 {
- margin: 0 -30px -30px 0;
- border-width: 1px 0 0 1px;
- clear: both;
- }
- .corner_34 {
- margin: 0 0 -30px -30px;
- border-width: 1px 1px 0 0;
- clear: both;
- }
- .wp {
- margin: 0 auto;
- width: 98%;
- }
- .z {
- float: left;
- }
- .y {
- float: right;
- }
- #word_temp .wp {
- width: auto;
- }
- .width960 div.wp,.width960 #word_temp .wp {
- width: 1000px
- }
- p.back-to-top {
- border: 1px solid #000000;
- height: 20px;
- width: 70px;
- padding-left: 5px;
- position: relative;
- display: none;
- margin-top: 3px;
- /* bottom: 100px; */
- /* right: 120px; */
- }
- /* p#top1 { */
- /* bottom: 150px; */
- /* right: 40px; */
- /* } */
- /* p#top2 { */
- /* bottom: 125px; */
- /* right: 40px; */
- /* } */
- /* p#top3 { */
- /* bottom: 100px; */
- /* right: 40px; */
- /* } */
- /* p#top4 { */
- /* bottom: 75px; */
- /* right: 40px; */
- /* } */
- /* p#top5{ */
- /* bottom: 50px; */
- /* right: 40px; */
- /* } */
- /* p#top6 { */
- /* bottom: 25px; */
- /* right: 40px; */
- /* } */
- p.back-to-top a {
- text-align: center;
- text-decoration: none;
- color: #000;
- display: block;
- width: 70px;
- -moz-transition: color 1s;
- -webkit-transition: color 1s;
- -o-transition: color 1s;
- }
- p.back-to-top a span {
- float: left;
- background: transparent url(top.png) no-repeat bottom center;
- display: block;
- height: 15px;
- width: 15px;
- margin-bottom: 5px;
- -moz-transition: background 1s;
- -webkit-transition: background 1s;
- -o-transition: background 1s;
- }
- p.back-to-top a {
- text-align: left;
- /*color: #666;*/
- }
- /****************/
- /*
- p#back-to-top1 a {
- text-align: center;
- text-decoration: none;
- color: #000;
- display: block;
- width: 70px;
- -moz-transition: color 1s;
- -webkit-transition: color 1s;
- -o-transition: color 1s;
- }
- p#back-to-top1 a span {
- float: left;
- background: transparent url(../top.png) no-repeat bottom center;
- display: block;
- height: 15px;
- width: 15px;
- margin-bottom: 5px;
- -moz-transition: background 1s;
- -webkit-transition: background 1s;
- -o-transition: background 1s;
- }
- p#back-to-top1 a {
- text-align: center;
- color: #666;
- }
- */
- .flowText{
- margin-top: 4px;
- margin-bottom: 2px;
- }
- .fieldIcon {
- /* border: 1px solid; */
- width: 970px;
- -moz-box-shadow: 2px 2px 10px #999;
- -webkit-box-shadow: 2px 2px 10px #999;
- box-shadow: 2px 2px 10px #999;
- }
- .l-table-edit-text{
- padding-left: 10px;
- }
- .l-table-edit{
- margin-left: 20px;
- width: 930px !important;
- }
- .marginleft60{
- margin-left: 60px;
- }
- .icon-top{
- /* border: 1px solid #0a2b4d; */
- border-bottom: 1px solid #89B5E9;
- border-left: 1px solid #89B5E9;
- border-right: 1px solid #89B5E9;
- }
- .fieldsettop{
- width: 970px; background-color: #89B5E9; margin-bottom: 20px;
- }
- [id^="file_fileId"]{
- width: 400px;
- }
- .blueFont12px{
- color: blue;
- font-size: 12px;
- }
- .blueFont{
- color: blue;
- }
- .l-dialog-win .l-dialog-content{
- padding-top: 0px !important;
- }
- .zb{
- position: absolute;
- top: 0px;
- filter: alpha(opacity = 60);
- -moz-opacity: 0.6;
- opacity: 0.6;
- background-color: #777;
- z-index: 9;
- left: 0px;
- display: none;
- }
- .zb_flowimg{
- position: absolute;
- z-index: 10;
- background-color: #fff;
- display: none;
- }
|