ligerui-common.css 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. /* -------------
  2. * commom *
  3. * ------------- */
  4. html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
  5. legend{color:#000;}del,ins{text-decoration:none;}
  6. body{font-family: "微软雅黑", "宋体", Arial, sans-serif; font-size: 12px; }
  7. .l-clear{ clear:both; width:1px; height:1px; overflow:hidden;}
  8. .l-hidden {display: none;}
  9. .l-loading
  10. {
  11. position: absolute;z-index: 91000; top:40%; left:50%; overflow:hidden;
  12. background:url('../images/common/loading.gif') no-repeat 0px 0px;width:24px; height:24px;
  13. display:none;
  14. }
  15. /* -------------
  16. * 滚动条颜色 *
  17. * ------------- */
  18. .l-scroll
  19. {
  20. scrollbar-face-color:#C6D7FF; scrollbar-3dlight-color:#B5CBF7; scrollbar-darkshadow-color:#B5CBF7;
  21. scrollbar-base-color:#B5CBF7;
  22. scrollbar-shadow-color: #FFF; scrollbar-highlight-color: #FFF; scrollbar-track-color:#FFF; scrollbar-arrow-color:#4A6184;
  23. }
  24. .l-noscroll
  25. {
  26. overflow:hidden;
  27. }
  28. /* Draggable */
  29. .l-draggable{ overflow:hidden; border-style:solid; border-width:1px; opacity:0.5; filter:alpha(opacity=50); position:absolute; top:0; left:0; z-index:14000; background:#f2f1f1; border-color:#aaa;}
  30. /* Resizable */
  31. .l-resizable { display:none; overflow:hidden; border-style:dashed; border-width:1px; opacity:0.5; filter:alpha(opacity=50); position:absolute; top:0; left:0; z-index:15000; background:#f2f1f1; }
  32. .l-dragging-mask {
  33. width:100%;height:100%; overflow:hidden; position:absolute;top:0px; left:0px; z-index:11000; display:none; filter: Alpha
  34. (opacity=1);background:white; -moz-opacity:.01;opacity:0.01;
  35. }
  36. /* --------------
  37. * icon *
  38. * ------------ */
  39. .l-icon-checkbox {background:url('../images/icon/checkbox.gif') no-repeat center;}
  40. .l-icon-cross{background:url('../images/icon/cross.gif') no-repeat center; width:16px; height:16px; line-height:16px;}
  41. /* -------------
  42. * 按钮 *
  43. * ------------- */
  44. .l-button {
  45. height: 23px;
  46. overflow: hidden;
  47. width: 60px;
  48. line-height: 23px;
  49. cursor: pointer;
  50. position: relative; text-align:center;
  51. border: solid 1px #A3C0E8;color:#333333;
  52. background:#E0EDFF url(../images/controls/button-bg.gif) repeat-x center;
  53. }
  54. .l-button-over{
  55. background: #FFBE76 url(../images/controls/button-bg-over.gif) repeat-x center; border-color:#D6A886;
  56. }
  57. .l-button-disabled {
  58. background-image:url('../images/common/button-disabled.gif'); color:#9D9D9E;border: solid 1px #D3D3D3;
  59. }
  60. .l-button-hasicon {
  61. padding-left: 20px;
  62. }
  63. .l-button-hasicon img {
  64. position:absolute; top:4px; left:3px; width:16px; height:16px;
  65. }
  66. /*
  67. Draggable
  68. */
  69. .l-drag-proxy { border: 1px solid #BDD1EE;position: absolute;z-index: 1001;height:25px; line-height:25px; padding-left:19px; padding-right:4px; background:white; }
  70. .l-drag-proxy .l-drop-icon{position: absolute; top:5px; left:4px;width:16px; height:16px; }
  71. .l-drop-no{background: white url('../images/common/drop-icons.gif') no-repeat 0px -20px; width:16px; height:16px; overflow:hidden;}
  72. .l-drop-yes{background: white url('../images/common/drop-icons.gif') no-repeat 0px 0px; width:16px; height:16px; overflow:hidden;}
  73. .l-drop-add{background: white url('../images/common/drop-icons.gif') no-repeat -20px 0px; width:16px; height:16px; overflow:hidden;}
  74. .l-drag-coldroptip{width:9px; position:absolute; height:44px; z-index:1000;}
  75. .l-drop-move-up{background:transparent url('../images/common/drop-icons.gif') no-repeat -40px 0px; width:9px; height:9px; overflow:hidden;position:absolute; top:0px;}
  76. .l-drop-move-down{background: transparent url('../images/common/drop-icons.gif') no-repeat -60px 0px; width:9px; height:9px; overflow:hidden; position:absolute; bottom:0px;}
  77. .l-drag-nodedroptip,.l-drag-rowdroptip{width:9px; position:absolute; height:1px; background-color:red; z-index:1000; line-height:1px; overflow:hidden;}
  78. /* filter */
  79. table.l-filter-group{ background:white; font-size:12px;}
  80. table.l-filter-group select,table.l-filter-group .valtxt{border:1px solid #d3d3d3;}
  81. table.l-filter-group .addgroup{}
  82. table.l-filter-group .addrule{}
  83. table.l-filter-group .deletegroup{}
  84. table.l-filter-group .deleterole{ cursor:pointer;}
  85. table.l-filter-group-alt{ background:#F2F2F2;}
  86. td.l-filter-groupcell{ padding-left:20px;}
  87. td.l-filter-column{ padding:2px;}
  88. td.l-filter-op{padding:2px;}
  89. td.l-filter-value{padding:2px;}
  90. tr.l-filter-rowlastcell{ text-align:right;_width:300px; min-width:300px;padding:2px;}
  91. table.l-filter-group-alt,.l-panel table.l-filter-group-alt{background:#f5f5f5;margin-left:20px; margin-top:4px; padding:5px;border:1px solid #d3d3d3;}
  92. table.l-filter-group-alt .l-filter-value{ padding-right:6px;}
  93. td.l-filter-cellgroup{ padding:3px;}
  94. table.l-filter-group-alt table.l-filter-group{background:white;margin-left:20px; margin-top:4px; padding:5px;border:1px solid #d3d3d3;}
  95. .ui-helper-clearfix:before,
  96. .ui-helper-clearfix:after {
  97. content: "";
  98. display: table;
  99. border-collapse: collapse;
  100. }
  101. .ui-helper-clearfix:after {
  102. clear: both;
  103. }
  104. .ui-helper-clearfix {
  105. min-height: 0; /* support: IE7 */
  106. }
  107. .ui-widget-content {
  108. border: 1px solid #aaaaaa;
  109. color: #222222;
  110. }
  111. .ui-widget-content a {
  112. color: #222222;
  113. }
  114. .ui-state-default,
  115. .ui-widget-content .ui-state-default,
  116. .ui-widget-header .ui-state-default {
  117. border: 1px solid #d3d3d3;
  118. background: #e6e6e6;
  119. font-weight: normal;
  120. color: #555555;
  121. }
  122. .ui-state-default a,
  123. .ui-state-default a:link,
  124. .ui-state-default a:visited {
  125. color: #555555;
  126. text-decoration: none;
  127. }
  128. .ui-state-hover,
  129. .ui-widget-content .ui-state-hover,
  130. .ui-widget-header .ui-state-hover,
  131. .ui-state-focus,
  132. .ui-widget-content .ui-state-focus,
  133. .ui-widget-header .ui-state-focus {
  134. border: 1px solid #999999;
  135. background: #dadada;
  136. font-weight: normal;
  137. color: #212121;
  138. }
  139. .ui-state-hover a,
  140. .ui-state-hover a:hover,
  141. .ui-state-hover a:link,
  142. .ui-state-hover a:visited {
  143. color: #212121;
  144. text-decoration: none;
  145. }
  146. .ui-state-active,
  147. .ui-widget-content .ui-state-active,
  148. .ui-widget-header .ui-state-active {
  149. border: 1px solid #aaaaaa;
  150. background: #ffffff;
  151. font-weight: normal;
  152. color: #212121;
  153. }
  154. .ui-state-active a,
  155. .ui-state-active a:link,
  156. .ui-state-active a:visited {
  157. color: #212121;
  158. text-decoration: none;
  159. }