UU跑腿标准版

grid.css 6.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. .l-scroll {
  2. scrollbar-face-color: white;
  3. scrollbar-highlight-color: #D6D6D6;
  4. scrollbar-shadow-color: #D6D6D6;
  5. scrollbar-3dlight-color: white;
  6. scrollbar-arrow-color: #D6D6D6;
  7. scrollbar-track-color: white;
  8. scrollbar-darkshadow-color: white;
  9. SCROLLBAR-BASE-COLOR:#F1F1F1;
  10. }
  11. /* -----------------------
  12. * 表格 *
  13. * ----------------------- */
  14. .l-grid-loading
  15. {
  16. border:1px solid #D6D6D6;
  17. background-image: url('../images/ui/loading2.gif');
  18. }
  19. .l-panel {
  20. border: 1px solid #D6D6D6;
  21. }
  22. .l-panel-header {
  23. background-image:none; background-color:#F0F0F0; border-bottom:1px solid #D6D6D6;
  24. color: #333333;
  25. font-size: 12px;
  26. font-weight: bold;
  27. height: 28px;
  28. }
  29. .l-panel-header-text {
  30. line-height: 24px;
  31. padding-left: 15px;
  32. }
  33. .l-grid{ background-color:White;}
  34. .l-grid-header
  35. {
  36. border-bottom:1px solid #D6D6D6;
  37. height:24px; line-height:22px; background:#F1F1F1 url('../images/ui/gridalt.gif') top repeat-x;
  38. }
  39. .l-grid-hd-cell-mul
  40. {
  41. border-bottom: 1px solid #DFDFDF;
  42. }
  43. .l-grid-hd-cell-btn
  44. {
  45. position:absolute; right:0px; top:0px; overflow:hidden; border-left:1px solid #C1D6F0; cursor:pointer;
  46. }
  47. .l-grid-hd-cell-text
  48. {
  49. text-align:center; cursor:pointer; font-weight:bold;
  50. }
  51. .l-grid-hd-cell
  52. {
  53. padding:0; margin:0;overflow:hidden;
  54. border-right:1px solid #DFDFDF;
  55. text-align:center;
  56. }
  57. .l-grid-totalsummary
  58. {
  59. border-bottom:1px solid #DFDFDF; background:#EEF3FF; padding-top:5px; padding-bottom:5px;
  60. }
  61. .l-grid-totalsummary td
  62. {
  63. border-right:1px solid #EEF3FF; text-align:center;line-height: 23px;
  64. }
  65. .l-grid-totalsummary .l-grid-totalsummary-cell-last
  66. { border-right:1px solid #DFDFDF;
  67. }
  68. .l-grid-totalsummary .l-grid-totalsummary-cell-inner
  69. {
  70. margin-left:3px; margin-right:3px; min-height:23px;_height:23px;
  71. }
  72. .l-grid-totalsummary .l-grid-totalsummary-cell-inner div
  73. {
  74. height:22px; line-height:22px;
  75. }
  76. /*
  77. detail
  78. */
  79. .l-grid-row-cell-detail .l-grid-row-cell-inner span {
  80. background-image: url("../images/ui/grid-detail-close.gif");
  81. }
  82. .l-grid-row-cell-detail .l-grid-row-cell-inner span.l-open {
  83. background-image: url("../images/ui/grid-detail-open.gif");
  84. }
  85. .l-grid-detailpanel
  86. {
  87. border-right:1px solid #DFDFDF;border-bottom:1px solid #DFDFDF;
  88. }
  89. .l-grid-detailpanel-inner
  90. {
  91. overflow:auto; margin-bottom:2px;
  92. }
  93. .l-grid-row-alt .l-grid-row-cell
  94. {
  95. background:#F5F5F5 url('../images/ui/gridalt.gif') top repeat-x;
  96. }
  97. .l-grid-row-over .l-grid-row-cell,.l-grid-row-over
  98. {
  99. background:#EAEAEA
  100. }
  101. .l-selected .l-grid-row-cell,.l-selected
  102. {
  103. background:#DEE4EC
  104. }
  105. .l-selected .l-grid-row-cell{
  106. border-right: 1px solid #D1D9E4;
  107. }
  108. .l-grid-row-cell
  109. {
  110. overflow:hidden;
  111. border-right:1px solid #DFDFDF;border-bottom:1px solid #DFDFDF;
  112. text-align:center;overflow:hidden;
  113. }
  114. .l-grid-row-last .l-grid-row-cell
  115. {border-bottom:none;
  116. }
  117. .l-grid-row-cell-last
  118. {
  119. }
  120. .l-grid-row-cell-inner
  121. {
  122. text-align:center;line-height:22px; min-height:22px; _height:22px;
  123. margin-left:3px; margin-right:3px; overflow:hidden;
  124. }
  125. .l-grid-row-cell-inner-fixedheight
  126. {
  127. height:22px;
  128. }
  129. .l-panel-bar
  130. {
  131. background:white url('../images/ui/gridbar.jpg') repeat-x; height:28px; line-height:28px;overflow:hidden;
  132. border-top:1px solid #D6D6D6;
  133. }
  134. .l-panel-bbar-inner
  135. {
  136. margin-top: 3px;
  137. padding-left: -2px;
  138. width:100%; position:relative; min-width:530px;_width:530px;
  139. }
  140. .l-bar-message
  141. {
  142. position:absolute; right:0px;
  143. }
  144. .l-bar-group {
  145. float: left;
  146. background: none;
  147. height: 31px;
  148. }
  149. .l-bar-right
  150. {
  151. float:right;
  152. }
  153. .l-bar-separator {
  154. float: left;
  155. height: 18px;
  156. border-left: 1px solid #9AC6FF;
  157. border-right: 1px solid white;
  158. margin: 2px;
  159. }
  160. .pcontrol{ margin-top:0px;}
  161. .l-bar-button {
  162. float: left;
  163. width: 22px;
  164. height: 22px;
  165. border: 0px;
  166. cursor: pointer;
  167. overflow: hidden;
  168. }
  169. /*
  170. grouping
  171. */
  172. .l-grid .l-grid-grouprow{ border-right:1px solid #DFDFDF}
  173. .l-grid .l-grid-grouprow-cell{ padding:6px; border-bottom:1px solid #DFDFDF; background:#EAF3FF;}
  174. .l-grid .l-grid-totalsummary-group td{ background-color:#F5EEFB; border-color:#F5EEFB;}
  175. /*
  176. foot total
  177. */
  178. .l-panel-bar-total{ background:#F5F9FF; padding:8px; border-top:1px solid #84A0C4;}
  179. /*
  180. tree grid
  181. */
  182. .l-grid-tree-space
  183. {
  184. width:18px; height:20px; line-height:20px; overflow:hidden; float:left;
  185. }
  186. /*
  187. frozen grid
  188. */
  189. .l-grid1{ display:none;}
  190. .l-grid1 .l-grid-body{overflow:hidden;}
  191. .l-grid1 .l-grid-detailpanel{border-right:1px solid white;}
  192. .l-frozen .l-grid2{position:absolute; top:0px; left:0px; width:100%; }
  193. .l-frozen .l-grid2 .l-grid-body{overflow-x:auto;}
  194. .l-frozen .l-grid1{position:absolute; top:0px; left:0px;display:block;}
  195. /*
  196. 搜索栏
  197. */
  198. .l-panel-search
  199. {height:28px; padding-top:3px; padding-left:3px;
  200. border-left:1px solid #99BBE8; border-right:1px solid #99BBE8;
  201. }
  202. .l-panel-search-item
  203. {
  204. float:left; margin-left:5px;
  205. }
  206. /*
  207. 编辑
  208. */
  209. .l-grid-row-cell-editing-topcell {border-bottom-color:#B6B6B6;}
  210. .l-grid-row-cell-editing-leftcell {border-right-color:#B6B6B6;}
  211. .l-panel td.l-grid-row-cell-editing{ border-color:#B6B6B6; background:#EBF2FB url('../images/ui/grideditor.gif') top repeat-x;}
  212. .l-panel td.l-grid-row-cell-editing .l-text,.l-panel td.l-grid-row-cell-editing .l-text-wrapper{ margin-left:2px;}
  213. .l-grid-row-cell .l-text,.l-grid-editor .l-text{
  214. border:1px solid #D3D3D3;
  215. border-left:none;
  216. border-right:none;
  217. }
  218. .l-grid-row-cell .l-text-invalid, .l-grid-editor .l-text-invalid {border: 1px solid #F77;}
  219. .l-grid-detailpanel-edit{ padding-top:7px;padding-bottom:3px; background-color:#FAFAFF;}
  220. .l-grid-detailpanel .l-editbox{ float:left; margin:2px;margin-left:6px; margin-right:10px;}
  221. .l-grid-detailpanel .l-button{float:left;margin:2px;margin-left:4px; margin-right:6px;}
  222. .l-grid-detailpanel .l-clear{ clear:both;}
  223. .l-grid-row-alt .l-grid-row-cell-rownumbers,.l-selected .l-grid-row-cell-rownumbers,.l-grid-row-over .l-grid-row-cell-rownumbers,.l-grid-row-cell-rownumbers{ background:#F1F1F1; }
  224. /*
  225. 顶部工具条
  226. */
  227. .l-panel-topbar{background:white url('../images/ui/gridbar.jpg') top repeat-x; height:31px;line-height:31px;border-bottom:1px solid #D6D6D6; }
  228. .l-panel-btn {
  229. color: #000;
  230. cursor: pointer;
  231. line-height: 22px;
  232. text-align: center;
  233. }
  234. .l-toolbar-item,.l-bar-separator { margin-top:5px;}
  235. .l-bar-separator {
  236. border-left: 1px solid #D6D6D6;
  237. border-right: 1px solid white;
  238. float: left;
  239. height: 13px;
  240. margin: 2px; margin-top:9px;
  241. }
  242. /*
  243. 工具条
  244. */
  245. .l-panel .l-toolbar
  246. {
  247. background:white url('../images/ui/gridbar.jpg') repeat-x; height:28px; line-height:28px;
  248. border:none;
  249. }
  250. .l-toolbar-item
  251. {
  252. float:left;margin-left:4px;
  253. }
  254. .l-toolbar-item .l-icon{ position:absolute; left:2px; top:2px;}
  255. .l-toolbar-item-hasicon{ padding-left:20px;}
  256. .l-toolbar-item-disable{cursor:default;}
  257. .l-toolbar-item-disable span{color: #A1A1A1;}