powerFloat.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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(http://www.zhangxinxu.com/study/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(http://www.zhangxinxu.com/study/image/loading_s.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. /*可去除*/
  83. color: #ccc;
  84. }
  85. .float_corner .corner_2 {
  86. /*可去除*/
  87. color: #fff;
  88. }
  89. .float_corner_top, .float_corner_bottom {
  90. width: 16px;
  91. height: 8px;
  92. }
  93. .float_corner_top {
  94. line-height: 14px;
  95. }
  96. .float_corner_bottom {
  97. line-height: 17px;
  98. }
  99. .float_corner_left, .float_corner_right {
  100. width: 8px;
  101. height: 16px;
  102. }
  103. .float_corner_top .corner, .float_corner_bottom .corner {
  104. left: 0;
  105. }
  106. .float_corner_right .corner, .float_corner_left .corner{
  107. top: -2px;
  108. }
  109. .float_corner_bottom .corner_1 {
  110. }
  111. .float_corner_bottom .corner_2 {
  112. top: 1px;
  113. }
  114. .float_corner_left .corner_1 {
  115. right: 0;
  116. }
  117. .float_corner_left .corner_2 {
  118. right: 1px;
  119. }
  120. .float_corner_top .corner_1 {
  121. bottom: 0;
  122. }
  123. .float_corner_top .corner_2 {
  124. bottom: 1px;
  125. }
  126. .float_corner_right .corner_2 {
  127. left: 1px;
  128. }