xeasyui.css.bak 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. /*tree*/
  2. .tree-node {
  3. padding-top: 3px;
  4. padding-bottom: 3px;
  5. }
  6. .tree-title {
  7. font-size: 14px;
  8. }
  9. /*tab*/
  10. .tabs {
  11. height:30px !important;
  12. }
  13. .tabs-title {
  14. font-size: 14px;
  15. }
  16. .tabs-inner {
  17. height:29px !important;
  18. line-height:29px !important;
  19. }
  20. /*panel*/
  21. .panel-header {
  22. padding:5px;
  23. }
  24. .panel-title {
  25. padding-top:3px;
  26. padding-bottom:3px;
  27. font-size:14px;
  28. }
  29. .panel-body {
  30. font-size:14px;
  31. }
  32. /*datagrid*/
  33. .datagrid-row,.datagrid-header-row {
  34. height:32px;
  35. }
  36. .datagrid-cell-rownumber{
  37. font-size:14px;
  38. }
  39. .datagrid-header .datagrid-cell span {
  40. font-size: 14px;
  41. }
  42. .datagrid-cell{
  43. font-size: 14px;
  44. }
  45. /*linkbutton*/
  46. .l-btn-text {
  47. line-height: 32px;
  48. font-size:14px;
  49. }
  50. /*textbox*/
  51. /*.textbox{
  52. width:100% !important;
  53. height:30px !important;
  54. line-height:30px !important;
  55. }*/
  56. .textbox-text {
  57. font-size:14px !important;
  58. }
  59. /*combobox*/
  60. .combobox-item {
  61. font-size:14px;
  62. line-height:150%;
  63. }
  64. /*switchbutton*/
  65. .switchbutton-on, .switchbutton-off, .switchbutton-handle {
  66. font-size: 14px;
  67. }
  68. /**/
  69. .messager-body {
  70. line-height:150%;
  71. }
  72. /*icon.css*/
  73. .icon-word {
  74. background: url('/xweb/img/word.png') no-repeat center center;
  75. }
  76. .icon-excel {
  77. background: url('/xweb/img/excel.png') no-repeat center center;
  78. }
  79. .icon-table {
  80. background: url('/xweb/img/table.png') no-repeat center center;
  81. }
  82. .icon-grid {
  83. background: url('/xweb/img/grid.png') no-repeat center center;
  84. }
  85. .icon-plan {
  86. background: url('/xweb/img/plan.png') no-repeat center center;
  87. }
  88. .icon-chart {
  89. background: url('/xweb/img/chart.png') no-repeat center center;
  90. }
  91. .icon-detail {
  92. background: url('/xweb/img/detail.png') no-repeat center center;
  93. }
  94. .icon-pass {
  95. background: url('/xweb/img/page.png') no-repeat center center;
  96. }
  97. .icon-wait {
  98. background: url('/xweb/img/page_delete.png') no-repeat center center;
  99. }
  100. /*=============================================================
  101. index.html页的工具条
  102. =============================================================*/
  103. .i-toolbar {
  104. padding: 6px;
  105. height: auto
  106. }
  107. /*=============================================================
  108. table方案 detail.html add.html edit.html search.html窗口使用
  109. =============================================================*/
  110. .w-table {
  111. width:100%;
  112. }
  113. .w-tr {
  114. height:42px;
  115. }
  116. .w-label {
  117. width: 100px;
  118. background-color: #F5F5F5;
  119. text-align: right;
  120. font-size:14px;
  121. }
  122. .w-text {
  123. font-size:14px;
  124. line-height:150%;
  125. }
  126. .w-textbox {
  127. width: 300px;
  128. height: 32px;
  129. }
  130. /*=============================================================
  131. div方案 detail.html add.html edit.html search.html窗口使用
  132. =============================================================*/
  133. a {
  134. color:#0081c2;
  135. text-decoration:none;
  136. }
  137. a:hover {
  138. color:dodgerblue;
  139. text-decoration:underline;
  140. }
  141. .w-form {
  142. padding:0px 25px 25px 25px ;
  143. }
  144. .w-div {
  145. margin-bottom:10px;
  146. }
  147. /*detail.html add.html edit.html search.html中的输入字段的div*/
  148. .w-field {
  149. margin-top:4px;
  150. margin-bottom:8px;
  151. }
  152. /*detail.html中的字段名*/
  153. .w-fieldname {
  154. font-size:14px;
  155. color:black;
  156. }
  157. /*detail.html中的字段值*/
  158. .w-fieldvalue {
  159. border:1px dotted gray;
  160. border-radius:5px;
  161. padding:4px;
  162. line-height:150%;
  163. }
  164. .w-fieldbar {
  165. margin-top:20px;
  166. margin-bottom:20px;
  167. border:1px dotted lightgray;
  168. border-radius:5px;
  169. padding:4px;
  170. background-color:#0081c2;
  171. }
  172. /*所有文本框,目前版本无效,依赖于页面中的 style 相同定义*/
  173. .w-input {
  174. }
  175. /*=============================================================
  176. detail.html add.html edit.html search.html窗口工具条
  177. =============================================================*/
  178. .w-bar {
  179. height: 36px;
  180. padding: 4px;
  181. text-align: center;
  182. background-color: #F5F5F5;
  183. }