xuwell.css 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. /*input {
  2. color: #fff;
  3. background-color: #555
  4. }
  5. .textbox {
  6. border: 0;
  7. background-color: #555
  8. }
  9. textarea {
  10. border: 0;
  11. background-color: #555
  12. }
  13. .validatebox-invalid {
  14. background-color: #561212
  15. }*/
  16. a {
  17. color: #0081c2;
  18. text-decoration: none;
  19. }
  20. a:hover {
  21. color: dodgerblue;
  22. text-decoration: underline;
  23. outline-color: #AA0000;
  24. }
  25. a:link {
  26. outline-color: #AA0000;
  27. }
  28. /*树,表格 选中光带颜色*/
  29. .tree-node-selected, .datagrid-row-selected {
  30. background-color: #AA0000;
  31. }
  32. /*按钮选中颜色*/
  33. .l-btn-plain-selected {
  34. background-color: #808080;
  35. }
  36. /*tree*/
  37. .tree-node {
  38. height:32px;
  39. padding-top: 3px;
  40. padding-bottom: 3px;
  41. }
  42. .tree-title {
  43. font-size: 14px;
  44. }
  45. /*tabs*/
  46. .tabs {
  47. height:35px !important;
  48. }
  49. .tabs-title {
  50. font-weight: normal;
  51. font-size: 14px;
  52. }
  53. .tabs-inner {
  54. height:35px !important;
  55. line-height:34px !important;
  56. }
  57. /*panel*/
  58. .panel-header {
  59. padding:5px;
  60. }
  61. .panel-title {
  62. font-weight:normal;
  63. height:26px;
  64. padding-top: 3px;
  65. padding-bottom: 3px;
  66. font-size: 14px;
  67. }
  68. .panel-body {
  69. font-size:14px;
  70. /*background-color:#333;*/
  71. }
  72. /*datagrid*/
  73. .datagrid-row, .datagrid-header-row {
  74. height: 36px;
  75. }
  76. .datagrid-cell-rownumber {
  77. font-size: 14px;
  78. }
  79. .datagrid-header .datagrid-cell span {
  80. font-size: 14px;
  81. }
  82. .datagrid-cell {
  83. font-size: 14px;
  84. }
  85. /*linkbutton*/
  86. .l-btn-text {
  87. line-height: 32px;
  88. font-size:14px;
  89. }
  90. /*textbox*/
  91. /*.textbox{
  92. width:100% !important;
  93. height:30px !important;
  94. line-height:30px !important;
  95. }*/
  96. .textbox-text {
  97. font-size:14px !important;
  98. }
  99. .textbox {
  100. /*background:#dddddd;*/
  101. }
  102. /*combobox*/
  103. .combobox-item {
  104. font-size:14px;
  105. line-height:150%;
  106. }
  107. /*switchbutton*/
  108. .switchbutton-on, .switchbutton-off, .switchbutton-handle {
  109. font-size: 14px;
  110. }
  111. /*messager*/
  112. .messager-body {
  113. line-height:150%;
  114. }
  115. /*icon.css*/
  116. .icon-logo {
  117. background: url('/img/logo16.png') no-repeat center center;
  118. }
  119. .icon-word {
  120. background: url('/img/word.png') no-repeat center center;
  121. }
  122. .icon-excel {
  123. background: url('/img/excel.png') no-repeat center center;
  124. }
  125. .icon-table {
  126. background: url('/img/table.png') no-repeat center center;
  127. }
  128. .icon-grid {
  129. background: url('/img/grid.png') no-repeat center center;
  130. }
  131. .icon-plan {
  132. background: url('/img/plan.png') no-repeat center center;
  133. }
  134. .icon-chart {
  135. background: url('/img/chart.png') no-repeat center center;
  136. }
  137. .icon-detail {
  138. background: url('/plugins/easyui/themes/icons/tip.png') no-repeat center center;
  139. }
  140. .icon-pass {
  141. background: url('/img/page.png') no-repeat center center;
  142. }
  143. .icon-wait {
  144. background: url('/img/page_delete.png') no-repeat center center;
  145. }
  146. /*=============================================================
  147. index.html页的工具条
  148. =============================================================*/
  149. .i-toolbar {
  150. padding: 6px;
  151. background-color:#555555;
  152. }
  153. /*=============================================================
  154. table方案 detail.html add.html edit.html search.html窗口使用
  155. =============================================================*/
  156. .w-table {
  157. width:100%;
  158. }
  159. .w-tr {
  160. height:42px;
  161. }
  162. .w-label {
  163. width: 100px;
  164. background-color: #F5F5F5;
  165. text-align: right;
  166. font-size:14px;
  167. }
  168. .w-text {
  169. font-size:14px;
  170. line-height:150%;
  171. }
  172. .w-textbox {
  173. width: 300px;
  174. height: 32px;
  175. }
  176. /*=============================================================
  177. div方案 detail.html add.html edit.html search.html窗口使用
  178. =============================================================*/
  179. .w-form {
  180. padding:0px 25px 25px 25px ;
  181. }
  182. .w-div {
  183. margin-bottom:10px;
  184. }
  185. /*detail.html add.html edit.html search.html中的输入字段的div*/
  186. .w-field {
  187. background-color:#555;
  188. margin-top:4px;
  189. margin-bottom:8px;
  190. }
  191. /*detail.html中的字段名*/
  192. .w-fieldname {
  193. font-size:14px;
  194. color:#eeeeee;
  195. }
  196. /*detail.html中的字段值*/
  197. .w-fieldvalue {
  198. border:1px dotted lightgray;
  199. border-radius:5px;
  200. padding:4px;
  201. line-height:150%;
  202. }
  203. .w-fieldbar {
  204. margin-top:20px;
  205. margin-bottom:20px;
  206. border:1px dotted lightgray;
  207. border-radius:5px;
  208. padding:4px;
  209. background-color:#AA0000;
  210. }
  211. /*所有文本框,目前版本无效,依赖于页面中的 style 相同定义*/
  212. .w-input {
  213. }
  214. /*=============================================================
  215. detail.html add.html edit.html search.html窗口工具条
  216. =============================================================*/
  217. .w-bar {
  218. height: 44px;
  219. padding: 4px;
  220. text-align: center;
  221. background-color: #555555;
  222. }
  223. /*滚动条样式*/
  224. ::-webkit-scrollbar {
  225. width: 16px;
  226. height: 16px;
  227. background-color: #555;
  228. }
  229. /*定义滚动条轨道 内阴影+圆角*/
  230. ::-webkit-scrollbar-track {
  231. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  232. border-radius: 6px;
  233. background-color: #777;
  234. }
  235. /*定义滑块 内阴影+圆角*/
  236. ::-webkit-scrollbar-thumb {
  237. border-radius: 6px;
  238. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  239. background-color: #444;
  240. }
  241. ::-webkit-scrollbar-corner {
  242. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  243. border-radius: 6px;
  244. background-color: #3d3d3d;
  245. }