base.css 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. * {
  2. font-size: 12px;
  3. font-family: 'Microsoft Yahei',Arial,Verdana,tahoma,Helvetica,sans-serif;
  4. }
  5. td { line-height: 2; }
  6. body {
  7. font-size: 12px;
  8. line-height: 1.5;
  9. font-family: 'Microsoft Yahei',Arial,Verdana,tahoma,Helvetica,sans-serif;
  10. }
  11. form,h1,h2,h3,ul,ol,div{ margin: 0; padding:0;}
  12. td,th,div {
  13. word-break:break-all;
  14. word-wrap:break-word;
  15. }
  16. b,strong {
  17. color:#666600;
  18. }
  19. li,dd {
  20. list-style-type:none; margin:0px; padding:0px;
  21. }
  22. input[type=button]{
  23. background-color: #F1F8B4;
  24. }
  25. h1 { color:#171B16; font-size:130%; font-weight:bold; }
  26. h2 { color:#171B16; font-size:115%; font-weight:bold; }
  27. h3 { color:#171B16; font-size:100%; font-weight:bold;}
  28. a:link { font-size: 9pt; color: #000000; text-decoration: none; font-family: 'Microsoft Yahei',Arial,Verdana,tahoma,Helvetica,sans-serif; }
  29. a:visited{ font-size: 9pt; color: #000000; text-decoration: none; font-family: 'Microsoft Yahei',Arial,Verdana,tahoma,Helvetica,sans-serif; }
  30. a:hover {color: #25E2C1; font-family: 'Microsoft Yahei',Arial,Verdana,tahoma,Helvetica,sans-serif;}
  31. a img { border-style:none; }
  32. b a {
  33. color:#666600;
  34. }
  35. strong a {
  36. color:#666600;
  37. }
  38. a b{
  39. color:#666600;
  40. }
  41. a strong{
  42. color:#666600;
  43. }
  44. input,textarea,select,option{ border: 1px solid #ababab; padding: 6px 12px;line-height: 1.5;}
  45. .Select-option {
  46. padding: 8px 10px;
  47. }
  48. .pubinputs {
  49. height: 22px;
  50. width:250px;
  51. padding:4px 3px 2px 3px;
  52. border-width:1px;
  53. border-style:solid;
  54. border-color:#999999 #dddddd #dddddd #999999;
  55. }
  56. .iptxt {
  57. height:22px;
  58. padding:4px 3px 2px 3px;
  59. border-width:1px;
  60. border-style:solid;
  61. border-color:#999999 #dddddd #dddddd #999999;
  62. }
  63. .alltxt {
  64. padding:4px 3px 2px 3px;
  65. border-width:1px;
  66. border-style:solid;
  67. border-color:#999999 #dddddd #dddddd #999999;
  68. }
  69. .pubinput {
  70. height: 24px;
  71. width:250px;
  72. padding-top:3px;
  73. padding-bottom:0px;
  74. }
  75. .pubinputl {
  76. height: 24px;
  77. width:350px;
  78. padding-top:3px;
  79. padding-bottom:0px;
  80. }
  81. .np {
  82. border:none;
  83. }
  84. .linerow{border-bottom: 1px solid #ACACAC;}
  85. .coolbg {
  86. border-right: 1px solid #ACACAC;
  87. border-bottom: 1px solid #ACACAC;
  88. background-color: #F1F8B4;
  89. padding:2px;
  90. padding-right:5px;
  91. padding-left:5px;
  92. background: url(allbtbg2.gif) #EFF7D0;
  93. cursor:pointer;
  94. }
  95. .coolbg2 {
  96. border: 1px solid #000000;
  97. background-color: #DFDDD2;
  98. height:18px
  99. }
  100. .ll {
  101. border-right: 2px solid #ACACAC;
  102. border-bottom: 2px solid #ACACAC;
  103. background-color: #E6E6E6
  104. }
  105. .bline {border-bottom: 1px dotted #BCBCBC; height:28px; background-color: #FFFFFF;}
  106. #uploadfield{float:left;}
  107. .bline2 {border-bottom: 1px solid #BCBCBC;}
  108. .coolbt {
  109. border-left: 1px solid #EFEFEF;
  110. border-top: 1px solid #EFEFEF;
  111. border-right: 1px solid #ACACAC;
  112. border-bottom: 1px solid #ACACAC;
  113. background-color: #E4F7D7;
  114. cursor:pointer;
  115. }
  116. .coolbt2 {
  117. border-left: 1px solid #EFEFEF;
  118. border-top: 1px solid #EFEFEF;
  119. border-right: 1px solid #ACACAC;
  120. border-bottom: 1px solid #ACACAC;
  121. background-color: #F7FCDA
  122. }
  123. .coolbg3 {
  124. border: 1px solid #BDC5B4;
  125. background-color: #DFDDD2;
  126. height:20px;
  127. width:140px;
  128. text-align:right;
  129. }
  130. .coolbg61 {
  131. line-height:26px;
  132. width:380px;
  133. border-top:1px solid #BDC5B4;
  134. border-left:1px solid #BDC5B4;
  135. border-right:1px solid #BDC5B4;
  136. height:26px;
  137. text-align:right;
  138. background-color: #E7F3B1;
  139. }
  140. .coolbg62 {
  141. border: 1px solid #BDC5B4;
  142. background-color: #F8FDF0;
  143. height:300px;
  144. width:380px;
  145. padding:5px;
  146. }
  147. .coolbg4 {
  148. border-bottom: 1px solid #C9CFC1;
  149. background-color: #EDEBE5;
  150. height:20px;
  151. width:190px;
  152. text-align:right;
  153. }
  154. .coolbg5 {
  155. border-top: 1px solid #BDC5B4;
  156. background-color: #EDEBE5;
  157. font-size:1pt;
  158. height:6px;
  159. width:190px;
  160. }
  161. .dlg {
  162. border: 2px solid #749F4D;
  163. background-color: #F0FAEB;
  164. padding: 2px;
  165. width: 360px;
  166. line-height:160%;
  167. }
  168. .dlgws {
  169. border: 2px solid #749F4D;
  170. background-color: #F0FAEB;
  171. padding: 2px;
  172. width: 280px;
  173. line-height:160%;
  174. }
  175. .dlgws div {
  176. width: 100%;
  177. }
  178. .dlgTesttitle {
  179. border: 2px solid #749F4D;
  180. background-color: #F0FAEB;
  181. padding: 2px;
  182. width: 200px;
  183. line-height:150%;
  184. }
  185. #_mysource{ z-index:5000; }
  186. #_mywriter{ z-index:6000; }
  187. .option1{ background-color: #DCECA6; }
  188. .option2{ background-color: #F7FBD2; }
  189. .option3{ background-color: #FFFFFF; }
  190. .ininput{
  191. width:96%;
  192. height:20px;
  193. border:1px solid #ffffff;
  194. }
  195. .nbt{
  196. padding: 1px;
  197. background-image:url('allbtbg.gif');
  198. background-color:#ffffff;
  199. border:1px solid #A5AF83;
  200. }
  201. .tdt{
  202. padding-left: 6px;
  203. }
  204. .waitpage
  205. {
  206. top:0;
  207. left:0;
  208. filter:Alpha(opacity=70);
  209. -moz-opacity:0.7;
  210. position:absolute;
  211. z-index:10000;
  212. }
  213. .divpre
  214. {
  215. filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale);
  216. }
  217. .autoinput {
  218. padding-left:3px;
  219. width:90%;
  220. height:22px
  221. }
  222. .bodytitle
  223. {
  224. margin:auto;
  225. height:28px;
  226. border:1px dotted #BFD67C;
  227. background:url('wbg.gif');
  228. margin-bottom:6px;
  229. width:98%;
  230. font-weight:bold;
  231. }
  232. .bodytitle div
  233. {
  234. float:left
  235. }
  236. .bodytitletxt
  237. {
  238. padding-left:6px;
  239. line-height:28px;
  240. }
  241. .tbtitle td{ padding:3px; }
  242. .tblist td{
  243. background:#FFFFFF;
  244. padding:6px;
  245. }
  246. .tblist td.tbsname{
  247. background:#F9FFE6;
  248. padding:6px;
  249. }
  250. .red{
  251. color:#FF0000;
  252. }
  253. input[readonly]{
  254. background-color:#ECECEC;
  255. }
  256. .btn0{
  257. background: #009688;
  258. padding: 5px 10px;
  259. border-radius: 2px
  260. color:#fff;
  261. }
  262. .btn1{
  263. background: #1E9FFF;
  264. padding: 5px 10px;
  265. border-radius: 2px
  266. }
  267. .btn2{
  268. background: #FF5722;
  269. padding: 5px 10px;
  270. border-radius: 2px
  271. }