flow.css 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385
  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 !important;
  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. .navbar1 {
  33. color: #999999;
  34. overflow: visible;
  35. /* margin: 3px 0; */
  36. height: auto;
  37. /* width: 1000px; */
  38. /* margin: 0px auto; */
  39. }
  40. .navbar-inner1 {
  41. padding-left: 20px;
  42. height: 37px;
  43. width: 100%;
  44. /* margin: 0px 20px 3px 10px; */
  45. padding-top: 3px;
  46. background-color: #f4f6ef;
  47. /* background: #fff url(little_column_bg.jpg) repeat-x bottom left; */
  48. /* background-repeat: repeat-x; */
  49. -webkit-border-radius: 0px;
  50. -moz-border-radius: 0px;
  51. border-radius: 0px;
  52. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0
  53. rgba(0, 0, 0, 0.1);
  54. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0
  55. rgba(0, 0, 0, 0.1);
  56. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0
  57. rgba(0, 0, 0, 0.1);
  58. display: block;
  59. z-index: 100;
  60. overflow: visible;
  61. position: fixed;
  62. top: 0px;
  63. }
  64. .navbar-inner2 {
  65. margin-top: 45px;
  66. color: #000000;
  67. line-height: 40px;
  68. font-size: 18px;
  69. font-weight: bold;
  70. text-indent: 1em;
  71. width: 970px;
  72. margin-left: 10px;
  73. margin-right: 20px;
  74. background: #89B5E9;
  75. background-repeat: repeat-x;
  76. -webkit-border-radius: 0px;
  77. -moz-border-radius: 0px;
  78. border-radius: 0px;
  79. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0
  80. rgba(0, 0, 0, 0.1);
  81. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0
  82. rgba(0, 0, 0, 0.1);
  83. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0
  84. rgba(0, 0, 0, 0.1);
  85. }
  86. .btn,.btn-static {
  87. display: inline-block;
  88. padding: 4px 6px;
  89. margin-bottom: 0;
  90. font-size: 13px;
  91. line-height: 18px;
  92. color: #333333;
  93. text-align: center;
  94. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  95. vertical-align: middle;
  96. background-color: #f5f5f5;
  97. background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  98. background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  99. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff),
  100. to(#e6e6e6) );
  101. background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  102. background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  103. background-image: linear-gradient(top, #ffffff, #e6e6e6);
  104. background-repeat: repeat-x;
  105. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
  106. endColorstr='#e6e6e6', GradientType=0 );
  107. border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  108. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  109. filter: progid:dximagetransform.microsoft.gradient(enabled=false );
  110. border: 1px solid #cccccc;
  111. border-bottom-color: #b3b3b3;
  112. -webkit-border-radius: 0px;
  113. -moz-border-radius: 0px;
  114. border-radius: 0px;
  115. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
  116. rgba(0, 0, 0, 0.05);
  117. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
  118. rgba(0, 0, 0, 0.05);
  119. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
  120. rgba(0, 0, 0, 0.05);
  121. cursor: pointer;
  122. }
  123. .corner_12,.corner_23,.corner_34,.corner_41 {
  124. width: 30px;
  125. height: 30px;
  126. border: 1px solid #A0A0A0;
  127. }
  128. .wf_shadow {
  129. -moz-box-shadow: 2px 2px 10px #999;
  130. -webkit-box-shadow: 2px 2px 10px #999;
  131. box-shadow: 2px 2px 10px #999;
  132. margin-right: 10px;
  133. padding: 60px 40px;
  134. border: 1px solid #999;
  135. background: white;
  136. }
  137. .wf_shadow1 {
  138. /* -moz-box-shadow: 2px 2px 10px #999; */
  139. /* -webkit-box-shadow: 2px 2px 10px #999; */
  140. /* box-shadow: 2px 2px 10px #999; */
  141. margin: 5px 20px 5px 20px;
  142. padding: 15px 15px;
  143. border: 1px solid #999;
  144. background: white;
  145. min-height: 60px;
  146. }
  147. .wf_shadow1:hover {
  148. -moz-box-shadow: 2px 2px 10px #999;
  149. -webkit-box-shadow: 2px 2px 10px #999;
  150. box-shadow: 2px 2px 10px #999;
  151. margin: 5px 20px 5px 20px;
  152. padding: 16px 16px;
  153. border: 1px solid #999;
  154. background: white;
  155. min-height: 60px;
  156. }
  157. .corner_41 {
  158. margin: -30px 0 0 -30px;
  159. border-width: 0 1px 1px 0;
  160. }
  161. .corner_12 {
  162. margin: -30px -30px 0 0;
  163. border-width: 0 0 1px 1px;
  164. }
  165. .corner_23 {
  166. margin: 0 -30px -30px 0;
  167. border-width: 1px 0 0 1px;
  168. clear: both;
  169. }
  170. .corner_34 {
  171. margin: 0 0 -30px -30px;
  172. border-width: 1px 1px 0 0;
  173. clear: both;
  174. }
  175. .wp {
  176. margin: 0 auto;
  177. width: 98%;
  178. }
  179. .z {
  180. float: left;
  181. }
  182. .y {
  183. float: right;
  184. }
  185. #word_temp .wp {
  186. width: auto;
  187. }
  188. .width960 div.wp,.width960 #word_temp .wp {
  189. width: 1000px
  190. }
  191. p.back-to-top {
  192. border: 1px solid #000000;
  193. height: 20px;
  194. width: 70px;
  195. padding-left: 5px;
  196. position: relative;
  197. display: none;
  198. margin-top: 3px;
  199. /* bottom: 100px; */
  200. /* right: 120px; */
  201. }
  202. /* p#top1 { */
  203. /* bottom: 150px; */
  204. /* right: 40px; */
  205. /* } */
  206. /* p#top2 { */
  207. /* bottom: 125px; */
  208. /* right: 40px; */
  209. /* } */
  210. /* p#top3 { */
  211. /* bottom: 100px; */
  212. /* right: 40px; */
  213. /* } */
  214. /* p#top4 { */
  215. /* bottom: 75px; */
  216. /* right: 40px; */
  217. /* } */
  218. /* p#top5{ */
  219. /* bottom: 50px; */
  220. /* right: 40px; */
  221. /* } */
  222. /* p#top6 { */
  223. /* bottom: 25px; */
  224. /* right: 40px; */
  225. /* } */
  226. p.back-to-top a {
  227. text-align: center;
  228. text-decoration: none;
  229. color: #000;
  230. display: block;
  231. width: 70px;
  232. -moz-transition: color 1s;
  233. -webkit-transition: color 1s;
  234. -o-transition: color 1s;
  235. }
  236. p.back-to-top a span {
  237. float: left;
  238. background: transparent url(top.png) no-repeat bottom center;
  239. display: block;
  240. height: 15px;
  241. width: 15px;
  242. margin-bottom: 5px;
  243. -moz-transition: background 1s;
  244. -webkit-transition: background 1s;
  245. -o-transition: background 1s;
  246. }
  247. p.back-to-top a {
  248. text-align: left;
  249. /*color: #666;*/
  250. }
  251. /****************/
  252. /*
  253. p#back-to-top1 a {
  254. text-align: center;
  255. text-decoration: none;
  256. color: #000;
  257. display: block;
  258. width: 70px;
  259. -moz-transition: color 1s;
  260. -webkit-transition: color 1s;
  261. -o-transition: color 1s;
  262. }
  263. p#back-to-top1 a span {
  264. float: left;
  265. background: transparent url(../top.png) no-repeat bottom center;
  266. display: block;
  267. height: 15px;
  268. width: 15px;
  269. margin-bottom: 5px;
  270. -moz-transition: background 1s;
  271. -webkit-transition: background 1s;
  272. -o-transition: background 1s;
  273. }
  274. p#back-to-top1 a {
  275. text-align: center;
  276. color: #666;
  277. }
  278. */
  279. .flowText{
  280. margin-top: 4px;
  281. margin-bottom: 2px;
  282. }
  283. .fieldIcon {
  284. /* border: 1px solid; */
  285. width: 970px;
  286. -moz-box-shadow: 2px 2px 10px #999;
  287. -webkit-box-shadow: 2px 2px 10px #999;
  288. box-shadow: 2px 2px 10px #999;
  289. }
  290. .l-table-edit-text{
  291. padding-left: 10px;
  292. }
  293. .l-table-edit{
  294. margin-left: 20px;
  295. width: 930px !important;
  296. }
  297. .marginleft60{
  298. margin-left: 60px;
  299. }
  300. .icon-top{
  301. /* border: 1px solid #0a2b4d; */
  302. border-bottom: 1px solid #89B5E9;
  303. border-left: 1px solid #89B5E9;
  304. border-right: 1px solid #89B5E9;
  305. }
  306. .fieldsettop{
  307. width: 970px; background-color: #89B5E9; margin-bottom: 20px;
  308. }
  309. [id^="file_fileId"]{
  310. width: 400px;
  311. }
  312. .blueFont12px{
  313. color: blue;
  314. font-size: 12px;
  315. }
  316. .blueFont{
  317. color: blue;
  318. }
  319. .l-dialog-win .l-dialog-content{
  320. padding-top: 0px !important;
  321. }
  322. .zb{
  323. position: absolute;
  324. top: 0px;
  325. filter: alpha(opacity = 60);
  326. -moz-opacity: 0.6;
  327. opacity: 0.6;
  328. background-color: #777;
  329. z-index: 9;
  330. left: 0px;
  331. display: none;
  332. }
  333. .zb_flowimg{
  334. position: absolute;
  335. z-index: 10;
  336. background-color: #fff;
  337. display: none;
  338. }