style.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. /*font*/
  2. /*size*/
  3. /*icon*/
  4. /*color*/
  5. /*input/radio/checkbox*/
  6. /*popup*/
  7. /*table*/
  8. /*filter*/
  9. /*menu*/
  10. /*loading*/
  11. /*validate*/
  12. /*grid*/
  13. /*toolbar*/
  14. /*tooltip*/
  15. /*pager*/
  16. /*modal*/
  17. /*checkbox*/
  18. /*radio*/
  19. /*button*/
  20. /*input*/
  21. /*textarea*/
  22. /*form*/
  23. /*select*/
  24. /*switch*/
  25. /*pulldown*/
  26. [class*="vxe-"], [class*="vxe-"]:after, [class*="vxe-"]:before,
  27. [class*="vxe-"] *:after, [class*="vxe-"] *:before {
  28. -webkit-box-sizing: border-box;
  29. box-sizing: border-box; }
  30. .vxe-checkbox .vxe-checkbox--label {
  31. overflow: hidden;
  32. text-overflow: ellipsis;
  33. white-space: nowrap; }
  34. [class*="vxe-"] {
  35. font-variant: tabular-nums;
  36. -webkit-font-feature-settings: 'tnum';
  37. font-feature-settings: 'tnum'; }
  38. .vxe-primary-color {
  39. color: #409eff; }
  40. .vxe-success-color {
  41. color: #67c23a; }
  42. .vxe-info-color {
  43. color: #909399; }
  44. .vxe-warning-color {
  45. color: #e6a23c; }
  46. .vxe-danger-color {
  47. color: #f56c6c; }
  48. .vxe-perfect-color {
  49. color: #f8f8f9; }
  50. .vxe-row:after {
  51. content: '';
  52. display: block;
  53. clear: both;
  54. height: 0;
  55. overflow: hidden;
  56. visibility: hidden; }
  57. .vxe-row > .vxe-col--1 {
  58. float: left;
  59. width: 4.16667%; }
  60. .vxe-row > .vxe-col--2 {
  61. float: left;
  62. width: 8.33333%; }
  63. .vxe-row > .vxe-col--3 {
  64. float: left;
  65. width: 12.5%; }
  66. .vxe-row > .vxe-col--4 {
  67. float: left;
  68. width: 16.66667%; }
  69. .vxe-row > .vxe-col--5 {
  70. float: left;
  71. width: 20.83333%; }
  72. .vxe-row > .vxe-col--6 {
  73. float: left;
  74. width: 25%; }
  75. .vxe-row > .vxe-col--7 {
  76. float: left;
  77. width: 29.16667%; }
  78. .vxe-row > .vxe-col--8 {
  79. float: left;
  80. width: 33.33333%; }
  81. .vxe-row > .vxe-col--9 {
  82. float: left;
  83. width: 37.5%; }
  84. .vxe-row > .vxe-col--10 {
  85. float: left;
  86. width: 41.66667%; }
  87. .vxe-row > .vxe-col--11 {
  88. float: left;
  89. width: 45.83333%; }
  90. .vxe-row > .vxe-col--12 {
  91. float: left;
  92. width: 50%; }
  93. .vxe-row > .vxe-col--13 {
  94. float: left;
  95. width: 54.16667%; }
  96. .vxe-row > .vxe-col--14 {
  97. float: left;
  98. width: 58.33333%; }
  99. .vxe-row > .vxe-col--15 {
  100. float: left;
  101. width: 62.5%; }
  102. .vxe-row > .vxe-col--16 {
  103. float: left;
  104. width: 66.66667%; }
  105. .vxe-row > .vxe-col--17 {
  106. float: left;
  107. width: 70.83333%; }
  108. .vxe-row > .vxe-col--18 {
  109. float: left;
  110. width: 75%; }
  111. .vxe-row > .vxe-col--19 {
  112. float: left;
  113. width: 79.16667%; }
  114. .vxe-row > .vxe-col--20 {
  115. float: left;
  116. width: 83.33333%; }
  117. .vxe-row > .vxe-col--21 {
  118. float: left;
  119. width: 87.5%; }
  120. .vxe-row > .vxe-col--22 {
  121. float: left;
  122. width: 91.66667%; }
  123. .vxe-row > .vxe-col--23 {
  124. float: left;
  125. width: 95.83333%; }
  126. .vxe-row > .vxe-col--24 {
  127. float: left;
  128. width: 100%; }
  129. /*animat*/
  130. .is--animat .vxe-sort--asc-btn:before, .is--animat .vxe-sort--asc-btn:after,
  131. .is--animat .vxe-sort--desc-btn:before,
  132. .is--animat .vxe-sort--desc-btn:after,
  133. .is--animat .vxe-filter--btn:before,
  134. .is--animat .vxe-filter--btn:after {
  135. -webkit-transition: border 0.1s ease-in-out;
  136. transition: border 0.1s ease-in-out; }
  137. .is--animat .vxe-input--wrapper .vxe-input {
  138. -webkit-transition: border 0.1s ease-in-out;
  139. transition: border 0.1s ease-in-out; }
  140. .is--animat .vxe-table--expand-btn,
  141. .is--animat .vxe-tree--node-btn {
  142. -webkit-transition: -webkit-transform 0.1s ease-in-out;
  143. transition: -webkit-transform 0.1s ease-in-out;
  144. transition: transform 0.1s ease-in-out;
  145. transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; }
  146. .is--animat .vxe-checkbox > input:checked + span,
  147. .is--animat .vxe-radio > input:checked + span {
  148. -webkit-transition: background-color 0.1s ease-in-out;
  149. transition: background-color 0.1s ease-in-out; }
  150. .vxe-checkbox .vxe-checkbox--icon {
  151. font-size: 1.34em; }
  152. .vxe-checkbox .vxe-checkbox--icon {
  153. color: #dcdfe6;
  154. vertical-align: middle;
  155. font-weight: 700;
  156. -webkit-user-select: none;
  157. -moz-user-select: none;
  158. -ms-user-select: none;
  159. user-select: none; }
  160. .is--checked.vxe-checkbox, .is--indeterminate.vxe-checkbox {
  161. color: #409eff; }
  162. .is--checked.vxe-checkbox .vxe-checkbox--icon, .is--indeterminate.vxe-checkbox .vxe-checkbox--icon {
  163. color: #409eff; }
  164. .vxe-checkbox:not(.is--disabled) {
  165. cursor: pointer; }
  166. .vxe-checkbox:not(.is--disabled):hover .vxe-checkbox--icon {
  167. color: #409eff; }
  168. .is--disabled.vxe-checkbox {
  169. color: #BFBFBF;
  170. cursor: not-allowed; }
  171. .is--disabled.vxe-checkbox .vxe-checkbox--icon {
  172. color: #dcdfe6; }
  173. .vxe-checkbox .vxe-checkbox--label {
  174. padding-left: 0.5em;
  175. vertical-align: middle; }
  176. /*checkbox-group*/
  177. .vxe-checkbox-group {
  178. display: inline-block;
  179. vertical-align: middle;
  180. line-height: 1; }
  181. /*checkbox*/
  182. .vxe-checkbox {
  183. display: inline-block;
  184. vertical-align: middle;
  185. white-space: nowrap;
  186. line-height: 1; }
  187. .vxe-checkbox + .vxe-checkbox {
  188. margin-left: 10px; }
  189. .vxe-checkbox > input[type="checkbox"] {
  190. position: absolute;
  191. width: 0;
  192. height: 0;
  193. border: 0;
  194. -webkit-appearance: none;
  195. -moz-appearance: none;
  196. appearance: none; }
  197. .vxe-checkbox.is--indeterminate > input:not(:checked) + .vxe-checkbox--icon {
  198. color: #409eff; }
  199. .vxe-checkbox:not(.is--disabled) > input:focus + .vxe-checkbox--icon {
  200. color: #409eff;
  201. -webkit-box-shadow: 0 0 0.2em 0 #409eff;
  202. box-shadow: 0 0 0.2em 0 #409eff; }
  203. .vxe-checkbox:not(.is--disabled):hover > input + .vxe-checkbox--icon {
  204. border-color: #409eff; }
  205. .vxe-checkbox.is--disabled {
  206. cursor: not-allowed; }
  207. .vxe-checkbox.is--disabled > input + .vxe-checkbox--icon {
  208. color: #dcdfe6; }
  209. .vxe-checkbox.is--disabled > input + .vxe-checkbox--icon + .vxe-checkbox--label {
  210. color: #BFBFBF; }
  211. .vxe-checkbox.is--disabled > input:checked + .vxe-checkbox--icon {
  212. color: #dcdfe6; }
  213. .vxe-checkbox .vxe-checkbox--label {
  214. padding-left: 0.5em;
  215. vertical-align: middle;
  216. display: inline-block;
  217. max-width: 50em; }
  218. .vxe-checkbox {
  219. font-size: 14px; }
  220. .vxe-checkbox.size--medium {
  221. font-size: 14px; }
  222. .vxe-checkbox.size--small {
  223. font-size: 13px; }
  224. .vxe-checkbox.size--mini {
  225. font-size: 12px; }