fweditgrid.css 7.6 KB

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