index.css 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. @CHARSET "UTF-8";
  2. #container {
  3. margin:0 auto;
  4. width:100%;
  5. }
  6. #header {
  7. height:59px; background-image:url(../image/index/headerbg.png) ;
  8. background-repeat: repeat-x;
  9. }
  10. #mainContent {
  11. bottom:0;
  12. height:auto;
  13. width:100%;position:absolute;top:59px;
  14. }
  15. #sidebar {
  16. position:absolute;
  17. width:220px;
  18. height:auto;
  19. top:0;bottom:0;
  20. background-color:#264568;
  21. }
  22. #content {
  23. position:absolute;top:5px;right:0;bottom:0;left:220px;
  24. height:auto;
  25. }
  26. #contenttab {
  27. width:100%;
  28. }
  29. /**header一些css*/
  30. .logo {
  31. float:left;
  32. width: 113px;
  33. height: 60px
  34. }
  35. .logotext{
  36. float:left;
  37. width: 516px;
  38. height: 44px;
  39. margin: 8px 0 8px 20px;
  40. }
  41. .logouserinfo{
  42. float:right;
  43. width: 100px;
  44. height: 26px;
  45. margin: 16.5px 55px 16.5px 0;
  46. }
  47. .fengexian1{
  48. float:right;
  49. width: 1px;
  50. height: 59px;
  51. margin: 0 30px 0 0px;
  52. background-color: #346c9e;
  53. }
  54. .fengexian2{
  55. float:right;
  56. width: 1px;
  57. height: 59px;
  58. margin: 0 0 0 0;
  59. background-color: #6494c6;
  60. }
  61. .placeinfo{
  62. float:right;
  63. width: 148px;
  64. height: 34px;
  65. margin: 13px 30px 13px 0px;
  66. background-image: url("../image/index/placebg.png");
  67. }
  68. .tubiao{
  69. float:right;
  70. width: 180px;
  71. height: 28px;
  72. margin: 16px 0px 16px 0px;
  73. }
  74. .tubiao img{
  75. cursor: pointer;
  76. }
  77. .main-nav{
  78. margin-bottom:0px;
  79. width:220px;
  80. height:1px;border:none;border-top:1px solid #203246;
  81. }
  82. /**
  83. 新的菜单样式
  84. */
  85. #menu_main{margin-top:50px;}
  86. .sub_menu{color:#b5c5d5;font-size:16px;height:40px;width:220px;border-top:1px solid #2b4364;border-bottom:1px solid #1f3146;cursor:pointer;}
  87. .sub_menu>p{display:inline;line-height:40px;margin-left:10px;}
  88. .sub_menu>img{position:absolute;right:10px;margin-top:15px;}
  89. .sub_main{display:none;position:absolute;left:180px;color:#FFF;z-index:122;}
  90. .sub_main li{display:block;width:220px;height:40px;background-color:#596b82;filter:alpha(opacity=80); /*IE滤镜,透明度50%*/-moz-opacity:0.8; /*Firefox私有,透明度50%*/opacity:0.8;/*其他,透明度50%*/font-size:14px;cursor:pointer;line-height:40px;}
  91. .sub_main li:hover{filter:alpha(opacity=100); /*IE滤镜,透明度50%*/-moz-opacity:1; /*Firefox私有,透明度50%*/opacity:1;/*其他,透明度50%*/}
  92. .sub_main li b{margin:0 10px;position:relative;bottom:5px;font-weight:bolder}
  93. .sub_menu2{color:#b5c5d5;font-size:15px;height:40px;width:220px;cursor:pointer;}
  94. .sub_menu2>p{display:inline;line-height:40px;margin-left:10px;}
  95. .sub_menu2>img{position:absolute;right:10px;margin-top:15px;}
  96. .sub_main2{display:none;position:absolute;left:220px;color:#FFF;z-index:122;}
  97. .sub_main2 li{display:block;width:220px;height:40px;background-color:#596b82;filter:alpha(opacity=80); /*IE滤镜,透明度50%*/-moz-opacity:0.8; /*Firefox私有,透明度50%*/opacity:0.8;/*其他,透明度50%*/font-size:14px;cursor:pointer;line-height:40px;}
  98. .sub_main2 li:hover{filter:alpha(opacity=100); /*IE滤镜,透明度50%*/-moz-opacity:1; /*Firefox私有,透明度50%*/opacity:1;/*其他,透明度50%*/}
  99. .sub_main2 li b{margin:0 10px;position:relative;bottom:5px;font-weight:bolder}
  100. /*tips*/
  101. #hidden_tips{width:220px;height:250px;position:absolute;bottom:0;left:0;background-color:#1b2b3e;}
  102. #tips_menu{width:100%;height:30px;border-left:1px solid #172837;float:right;}
  103. #tips_menu>ul>li{width:83px;height:30px;background-color:#203751;display:inline;cursor:pointer;float:right;line-height:32px;text-align:center;font-size:12px;color:#a4acb7;border-right:1px solid #172837;}
  104. #tips_main{width:220px;height:129px;border-top:1px solid #264568;float:left;}
  105. #tips_main>div{margin:10px 0 0 10px;color:#a4acb7;font-size:12px;line-height:24px;}
  106. #tips_main p[name="tips_num"]{position:absolute;}
  107. #tips_main>div>a{position:absolute;right:22px;bottom:12px;cursor:pointer;color:#a4acb7;display:block;font-size:12px;}
  108. #tips_main>div>a>img{position:relative;margin-right:4px;bottom:3px;}
  109. /*list START*/
  110. #list{width:40px;height:150px;position:absolute;bottom:32px;left:220px;z-index:121;background-color:#eaeae8;border:1px solid #cfcfcf;}
  111. #list>div{width:40px;height:38px;border:0;float:left;text-align:center;display:block;}
  112. #list>div img{position:relative;top:5px;}
  113. #list_div_before{border-top:0;}
  114. #list_div_after{border-bottom:0;}
  115. #list_hover{width:120px;height:150px;position:absolute;color:#FFF;bottom:33px;left:220px;}
  116. #list_hover>div{width:120px;height:38px;border:1px solid #cfcfcf;position:absolute;display:none;background-color:#60b2d7;}
  117. #list_hover>div img{position:relative;top:5px;left:9px;}
  118. #list_hover>div p{position:relative;left:50px;bottom:13px;font-size:12px;}
  119. /*list END*/
  120. /*tab START*/
  121. #tab_head{width:100%;height:36px;background-color:#000;}
  122. .tab{background-color:#F1F1F1;}
  123. .tab tr{height: 36px;}
  124. .tab tr:nth-child(even){background: #f7fafd;}
  125. .tab tr:hover td{background: #fbf6c9;}
  126. .tab tr:nth-child(odd){background: #fff;}
  127. .tab thead th{background: #618fbc;color: #fff;border-bottom: 1px solid #cdcecd;font-size: 12px;font-family:"Microsoft YaHei",sans-serif;}
  128. .tab td{border-bottom: 1px solid #dbe5ed;border-right: 1px solid #dbe5ed;text-align: center;font-size:12px;font-family:"Microsoft YaHei",sans-serif;}
  129. .tab td>a{display: inline-block;width:30px;height: 25px;line-height:25px;color:#6e7a9a;padding-left:25px;margin:0 1px;text-align:left;cursor:pointer;border:1px solid #d0d3de;border-radius: 2px; }
  130. .tab td>.tab_check{background:#e0e5f3 url("../images/tab_a.png") 4px 4px no-repeat}
  131. .tab td>.tab_revise{background:#e0e5f3 url("../images/tab_a.png") 4px -24px no-repeat}
  132. .tab td>.tab_del{background:#e0e5f3 url("../images/tab_a.png") 4px -50px no-repeat}
  133. .tab_footer{margin-top: 20px;margin-right: 5%;float: right;overflow: hidden;font-size: 0.75em;line-height: 22px;}
  134. .tab_footer>select,.tab_footer>div{float: left;}
  135. .tab_footer>.p-record{padding:0 5px 0 50px}
  136. .tab_footer a{width: 15px;height: 21px;display: inline-block;margin: 0 3px;cursor: pointer;}
  137. .tab_footer .pageprev,#tab_footer .pagenext{height: 21px;border-right: 1px solid #ccc;border-left: 1px solid #ccc;padding: 0 5px;margin: 0 5px;}
  138. .tab_footer .pageprev>a{width: 15px;height: 21px;display: inline-block;}
  139. .tab_footer .prev_all{background: url("../images/page_turn.png") 2px 4px no-repeat;}
  140. .tab_footer .prev_one{background: url("../images/page_turn.png") -19px 4px no-repeat;}
  141. .tab_footer .next_one{background: url("../images/page_turn.png") -39px 4px no-repeat;}
  142. .tab_footer .next_all{background: url("../images/page_turn.png") -60px 4px no-repeat;}
  143. .tab_footer .refresh{background: url("../images/page_turn.png") -80px 4px no-repeat;}
  144. /*tabpage END*/
  145. #footer{width:100%;height:30px;background-color:#f6f7f9;position:absolute;bottom:0;left:0;}
  146. #footer>p{font-size:12px;margin:0 auto; font-family:SimSun,sans-serif;color:#6b7a89;line-height:30px;margin-top:-1px;text-align: center;}