UU跑腿标准版

grid.css 6.9KB

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