Plat Admin

row.css 5.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. /* Element Chalk Variables */
  2. /* Transition
  3. -------------------------- */
  4. /* Colors
  5. -------------------------- */
  6. /* 53a8ff */
  7. /* 66b1ff */
  8. /* 79bbff */
  9. /* 8cc5ff */
  10. /* a0cfff */
  11. /* b3d8ff */
  12. /* c6e2ff */
  13. /* d9ecff */
  14. /* ecf5ff */
  15. /* Link
  16. -------------------------- */
  17. /* Background
  18. -------------------------- */
  19. /* Border
  20. -------------------------- */
  21. /* Box-shadow
  22. -------------------------- */
  23. /* Fill
  24. -------------------------- */
  25. /* Font
  26. -------------------------- */
  27. /* Size
  28. -------------------------- */
  29. /* z-index
  30. -------------------------- */
  31. /* Disable base
  32. -------------------------- */
  33. /* Icon
  34. -------------------------- */
  35. /* Checkbox
  36. -------------------------- */
  37. /* Radio
  38. -------------------------- */
  39. /* Select
  40. -------------------------- */
  41. /* Alert
  42. -------------------------- */
  43. /* Message Box
  44. -------------------------- */
  45. /* Message
  46. -------------------------- */
  47. /* Notification
  48. -------------------------- */
  49. /* Input
  50. -------------------------- */
  51. /* Cascader
  52. -------------------------- */
  53. /* Group
  54. -------------------------- */
  55. /* Tab
  56. -------------------------- */
  57. /* Button
  58. -------------------------- */
  59. /* cascader
  60. -------------------------- */
  61. /* Switch
  62. -------------------------- */
  63. /* Dialog
  64. -------------------------- */
  65. /* Table
  66. -------------------------- */
  67. /* Pagination
  68. -------------------------- */
  69. /* Popover
  70. -------------------------- */
  71. /* Tooltip
  72. -------------------------- */
  73. /* Tag
  74. -------------------------- */
  75. /* Tree
  76. -------------------------- */
  77. /* Dropdown
  78. -------------------------- */
  79. /* Badge
  80. -------------------------- */
  81. /* Card
  82. --------------------------*/
  83. /* Slider
  84. --------------------------*/
  85. /* Steps
  86. --------------------------*/
  87. /* Menu
  88. --------------------------*/
  89. /* Rate
  90. --------------------------*/
  91. /* DatePicker
  92. --------------------------*/
  93. /* Loading
  94. --------------------------*/
  95. /* Scrollbar
  96. --------------------------*/
  97. /* Carousel
  98. --------------------------*/
  99. /* Collapse
  100. --------------------------*/
  101. /* Transfer
  102. --------------------------*/
  103. /* Header
  104. --------------------------*/
  105. /* Footer
  106. --------------------------*/
  107. /* Main
  108. --------------------------*/
  109. /* Break-point
  110. --------------------------*/
  111. /* BEM support Func
  112. -------------------------- */
  113. /* Element Chalk Variables */
  114. /* Transition
  115. -------------------------- */
  116. /* Colors
  117. -------------------------- */
  118. /* 53a8ff */
  119. /* 66b1ff */
  120. /* 79bbff */
  121. /* 8cc5ff */
  122. /* a0cfff */
  123. /* b3d8ff */
  124. /* c6e2ff */
  125. /* d9ecff */
  126. /* ecf5ff */
  127. /* Link
  128. -------------------------- */
  129. /* Background
  130. -------------------------- */
  131. /* Border
  132. -------------------------- */
  133. /* Box-shadow
  134. -------------------------- */
  135. /* Fill
  136. -------------------------- */
  137. /* Font
  138. -------------------------- */
  139. /* Size
  140. -------------------------- */
  141. /* z-index
  142. -------------------------- */
  143. /* Disable base
  144. -------------------------- */
  145. /* Icon
  146. -------------------------- */
  147. /* Checkbox
  148. -------------------------- */
  149. /* Radio
  150. -------------------------- */
  151. /* Select
  152. -------------------------- */
  153. /* Alert
  154. -------------------------- */
  155. /* Message Box
  156. -------------------------- */
  157. /* Message
  158. -------------------------- */
  159. /* Notification
  160. -------------------------- */
  161. /* Input
  162. -------------------------- */
  163. /* Cascader
  164. -------------------------- */
  165. /* Group
  166. -------------------------- */
  167. /* Tab
  168. -------------------------- */
  169. /* Button
  170. -------------------------- */
  171. /* cascader
  172. -------------------------- */
  173. /* Switch
  174. -------------------------- */
  175. /* Dialog
  176. -------------------------- */
  177. /* Table
  178. -------------------------- */
  179. /* Pagination
  180. -------------------------- */
  181. /* Popover
  182. -------------------------- */
  183. /* Tooltip
  184. -------------------------- */
  185. /* Tag
  186. -------------------------- */
  187. /* Tree
  188. -------------------------- */
  189. /* Dropdown
  190. -------------------------- */
  191. /* Badge
  192. -------------------------- */
  193. /* Card
  194. --------------------------*/
  195. /* Slider
  196. --------------------------*/
  197. /* Steps
  198. --------------------------*/
  199. /* Menu
  200. --------------------------*/
  201. /* Rate
  202. --------------------------*/
  203. /* DatePicker
  204. --------------------------*/
  205. /* Loading
  206. --------------------------*/
  207. /* Scrollbar
  208. --------------------------*/
  209. /* Carousel
  210. --------------------------*/
  211. /* Collapse
  212. --------------------------*/
  213. /* Transfer
  214. --------------------------*/
  215. /* Header
  216. --------------------------*/
  217. /* Footer
  218. --------------------------*/
  219. /* Main
  220. --------------------------*/
  221. /* Break-point
  222. --------------------------*/
  223. /* Break-points
  224. -------------------------- */
  225. /* Scrollbar
  226. -------------------------- */
  227. /* Placeholder
  228. -------------------------- */
  229. /* BEM
  230. -------------------------- */
  231. .el-row {
  232. position: relative;
  233. -webkit-box-sizing: border-box;
  234. box-sizing: border-box; }
  235. .el-row::before,
  236. .el-row::after {
  237. display: table;
  238. content: ""; }
  239. .el-row::after {
  240. clear: both; }
  241. .el-row--flex {
  242. display: -webkit-box;
  243. display: -ms-flexbox;
  244. display: flex; }
  245. .el-row--flex:before, .el-row--flex:after {
  246. display: none; }
  247. .el-row--flex.is-justify-center {
  248. -webkit-box-pack: center;
  249. -ms-flex-pack: center;
  250. justify-content: center; }
  251. .el-row--flex.is-justify-end {
  252. -webkit-box-pack: end;
  253. -ms-flex-pack: end;
  254. justify-content: flex-end; }
  255. .el-row--flex.is-justify-space-between {
  256. -webkit-box-pack: justify;
  257. -ms-flex-pack: justify;
  258. justify-content: space-between; }
  259. .el-row--flex.is-justify-space-around {
  260. -ms-flex-pack: distribute;
  261. justify-content: space-around; }
  262. .el-row--flex.is-align-middle {
  263. -webkit-box-align: center;
  264. -ms-flex-align: center;
  265. align-items: center; }
  266. .el-row--flex.is-align-bottom {
  267. -webkit-box-align: end;
  268. -ms-flex-align: end;
  269. align-items: flex-end; }