uuHelper.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. /* 存放css初始化的代码 */
  2. html,body,ul,li,p,h1,h2,h3,form,img {
  3. margin:0;
  4. padding:0;
  5. }
  6. img {
  7. border: none;
  8. }
  9. ul {
  10. list-style: none;
  11. }
  12. input {
  13. padding-top:0;
  14. padding-bottom:0;
  15. border: none;
  16. }
  17. a {
  18. text-decoration: none;
  19. }
  20. body {
  21. }
  22. p {
  23. font-size: 16px;
  24. color: #626262;
  25. text-indent: 2em;
  26. margin: 16px 16px 0px 0px;
  27. }
  28. .fl {
  29. float: left;
  30. }
  31. .fr {
  32. float: right;
  33. }
  34. /*清除浮动*/
  35. .clearfix:after {
  36. content: "";
  37. height: 0;
  38. line-height: 0;
  39. display: block;
  40. visibility: hidden;
  41. clear: both;
  42. }
  43. /*兼容IE6*/
  44. .clearfix {
  45. zoom: 1;
  46. }
  47. .temp{
  48. margin: 50px auto;
  49. width: 900px;
  50. height: 200px;
  51. }
  52. .temp_l{
  53. width:450px;
  54. height:200px;
  55. }
  56. .temp_r{
  57. width:450px;
  58. height:200px;
  59. cursor:pointer;
  60. position: relative;
  61. }
  62. .temp_r:hover{
  63. color:#2867c2;
  64. }
  65. #uuUl .created{
  66. margin: 20px 0px 0px 0px;
  67. font-size: 14px;
  68. color: #626262;
  69. position: absolute;
  70. bottom: 0px;
  71. }
  72. #uuUl .author{
  73. margin: 20px 0px 0px 260px;
  74. font-size: 14px;
  75. color: #626262;
  76. position: absolute;
  77. bottom: 0px;
  78. right: 30px;
  79. }
  80. .thumbnail{
  81. width: 360px;
  82. height: 200px;
  83. }
  84. #uudetail,#uulist{
  85. display:none
  86. }
  87. .Detail_head{
  88. width: auto;
  89. height:auto;
  90. padding: 10px 0px 0px 0px;
  91. }
  92. #uudetail .created{
  93. margin: 0px 0px 0px 0px;
  94. font-size: 14px;
  95. color: #626262;
  96. }
  97. #uudetail .author{
  98. margin: 0px 0px 0px 260px;
  99. font-size: 14px;
  100. color: #626262;
  101. }
  102. #uudetail img{
  103. width:auto;
  104. height:auto;
  105. max-width:50%;
  106. max-height:50%;
  107. }
  108. .Detail_Bottom{
  109. width: auto;
  110. height: 100px;
  111. }
  112. .sideBar{
  113. position:fixed;
  114. right: 20px;
  115. bottom: 100px;
  116. width: 80px;
  117. }
  118. /* 预加载 */
  119. #loading{
  120. width:100px;
  121. height:100px;
  122. margin:0 auto;
  123. -webkit-transform:scale(0.6)
  124. }
  125. #uuloading{
  126. width:100px;
  127. height:100px;
  128. margin:0 auto;
  129. margin-top: 200px;
  130. }
  131. .block{
  132. -moz-border-radius:8px 8px 0px 0px;
  133. -webkit-border-radius:8px 8px 0px 0px;
  134. background-color:#efefef;
  135. height:36px;
  136. width:15px;
  137. float:left;
  138. -webkit-transform:scale(0.4);
  139. -webkit-animation-name: fade;
  140. -webkit-animation-duration: 0.7s;
  141. -webkit-animation-iteration-count: infinite;
  142. -webkit-animation-direction: linear;
  143. }
  144. #rotate_01{
  145. -webkit-transform:rotate(-90deg);
  146. -moz-transform:rotate(-90deg);
  147. margin-left:1px;
  148. margin-top:30px;
  149. -webkit-animation-delay: .3s;
  150. }
  151. #rotate_02{
  152. -webkit-transform:rotate(-45deg);
  153. -moz-transform:rotate(-45deg);
  154. margin-left:-5px;
  155. margin-top:3px;
  156. -webkit-animation-delay: 0.4s;
  157. }
  158. #rotate_03{
  159. -webkit-transform:rotate(0deg);
  160. -moz-transform:rotate(0deg);
  161. margin-left:12px;
  162. margin-top:-8px;
  163. -webkit-animation-delay: 0.5s;
  164. }
  165. #rotate_04{
  166. -webkit-transform:rotate(45deg);
  167. -moz-transform:rotate(45deg);
  168. margin-left:14px;
  169. margin-top:3px;
  170. -webkit-animation-delay: 0.6s;
  171. }
  172. #rotate_05{
  173. -webkit-transform:rotate(90deg);
  174. -moz-transform:rotate(90deg);
  175. margin-left:-4px;
  176. margin-top:30px;
  177. -webkit-animation-delay: 0.7s;
  178. }
  179. #rotate_06{
  180. -webkit-transform:rotate(135deg);
  181. -moz-transform:rotate(135deg);
  182. margin-left:68px;
  183. margin-top:-8px;
  184. -webkit-animation-delay: 0.8s;
  185. }
  186. #rotate_07{
  187. -webkit-transform:rotate(180deg);
  188. -moz-transform:rotate(180deg);
  189. margin-left:-43px;
  190. margin-top:2px;
  191. -webkit-animation-delay: 0.9s;
  192. }
  193. #rotate_08{
  194. -webkit-transform:rotate(-135deg);
  195. -moz-transform:rotate(-135deg);
  196. margin-left:-72px;
  197. margin-top:-8px;
  198. -webkit-animation-delay: 1s;
  199. }
  200. @-webkit-keyframes fade{
  201. 0%{background-color:#333;}
  202. 100%{background-color:#efefef;}
  203. }