fweditgrid.css 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. .fweditgrid{
  2. height:220px;
  3. width:100%;
  4. }
  5. .fweditgrid-wrap{
  6. position:relative;
  7. border:1px solid #99BBE8;
  8. }
  9. .fweditgrid-pager{
  10. zoom:1;
  11. background:#efefef;
  12. /*position:relative;*/
  13. }
  14. .fweditgrid-pager table{
  15. float:left;
  16. }
  17. .fweditgrid-title-text{
  18. color:#15428b;
  19. font-weight:bold;
  20. padding-left:5px;
  21. }
  22. .fweditgrid-title-with-icon{
  23. padding-left:22px;
  24. }
  25. .fweditgrid-title-icon{
  26. position:absolute;
  27. width:16px;
  28. height:16px;
  29. left:3px;
  30. top:4px!important;
  31. top:6px;
  32. }
  33. .fweditgrid-toolbar{
  34. height:28px;
  35. background:#efefef;
  36. padding:1px 2px;
  37. border-bottom:1px solid #ccc;
  38. }
  39. .fweditgrid-btn-separator{
  40. float:left;
  41. height:24px;
  42. border-left:1px solid #ccc;
  43. border-right:1px solid #fff;
  44. margin:2px 1px;
  45. }
  46. .fweditgrid-header-opr{
  47. width:65px;
  48. text-align:center;
  49. margin:0px;
  50. padding:3px 0px;
  51. }
  52. .fweditgrid-cell-opr{
  53. width:65px;
  54. text-align:center;
  55. margin:0px;
  56. padding:3px 0px;
  57. }
  58. .fweditgrid-cell-subs{
  59. text-align:right;
  60. background-color:#FBE17A;
  61. }
  62. .fweditgrid-row-alt,.fweditgrid-row-alt input{
  63. background:#EEEEFF;
  64. }
  65. .fweditgrid-row,.fweditgrid-row input{
  66. background:white;
  67. }
  68. .fweditgrid-row-over{
  69. background:#D0E5F5;
  70. background1:#FBEC88;
  71. cursor:default;
  72. }
  73. .fweditgrid-row-selected{
  74. background:#FBEC88;
  75. }
  76. .fweditgrid-resize-proxy{
  77. position:absolute;
  78. width:1px;
  79. top:0;
  80. height:10000px;
  81. background:red;
  82. cursor:e-resize;
  83. display:none;
  84. }
  85. .fweditgrid-info{
  86. float:right;
  87. padding-right:6px;
  88. padding-top:8px;
  89. font-size:12px;
  90. }
  91. .gltcombox-panel{
  92. overflow:hidden;
  93. position:absolute;
  94. white-space:nowrap;
  95. margin:0;
  96. padding:0;
  97. border: #B5B8C8 1px solid;
  98. background-color:white;
  99. width:100%;
  100. }
  101. .gltcombox-panel-body{
  102. padding:2px;
  103. font-size:12px;
  104. padding:3px;
  105. padding-right:0px;
  106. cursor:pointer;
  107. }
  108. .gltcombox-item-hover{
  109. background:#3399FF;
  110. color:white;
  111. }
  112. .gltcombox-item-selected{
  113. background:#FBEC88;
  114. }
  115. .gltcombox-item{
  116. padding:2px;
  117. font-size:12px;
  118. padding:3px;
  119. padding-right:0px;
  120. cursor:pointer;
  121. }
  122. .gtltextbox{
  123. border: #B5B8C8 1px solid;
  124. color: #000000;
  125. width:100%;
  126. height:21px;
  127. background-color:white;
  128. }
  129. .fweditgrid-page-list{
  130. border: #B5B8C8 1px solid;
  131. color: #000000;
  132. width:50px;
  133. height:18px;
  134. background-color:white;
  135. text-align:center;
  136. }
  137. .fweditgrid-btn-separator{
  138. float:left;
  139. height:24px;
  140. border-left:1px solid #ccc;
  141. border-right:1px solid #fff;
  142. margin:3px 1px;
  143. }
  144. .fweditgrid-num{
  145. text-align:center;
  146. border:1px solid #ccc;
  147. margin:0 2px;
  148. height:18px;
  149. background-color:white;
  150. }
  151. .fweditgrid-page-list{
  152. margin:0px 6px;
  153. }
  154. .fweditgrid-info{
  155. float:right;
  156. padding-right:6px;
  157. padding-top:8px;
  158. font-size:12px;
  159. }
  160. .fweditgrid-first{
  161. background:url('images/pagination_first.gif') no-repeat;
  162. }
  163. .fweditgrid-prev{
  164. background:url('images/pagination_prev.gif') no-repeat;
  165. }
  166. .fweditgrid-next{
  167. background:url('images/pagination_next.gif') no-repeat;
  168. }
  169. .fweditgrid-last{
  170. background:url('images/pagination_last.gif') no-repeat;
  171. }
  172. .fweditgrid-load{
  173. background:url('images/pagination_load.png') no-repeat;
  174. }
  175. .fweditgrid-loading{
  176. background:url('images/pagination_loading.gif') no-repeat;
  177. }
  178. .fweditgrid-mask{
  179. position:absolute;
  180. left:0;
  181. top:0;
  182. display:none;
  183. }
  184. .fweditgrid-mask-msg{
  185. position:absolute;
  186. cursor:wait;
  187. left:100px;
  188. top:50px;
  189. width:auto;
  190. height:16px;
  191. padding:12px 5px 10px 30px;
  192. background:#fff url('images/fweditgrid_loading.gif') no-repeat scroll 5px 10px;
  193. border:2px solid #6593CF;
  194. color:#222;
  195. display:none;
  196. }
  197. .fweditgrid-mask-msg2{
  198. position:absolute;
  199. cursor1:wait;
  200. left:100px;
  201. top:50px;
  202. width:auto;
  203. height:16px;
  204. padding:5px 5px 5px 5px;
  205. border:2px solid #6593CF;
  206. color:#222;
  207. display:none;
  208. }
  209. .fweditgrid-excel{
  210. background:url('images/excel.png') no-repeat;
  211. }
  212. .fweditgrid-text{
  213. background:url('images/text.png') no-repeat;
  214. }
  215. .fweditgrid-pdf{
  216. background:url('images/pdf.gif') no-repeat;
  217. }
  218. .fweditgrid-csv{
  219. background:url('images/csv.png') no-repeat;
  220. }
  221. .fweditgrid-dbf{
  222. background:url('images/dbf.png') no-repeat;
  223. }
  224. /*整个grid的数据区*/
  225. .fweditgrid-view{
  226. overflow:auto;
  227. }
  228. .fweditgrid-view table{
  229. border-collapse:collapse;
  230. }
  231. .fweditgrid-view th.fweditgrid-header-over{
  232. background:#71AED0;
  233. }
  234. .fweditgrid-th-opr{
  235. border-right:1px solid #ccc;
  236. border-bottom:1px solid #ccc;
  237. background:#3299CC;
  238. color:white;
  239. width:65px;
  240. text-align:center;
  241. margin:0px;
  242. padding:3px 0px;
  243. position: relative;
  244. left: expression(this.parentElement.parentElement.parentElement.parentElement.scrollLeft);
  245. z-index:0;
  246. }
  247. .fweditgrid-th-fixed{
  248. border-right:1px solid #ccc;
  249. font-size:12px;
  250. font-weight:bold;
  251. background:#3299CC;
  252. border-bottom:1px solid #ccc;
  253. color:white;
  254. text-align:center;
  255. position: relative;
  256. left: expression(this.parentElement.parentElement.parentElement.parentElement.scrollLeft);
  257. z-index:0;
  258. }
  259. .fweditgrid-th-rownum{
  260. border-right:1px solid #ccc;
  261. border-bottom:1px solid #ccc;
  262. width:25px;
  263. background:#3299CC;
  264. position: relative;
  265. left: expression(this.parentElement.parentElement.parentElement.parentElement.scrollLeft);
  266. z-index:0;
  267. }
  268. .fweditgrid-th{
  269. border-right:1px solid #ccc;
  270. font-size:12px;
  271. font-weight:bold;
  272. background:#3299CC;
  273. border-bottom:1px solid #ccc;
  274. color:white;
  275. text-align:center;
  276. }
  277. .fweditgrid-header-tr{
  278. position: relative;
  279. top: expression(this.parentElement.parentElement.parentElement.scrollTop);
  280. z-index:2;
  281. }
  282. .fweditgrid-header-group{
  283. position: relative;
  284. top: expression(this.parentElement.parentElement.parentElement.scrollTop);
  285. z-index:2;
  286. }
  287. .fweditgrid-td-fixed{
  288. font-size:12px;
  289. border-right:1px solid #ccc;
  290. border-bottom:1px solid #ccc;
  291. padding:1px 2px;
  292. word-wrap:break-word;
  293. margin:0;
  294. position: relative;
  295. left: expression(this.parentElement.parentElement.parentElement.parentElement.scrollLeft);
  296. z-index:0;
  297. background:white;
  298. }
  299. .fweditgrid-td{
  300. font-size:12px;
  301. border-right:1px solid #ccc;
  302. border-bottom:1px solid #ccc;
  303. margin:0;
  304. padding:1px 2px;
  305. word-wrap:break-word;
  306. }
  307. .fweditgrid-td-rownumber{
  308. border-right:1px solid #ccc;
  309. border-bottom:1px solid #ccc;
  310. background:#fafafa url('images/number_header_bg.gif') repeat-x left bottom;
  311. width:25px;
  312. text-align:center;
  313. margin:0px;
  314. padding:1px 2px;
  315. position: relative;
  316. left: expression(this.parentElement.parentElement.parentElement.parentElement.scrollLeft);
  317. z-index:0;
  318. }
  319. .fweditgrid-td-opr{
  320. text-align:center;
  321. font-size:12px;
  322. border-right:1px solid #ccc;
  323. border-bottom:1px solid #ccc;
  324. margin:0;
  325. padding:1px 2px;
  326. word-wrap:break-word;
  327. position: relative;
  328. left: expression(this.parentElement.parentElement.parentElement.parentElement.scrollLeft);
  329. z-index:0;
  330. }
  331. .fweditgrid-resize{
  332. width:1px;
  333. margin:0px 0 0px 0;
  334. background:white;
  335. border:0px;
  336. float:right;
  337. cursor:e-resize;
  338. vertical-align:top;
  339. text-align:right;
  340. }
  341. .fweditgrid-div{
  342. color:white;
  343. text-align:center;
  344. white-space:nowrap;
  345. word-wrap:normal;
  346. overflow:hidden;
  347. }