框架源码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

304 lines
6.3 KiB

4 years ago
  1. [data-theme="blue"] {
  2. /* BEM support Func
  3. -------------------------- */
  4. /* Element Chalk Variables */
  5. /* Transition
  6. -------------------------- */
  7. /* Color
  8. -------------------------- */
  9. /* 53a8ff */
  10. /* 66b1ff */
  11. /* 79bbff */
  12. /* 8cc5ff */
  13. /* a0cfff */
  14. /* b3d8ff */
  15. /* c6e2ff */
  16. /* d9ecff */
  17. /* ecf5ff */
  18. /* Link
  19. -------------------------- */
  20. /* Border
  21. -------------------------- */
  22. /* Fill
  23. -------------------------- */
  24. /* Typography
  25. -------------------------- */
  26. /* Size
  27. -------------------------- */
  28. /* z-index
  29. -------------------------- */
  30. /* Disable base
  31. -------------------------- */
  32. /* Icon
  33. -------------------------- */
  34. /* Checkbox
  35. -------------------------- */
  36. /* Radio
  37. -------------------------- */
  38. /* Select
  39. -------------------------- */
  40. /* Alert
  41. -------------------------- */
  42. /* MessageBox
  43. -------------------------- */
  44. /* Message
  45. -------------------------- */
  46. /* Notification
  47. -------------------------- */
  48. /* Input
  49. -------------------------- */
  50. /* Cascader
  51. -------------------------- */
  52. /* Group
  53. -------------------------- */
  54. /* Tab
  55. -------------------------- */
  56. /* Button
  57. -------------------------- */
  58. /* cascader
  59. -------------------------- */
  60. /* Switch
  61. -------------------------- */
  62. /* Dialog
  63. -------------------------- */
  64. /* Table
  65. -------------------------- */
  66. /* Pagination
  67. -------------------------- */
  68. /* Popup
  69. -------------------------- */
  70. /* Popover
  71. -------------------------- */
  72. /* Tooltip
  73. -------------------------- */
  74. /* Tag
  75. -------------------------- */
  76. /* Tree
  77. -------------------------- */
  78. /* Dropdown
  79. -------------------------- */
  80. /* Badge
  81. -------------------------- */
  82. /* Card
  83. --------------------------*/
  84. /* Slider
  85. --------------------------*/
  86. /* Steps
  87. --------------------------*/
  88. /* Menu
  89. --------------------------*/
  90. /* Rate
  91. --------------------------*/
  92. /* DatePicker
  93. --------------------------*/
  94. /* Loading
  95. --------------------------*/
  96. /* Scrollbar
  97. --------------------------*/
  98. /* Carousel
  99. --------------------------*/
  100. /* Collapse
  101. --------------------------*/
  102. /* Transfer
  103. --------------------------*/
  104. /* Header
  105. --------------------------*/
  106. /* Footer
  107. --------------------------*/
  108. /* Main
  109. --------------------------*/
  110. /* Timeline
  111. --------------------------*/
  112. /* Backtop
  113. --------------------------*/
  114. /* Link
  115. --------------------------*/
  116. /* Calendar
  117. --------------------------*/
  118. /* Form
  119. -------------------------- */
  120. /* Avatar
  121. --------------------------*/
  122. /* Break-point
  123. --------------------------*/
  124. /* Break-points
  125. -------------------------- */
  126. /* Scrollbar
  127. -------------------------- */
  128. /* Placeholder
  129. -------------------------- */
  130. /* BEM
  131. -------------------------- */ }
  132. [data-theme="blue"] .el-container {
  133. display: -webkit-box;
  134. display: -ms-flexbox;
  135. display: flex;
  136. -webkit-box-orient: horizontal;
  137. -webkit-box-direction: normal;
  138. -ms-flex-direction: row;
  139. flex-direction: row;
  140. -webkit-box-flex: 1;
  141. -ms-flex: 1;
  142. flex: 1;
  143. -ms-flex-preferred-size: auto;
  144. flex-basis: auto;
  145. -webkit-box-sizing: border-box;
  146. box-sizing: border-box;
  147. min-width: 0; }
  148. [data-theme="blue"] .el-container.is-vertical {
  149. -webkit-box-orient: vertical;
  150. -webkit-box-direction: normal;
  151. -ms-flex-direction: column;
  152. flex-direction: column; }
  153. /* BEM support Func
  154. -------------------------- */
  155. /* Element Chalk Variables */
  156. /* Transition
  157. -------------------------- */
  158. /* Color
  159. -------------------------- */
  160. /* 53a8ff */
  161. /* 66b1ff */
  162. /* 79bbff */
  163. /* 8cc5ff */
  164. /* a0cfff */
  165. /* b3d8ff */
  166. /* c6e2ff */
  167. /* d9ecff */
  168. /* ecf5ff */
  169. /* Link
  170. -------------------------- */
  171. /* Border
  172. -------------------------- */
  173. /* Fill
  174. -------------------------- */
  175. /* Typography
  176. -------------------------- */
  177. /* Size
  178. -------------------------- */
  179. /* z-index
  180. -------------------------- */
  181. /* Disable base
  182. -------------------------- */
  183. /* Icon
  184. -------------------------- */
  185. /* Checkbox
  186. -------------------------- */
  187. /* Radio
  188. -------------------------- */
  189. /* Select
  190. -------------------------- */
  191. /* Alert
  192. -------------------------- */
  193. /* MessageBox
  194. -------------------------- */
  195. /* Message
  196. -------------------------- */
  197. /* Notification
  198. -------------------------- */
  199. /* Input
  200. -------------------------- */
  201. /* Cascader
  202. -------------------------- */
  203. /* Group
  204. -------------------------- */
  205. /* Tab
  206. -------------------------- */
  207. /* Button
  208. -------------------------- */
  209. /* cascader
  210. -------------------------- */
  211. /* Switch
  212. -------------------------- */
  213. /* Dialog
  214. -------------------------- */
  215. /* Table
  216. -------------------------- */
  217. /* Pagination
  218. -------------------------- */
  219. /* Popup
  220. -------------------------- */
  221. /* Popover
  222. -------------------------- */
  223. /* Tooltip
  224. -------------------------- */
  225. /* Tag
  226. -------------------------- */
  227. /* Tree
  228. -------------------------- */
  229. /* Dropdown
  230. -------------------------- */
  231. /* Badge
  232. -------------------------- */
  233. /* Card
  234. --------------------------*/
  235. /* Slider
  236. --------------------------*/
  237. /* Steps
  238. --------------------------*/
  239. /* Menu
  240. --------------------------*/
  241. /* Rate
  242. --------------------------*/
  243. /* DatePicker
  244. --------------------------*/
  245. /* Loading
  246. --------------------------*/
  247. /* Scrollbar
  248. --------------------------*/
  249. /* Carousel
  250. --------------------------*/
  251. /* Collapse
  252. --------------------------*/
  253. /* Transfer
  254. --------------------------*/
  255. /* Header
  256. --------------------------*/
  257. /* Footer
  258. --------------------------*/
  259. /* Main
  260. --------------------------*/
  261. /* Timeline
  262. --------------------------*/
  263. /* Backtop
  264. --------------------------*/
  265. /* Link
  266. --------------------------*/
  267. /* Calendar
  268. --------------------------*/
  269. /* Form
  270. -------------------------- */
  271. /* Avatar
  272. --------------------------*/
  273. /* Break-point
  274. --------------------------*/
  275. /* Break-points
  276. -------------------------- */
  277. /* Scrollbar
  278. -------------------------- */
  279. /* Placeholder
  280. -------------------------- */
  281. /* BEM
  282. -------------------------- */
  283. .el-container {
  284. display: -webkit-box;
  285. display: -ms-flexbox;
  286. display: flex;
  287. -webkit-box-orient: horizontal;
  288. -webkit-box-direction: normal;
  289. -ms-flex-direction: row;
  290. flex-direction: row;
  291. -webkit-box-flex: 1;
  292. -ms-flex: 1;
  293. flex: 1;
  294. -ms-flex-preferred-size: auto;
  295. flex-basis: auto;
  296. -webkit-box-sizing: border-box;
  297. box-sizing: border-box;
  298. min-width: 0; }
  299. .el-container.is-vertical {
  300. -webkit-box-orient: vertical;
  301. -webkit-box-direction: normal;
  302. -ms-flex-direction: column;
  303. flex-direction: column; }