style.css 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. @CHARSET "UTF-8";
  2. body{background:#fff; font-size:12px; font-family:"Microsoft Yahei"; margin:0px; padding:0px; color:#404040; }
  3. div{margin:0 auto; padding:0;}
  4. h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,form,img,p{margin:0; padding:0; border:none; list-style-type:none;}
  5. a{ color:#4e6a81;}
  6. a:hover{ color:#ff9600;}
  7. table{
  8. border-collapse: collapse;
  9. border-spacing: 0;
  10. }
  11. input, select{ outline: medium none; }
  12. #info{ position:fixed; right:2px; top:2px; border:#ccc 2px solid; padding:10px 5px; background:#fff; font-weight:bold; color:#f30; display:none;}
  13. /* 系统主题色 开始 */
  14. /* 系统主题色 结束 */
  15. /*自动高对齐*/
  16. .clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
  17. *html .clearfix{ height:1%;}
  18. *+html .clearfix{ height:1%;}
  19. .blank5{ clear:both; height:5px; overflow:hidden; visibility:visible;}
  20. .blank10{ clear:both; height:10px; overflow:hidden; visibility:visible;}
  21. /* 公共样式 */
  22. .button{
  23. background:#0099cc;
  24. border: 1px solid #0099cc;
  25. color:#FFFFFF;
  26. cursor:pointer;
  27. padding:0 17px;
  28. height:32px;
  29. font-family:Microsoft Yahei;
  30. vertical-align:top;
  31. }
  32. .button-del,.button-add{
  33. background:#f7f7f7;
  34. border-color:#ddd;
  35. color:#333;
  36. }
  37. .button-add{
  38. margin-right: 10px;
  39. }
  40. .tip_span{ color:#ff9600;;}
  41. .currentbtn {
  42. border: 1px solid #0099cc;
  43. background:#0099cc;
  44. color: #fff;
  45. }
  46. select{ height:32px; line-height:32px;border:1px solid #ccc;padding:0 5px;}
  47. .change_password{ width:450px;}
  48. .textbox{height:18px; padding:6px 4px; color:#666;border:1px solid #ccc;box-shadow: -1px 1px 1px #e9e9e9 inset;}
  49. .user_select{color: #666;background-color: #fafafa;float: left;margin-right: 10px;padding: 5px;}
  50. .textarea{ font-size:12px; padding:4px; color:#666; width:300px; height:150px;}
  51. .require{ border-left:#f30 solid 2px;}
  52. .is_effect{ cursor:pointer;}
  53. .page{text-align:right; padding:15px 0px;line-height: 32px;}
  54. .page span{
  55. display:inline-block;
  56. vertical-align: top;
  57. background:#0099cc;
  58. padding:0 13px;
  59. border:1px solid #09c;
  60. text-align: center;
  61. color:#fff;
  62. }
  63. .page a{
  64. display:inline-block;
  65. vertical-align: top;
  66. background:#fff;
  67. border:1px solid #ddd;
  68. padding:0 13px;
  69. text-align: center;
  70. color:#333;
  71. text-decoration:none;
  72. margin-left:-1px;
  73. }
  74. .item_title{ text-align:right; width:150px; color:#000; background:#e2e8eb;}
  75. .item_input{ text-align:left;}
  76. .back_list{ font-size:12px; font-weight:normal; }
  77. #set_sort{ border:#ccc solid 1px; font-size:12px; padding:4px; color:#666; width:20px;}
  78. /* 提示消息 */
  79. .message{ width:400px; padding-top:100px; }
  80. .message table{ width:100%;}
  81. .message td{ text-align:center; padding:5px 0px;}
  82. .title_row{ font-size:14px; font-weight:bold; padding:10px 0px;;}
  83. .message_row{ font-size:12px; color:#f30; font-weight:bold; padding:10px 0px; }
  84. .main{ padding:10px; }
  85. .main_title{font-family:"宋体";border:1px solid #c7ddb9;background:#f2ffea; color:#ff7200; padding:8px 15px; font-size:12px;}
  86. .main_title a{ color:#333;}
  87. .search_row{color:#333; padding:14px 0; font-size:12px; }
  88. .search_row input{margin-right: 15px;}
  89. .search_row>form{white-space:nowrap;}
  90. .search_row>form>.button{margin-left:15px;margin-right:0;}
  91. .search_row span{position: relative;display: inline-block;
  92. vertical-align: top;
  93. }
  94. .search_row select{margin-right: 15px;}
  95. .search_row span input{position: relative;z-index:10;margin: 0;}
  96. .search_row span .button{position: absolute;z-index:9;top: 0; left:0;}
  97. /* 数据表 */
  98. .dataTable{ width:100%; border-right:#ddd solid 1px; border-top:#ddd solid 1px; border-left:#ddd solid 1px; background:#fff;}
  99. .dataTable th , .dataTable td{padding-left:10px;}
  100. .dataTable th{text-align:left; font-weight:normal; height:32px; background:#f5f6fa; line-height:30px; border-bottom:#ddd solid 1px;border-top:#ddd solid 1px;}
  101. .dataTable th a{text-decoration:none;color:#999;}
  102. .dataTable th a:hover{color:#06c;}
  103. .dataTable td{ padding:10px 0 10px 10px;line-height:18px; border-bottom:#ddd solid 1px;word-break:break-word;word-wrap: break-word;}
  104. .dataTable td.topTd, .dataTable td.bottomTd{display:none;background:url(../images/bgline.gif) repeat-x 0px 0px; padding:0px; height:5px; font-size:0px; line-height:0px;}
  105. .dataTable td .is_effect{ color:#009900;}
  106. .dataTable td .is_advance{ color:#2a6496;}
  107. .dataTable td .is_black{ color:#2a6496;}
  108. .dataTable .row{ background:#ffffff}
  109. .dataTable .row1{ background:#f9f9f9}
  110. .dataTable .row_cur{ background:#f5f5f5}
  111. .dataTable .row_chk{ background:#FDF3D2!important}
  112. table.form{ width:100%; border-top:#ddd solid 1px; font-size:14px; border-left:#ddd solid 1px; background:#fff;}
  113. table.form th{ height:32px;text-align:center; background:#f5f5f5; line-height:30px; border-right:#ccc solid 1px; border-bottom:#ddd solid 1px;}
  114. table.form td{ padding:5px;line-height:28px; border-right:#ddd solid 1px; border-bottom:#ddd solid 1px;word-break: break-all;}
  115. table.form .topTd, table.form .bottomTd{ background:url(../images/bgline.gif) repeat-x; height:5px; font-size:0px; padding:0px;}
  116. table.access_list td{ padding:8px; border:none; border-bottom:dotted 1px #ccc;}
  117. table.access_list td label{ display:inline-block; padding:0px 10px;}
  118. table.access_list td.access_left{ border-right:dotted 1px #ccc; text-align:right;}
  119. table.form .ke-container { border:1px solid #ccc; padding:0px;}
  120. table.form .ke-content { border:0px; padding:0px;}
  121. table.form .ke-container td,.ke-container th{ padding:0px; border:0px; }
  122. table.form .ke-bottom{ border:0px; padding:0px;}
  123. table.form .ke-bottom td,table.form .ke-bottom th{ border:0px; padding:0px;}
  124. .none_border table.ke-container { border:0px solid #ccc; padding:0px; background:#fff;}
  125. .none_border table.ke-content { border:0px; padding:0px;}
  126. .none_border table.ke-container td,.ke-container th{ padding:0px; border:0px; }
  127. .none_border table.ke-bottom{ border:0px; padding:0px;}
  128. .none_border table.ke-bottom td,table.form .ke-bottom th{ border:0px; padding:0px;}
  129. .none_border table{ border:0px;}
  130. #region_conf div{ padding:5px 0px;}
  131. .cfg_title{ display:inline-block; float:left; width:130px;}
  132. .cfg_content{ display:inline-block; float:left; }
  133. .cfg_content .textbox{ width:300px;}
  134. table.no_border td{ border:0px;}
  135. #filter_row{ display:none; }
  136. .topic_image{ width: 100px; height:100px; overflow:hidden; position:relative; float:left; border:#ccc solid 1px; display:inline-block; margin:5px;}
  137. .topic_image img{ width:98px; height:98px;}
  138. .topic_image span{ position:absolute; width:20px; height:20px; background:#f30; text-align:center; line-height:20px; border:#fff solid 1px; color:#fff; left:2px; top:2px; cursor:pointer;}
  139. .viewOpBox_demo{display:none;}
  140. .dataTable td.op_action{
  141. text-align:left;
  142. }
  143. .dataTable td.op_action .opration span{
  144. display:inline-block;
  145. margin-right:3px;
  146. color:#2a6496;
  147. }
  148. /*.dataTable td.op_action .opration:hover span ,
  149. .dataTable td.op_action .opration.cur span{
  150. color:#009900;
  151. }*/
  152. .dataTable td.op_action .opration i{
  153. width:10px;
  154. height:10px;
  155. background:url(../images/vh_opration.gif) no-repeat;
  156. display:inline-block;
  157. }
  158. /*.dataTable td.op_action .opration:hover i ,
  159. .dataTable td.op_action .opration.cur i{
  160. background:url(../images/vh_opration_hover.gif) no-repeat;
  161. }*/
  162. .dataTable td.op_action .opration.cur i{
  163. background-position:0 -56px;
  164. }
  165. .dataTable .viewOpBox_m td{
  166. text-align:right;
  167. background:#2a6496;
  168. color:#fff;
  169. }
  170. .dataTable .viewOpBox_m td a{
  171. color:#fff;
  172. }
  173. .main_title_list{
  174. line-height: 33px;
  175. position: relative;
  176. padding-left:10px;
  177. padding-bottom:10px;
  178. border-bottom:1px solid #ddd;
  179. font-size:14px;
  180. }
  181. .main_title_list .list-line-ico{
  182. width:2px;
  183. height:15px;
  184. background:#88b7e0;
  185. position: absolute;
  186. top: 9px;
  187. left: 0;
  188. }
  189. /* 操作面板 */
  190. .opration{position:relative;}
  191. .operat_panel{
  192. border:1px solid #ccc;
  193. background:#fff;
  194. box-shadow:3px 3px 3px #e7e6e6;
  195. }
  196. .operat_panel a{
  197. display:block;
  198. height:30px;
  199. line-height:30px;
  200. text-align:left;
  201. color:#333;
  202. text-decoration:none;
  203. width: auto;
  204. min-width: 72px;
  205. white-space:nowrap;
  206. padding:0 15px;
  207. }
  208. .operat_panel a.hover{
  209. background:#f5f5f5;
  210. }