flow.css 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. * {
  2. word-wrap: break-word;
  3. }
  4. body,html {
  5. background: none;
  6. }
  7. body,input,button,select,table,textarea {
  8. font: 12px/1.5 Tahoma, Helvetica, 'SimSun', sans-serif;
  9. color: #444;
  10. }
  11. body,ul,ol,li,dl,dd,p,h1,h2,h3,h4,h5,h6,form,fieldset,.pr,.pc {
  12. margin: 0;
  13. padding: 0;
  14. }
  15. fieldset {
  16. margin: 10px;
  17. padding: 0px;
  18. padding-bottom: 10px;
  19. }
  20. * {
  21. margin: 0px;
  22. padding: 0px;
  23. }
  24. .navbar {
  25. color: #999999;
  26. overflow: visible;
  27. margin: 3px 0;
  28. height: auto;
  29. width: 1000px;
  30. margin: 0px auto;
  31. }
  32. .navbar-inner1 {
  33. padding-left: 20px;
  34. height: 37px;
  35. width: 950px;
  36. margin: 0px 20px 3px 10px;
  37. padding-top: 3px;
  38. background: #fff url(little_column_bg.jpg) repeat-x bottom left;
  39. background-repeat: repeat-x;
  40. -webkit-border-radius: 0px;
  41. -moz-border-radius: 0px;
  42. border-radius: 0px;
  43. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0
  44. rgba(0, 0, 0, 0.1);
  45. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0
  46. rgba(0, 0, 0, 0.1);
  47. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0
  48. rgba(0, 0, 0, 0.1);
  49. display: block;
  50. z-index: 100;
  51. overflow: visible;
  52. position: fixed;
  53. top: 0px;
  54. }
  55. .navbar-inner2 {
  56. margin-top: 45px;
  57. color: #000000;
  58. line-height: 40px;
  59. font-size: 18px;
  60. font-weight: bold;
  61. text-indent: 1em;
  62. width: 970px;
  63. margin-left: 10px;
  64. margin-right: 20px;
  65. background: #89B5E9;
  66. background-repeat: repeat-x;
  67. -webkit-border-radius: 0px;
  68. -moz-border-radius: 0px;
  69. border-radius: 0px;
  70. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0
  71. rgba(0, 0, 0, 0.1);
  72. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0
  73. rgba(0, 0, 0, 0.1);
  74. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0
  75. rgba(0, 0, 0, 0.1);
  76. }
  77. .btn,.btn-static {
  78. display: inline-block;
  79. padding: 4px 6px;
  80. margin-bottom: 0;
  81. font-size: 13px;
  82. line-height: 18px;
  83. color: #333333;
  84. text-align: center;
  85. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  86. vertical-align: middle;
  87. background-color: #f5f5f5;
  88. background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  89. background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  90. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff),
  91. to(#e6e6e6) );
  92. background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  93. background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  94. background-image: linear-gradient(top, #ffffff, #e6e6e6);
  95. background-repeat: repeat-x;
  96. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
  97. endColorstr='#e6e6e6', GradientType=0 );
  98. border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  99. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  100. filter: progid:dximagetransform.microsoft.gradient(enabled=false );
  101. border: 1px solid #cccccc;
  102. border-bottom-color: #b3b3b3;
  103. -webkit-border-radius: 0px;
  104. -moz-border-radius: 0px;
  105. border-radius: 0px;
  106. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
  107. rgba(0, 0, 0, 0.05);
  108. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
  109. rgba(0, 0, 0, 0.05);
  110. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
  111. rgba(0, 0, 0, 0.05);
  112. cursor: pointer;
  113. }
  114. .corner_12,.corner_23,.corner_34,.corner_41 {
  115. width: 30px;
  116. height: 30px;
  117. border: 1px solid #A0A0A0;
  118. }
  119. .wf_shadow {
  120. -moz-box-shadow: 2px 2px 10px #999;
  121. -webkit-box-shadow: 2px 2px 10px #999;
  122. box-shadow: 2px 2px 10px #999;
  123. margin-right: 10px;
  124. padding: 60px 40px;
  125. border: 1px solid #999;
  126. background: white;
  127. }
  128. .corner_41 {
  129. margin: -30px 0 0 -30px;
  130. border-width: 0 1px 1px 0;
  131. }
  132. .corner_12 {
  133. margin: -30px -30px 0 0;
  134. border-width: 0 0 1px 1px;
  135. }
  136. .corner_23 {
  137. margin: 0 -30px -30px 0;
  138. border-width: 1px 0 0 1px;
  139. clear: both;
  140. }
  141. .corner_34 {
  142. margin: 0 0 -30px -30px;
  143. border-width: 1px 1px 0 0;
  144. clear: both;
  145. }
  146. .wp {
  147. margin: 0 auto;
  148. width: 98%;
  149. }
  150. .z {
  151. float: left;
  152. }
  153. .y {
  154. float: right;
  155. }
  156. #word_temp .wp {
  157. width: auto;
  158. }
  159. .width960 div.wp,.width960 #word_temp .wp {
  160. width: 1000px
  161. }
  162. p.back-to-top {
  163. border: 1px solid #000000;
  164. height: 20px;
  165. width: 70px;
  166. padding-left: 5px;
  167. position: fixed;
  168. display: none;
  169. bottom: 100px;
  170. right: 120px;
  171. }
  172. p#top1 {
  173. bottom: 150px;
  174. right: 40px;
  175. }
  176. p#top2 {
  177. bottom: 125px;
  178. right: 40px;
  179. }
  180. p#top3 {
  181. bottom: 100px;
  182. right: 40px;
  183. }
  184. p#top4 {
  185. bottom: 75px;
  186. right: 40px;
  187. }
  188. p#top5{
  189. bottom: 50px;
  190. right: 40px;
  191. }
  192. p#top6 {
  193. bottom: 25px;
  194. right: 40px;
  195. }
  196. p.back-to-top a {
  197. text-align: center;
  198. text-decoration: none;
  199. color: #000;
  200. display: block;
  201. width: 70px;
  202. -moz-transition: color 1s;
  203. -webkit-transition: color 1s;
  204. -o-transition: color 1s;
  205. }
  206. p.back-to-top a span {
  207. float: left;
  208. background: transparent url(top.png) no-repeat bottom center;
  209. display: block;
  210. height: 15px;
  211. width: 15px;
  212. margin-bottom: 5px;
  213. -moz-transition: background 1s;
  214. -webkit-transition: background 1s;
  215. -o-transition: background 1s;
  216. }
  217. p.back-to-top a {
  218. text-align: left;
  219. /*color: #666;*/
  220. }
  221. /****************/
  222. /*
  223. p#back-to-top1 a {
  224. text-align: center;
  225. text-decoration: none;
  226. color: #000;
  227. display: block;
  228. width: 70px;
  229. -moz-transition: color 1s;
  230. -webkit-transition: color 1s;
  231. -o-transition: color 1s;
  232. }
  233. p#back-to-top1 a span {
  234. float: left;
  235. background: transparent url(../top.png) no-repeat bottom center;
  236. display: block;
  237. height: 15px;
  238. width: 15px;
  239. margin-bottom: 5px;
  240. -moz-transition: background 1s;
  241. -webkit-transition: background 1s;
  242. -o-transition: background 1s;
  243. }
  244. p#back-to-top1 a {
  245. text-align: center;
  246. color: #666;
  247. }
  248. */