powerFloat.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. @charset "utf-8";
  2. /* powerFloat */
  3. .float_ajax_box {
  4. border: 1px solid #ccc;
  5. background-color: #fff;
  6. }
  7. .float_loading {
  8. width: 100px;
  9. height: 100px;
  10. background: url(../image/loading.gif) no-repeat center;
  11. }
  12. .float_ajax_image {
  13. padding: 5px;
  14. }
  15. .float_ajax_error {
  16. width: 200px;
  17. padding: 40px 0;
  18. text-align: center;
  19. }
  20. .float_list_ul {
  21. margin: 0;
  22. padding: 1px;
  23. border: 1px solid #beceeb;
  24. background-color: #fff;
  25. font-size: 12px;
  26. list-style-type: none;
  27. }
  28. .float_list_a {
  29. display: block;
  30. text-decoration: none;
  31. }
  32. .float_list_a:hover {
  33. background-color: #f0f3f9;
  34. color: #333;
  35. text-decoration: none;
  36. }
  37. .float_list_ul li {
  38. line-height: 20px;
  39. border-top: 1px solid #f0f3f9;
  40. text-indent: 5px;
  41. }
  42. .float_list_ul li:first-child {
  43. border-top: 0;
  44. }
  45. .float_list_null {
  46. padding: 40px 20px;
  47. text-align: center;
  48. }
  49. .float_remind_box {
  50. border: 1px solid #F7CE39;
  51. background: #ffffe0;
  52. padding: 5px 10px;
  53. }
  54. .float_tip_box {
  55. line-height: 18px;
  56. padding: 0 3px;
  57. background-color: #ffffe0;
  58. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
  59. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
  60. box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
  61. border: 1px solid #333;
  62. position: absolute;
  63. }
  64. .float_doing_box {
  65. border: 1px solid #F7CE39;
  66. background: #ffffe0 url(../image/loading.gif) no-repeat 5px center;
  67. padding: 5px 10px 5px 25px;
  68. font-size: 12px;
  69. position: absolute;
  70. }
  71. .float_corner {
  72. font-size: 18px;
  73. font-family: '宋体';
  74. position: absolute;
  75. left: -6000px;
  76. overflow: hidden;
  77. }
  78. .float_corner .corner {
  79. position: absolute;
  80. }
  81. .float_corner .corner_1 { /*可去除*/
  82. color: #ccc;
  83. }
  84. .float_corner .corner_2 { /*可去除*/
  85. color: #fff;
  86. }
  87. .float_corner_top,.float_corner_bottom {
  88. width: 16px;
  89. height: 8px;
  90. }
  91. .float_corner_top {
  92. line-height: 14px;
  93. }
  94. .float_corner_bottom {
  95. line-height: 17px;
  96. }
  97. .float_corner_left,.float_corner_right {
  98. width: 8px;
  99. height: 16px;
  100. }
  101. .float_corner_top .corner,.float_corner_bottom .corner {
  102. left: 0;
  103. }
  104. .float_corner_right .corner,.float_corner_left .corner {
  105. top: -2px;
  106. }
  107. .float_corner_bottom .corner_1 {
  108. }
  109. .float_corner_bottom .corner_2 {
  110. top: 1px;
  111. }
  112. .float_corner_left .corner_1 {
  113. right: 0;
  114. }
  115. .float_corner_left .corner_2 {
  116. right: 1px;
  117. }
  118. .float_corner_top .corner_1 {
  119. bottom: 0;
  120. }
  121. .float_corner_top .corner_2 {
  122. bottom: 1px;
  123. }
  124. .float_corner_right .corner_2 {
  125. left: 1px;
  126. }
  127. .owl_shadow {
  128. background: none repeat scroll 0 0 #000000;
  129. border-radius: 3px 3px 3px 3px;
  130. box-shadow: 0 2px 7px rgba(0, 0, 0, 0.35);
  131. }
  132. .menu_base {
  133. background: none repeat scroll 0 0 #DADADA;
  134. padding: 0;
  135. }
  136. .menu_base_if {
  137. background: none repeat scroll 0 0 transparent;
  138. position: absolute;
  139. z-index: 1000;
  140. }
  141. .menu_bd {
  142. background: none repeat scroll 0 0 #F3F3F3;
  143. border-radius: 5px 5px 5px 5px;
  144. padding: 4px 0;
  145. }
  146. .menu_item,.menu_item_high,.menu_item_nofun {
  147. cursor: pointer;
  148. padding: 0 5px 0 5px;
  149. text-overflow: ellipsis;
  150. white-space: nowrap;
  151. }
  152. .menu_item_nofun {
  153. color: #7B7B7B;
  154. cursor: default;
  155. margin: 2px;
  156. }
  157. .menu_item_high {
  158. background: none repeat scroll 0 0 #3470CC;
  159. color: #FFFFFF;
  160. }
  161. /**Ext 下拉框样式 */
  162. .menu_box {
  163. margin: 0pt;
  164. width: 120px;
  165. height: 28px;
  166. left: 0px;
  167. top: 0px;
  168. }
  169. .menu_item_sort_asc .menu_item_icon {
  170. background-image: url("../images/hmenu-asc.gif");
  171. }
  172. .menu_item_sort_desc .menu_item_icon {
  173. background-image: url("../images/hmenu-desc.gif");
  174. }
  175. .menu_item_unchecked .menu_item_icon {
  176. background-image: url("../images/unchecked.gif");
  177. }
  178. .menu_item_checked .menu_item_icon {
  179. background-image: url("../images/checked.gif");
  180. }
  181. .menu_item_link {
  182. cursor: pointer;
  183. display: block;
  184. line-height: 16px;
  185. margin: 0px;
  186. padding: 5px 2px 3px 35px;
  187. text-decoration: none !important;
  188. }
  189. .menu_item_link:hover {
  190. background-color: #D9E8FB;
  191. background-image: -moz-linear-gradient(center top, #E7F0FC, #C7DDF9);
  192. border: 1px solid #A9CBF5;
  193. border-radius: 3px 3px 3px 3px;
  194. }
  195. .menu_item_icon {
  196. background: none no-repeat scroll center center transparent;
  197. height: 16px;
  198. left: 20px;
  199. position: absolute;
  200. width: 16px;
  201. }
  202. .menu_item_inputcheck {
  203. background: none no-repeat scroll center center transparent;
  204. height: 16px;
  205. left: 16px;
  206. margin: 0 5px 2px 3px;
  207. position: absolute;
  208. width: 16px;
  209. }
  210. .menu_item_text {
  211. color: #222222;
  212. }