app模板、应用模板、组件模板、widget模板
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.

578 lines
12 KiB

4 years ago
  1. [data-theme="blue"] {
  2. /* Element Chalk Variables */
  3. /* Transition
  4. -------------------------- */
  5. /* Color
  6. -------------------------- */
  7. /* 53a8ff */
  8. /* 66b1ff */
  9. /* 79bbff */
  10. /* 8cc5ff */
  11. /* a0cfff */
  12. /* b3d8ff */
  13. /* c6e2ff */
  14. /* d9ecff */
  15. /* ecf5ff */
  16. /* Link
  17. -------------------------- */
  18. /* Border
  19. -------------------------- */
  20. /* Fill
  21. -------------------------- */
  22. /* Typography
  23. -------------------------- */
  24. /* Size
  25. -------------------------- */
  26. /* z-index
  27. -------------------------- */
  28. /* Disable base
  29. -------------------------- */
  30. /* Icon
  31. -------------------------- */
  32. /* Checkbox
  33. -------------------------- */
  34. /* Radio
  35. -------------------------- */
  36. /* Select
  37. -------------------------- */
  38. /* Alert
  39. -------------------------- */
  40. /* MessageBox
  41. -------------------------- */
  42. /* Message
  43. -------------------------- */
  44. /* Notification
  45. -------------------------- */
  46. /* Input
  47. -------------------------- */
  48. /* Cascader
  49. -------------------------- */
  50. /* Group
  51. -------------------------- */
  52. /* Tab
  53. -------------------------- */
  54. /* Button
  55. -------------------------- */
  56. /* cascader
  57. -------------------------- */
  58. /* Switch
  59. -------------------------- */
  60. /* Dialog
  61. -------------------------- */
  62. /* Table
  63. -------------------------- */
  64. /* Pagination
  65. -------------------------- */
  66. /* Popup
  67. -------------------------- */
  68. /* Popover
  69. -------------------------- */
  70. /* Tooltip
  71. -------------------------- */
  72. /* Tag
  73. -------------------------- */
  74. /* Tree
  75. -------------------------- */
  76. /* Dropdown
  77. -------------------------- */
  78. /* Badge
  79. -------------------------- */
  80. /* Card
  81. --------------------------*/
  82. /* Slider
  83. --------------------------*/
  84. /* Steps
  85. --------------------------*/
  86. /* Menu
  87. --------------------------*/
  88. /* Rate
  89. --------------------------*/
  90. /* DatePicker
  91. --------------------------*/
  92. /* Loading
  93. --------------------------*/
  94. /* Scrollbar
  95. --------------------------*/
  96. /* Carousel
  97. --------------------------*/
  98. /* Collapse
  99. --------------------------*/
  100. /* Transfer
  101. --------------------------*/
  102. /* Header
  103. --------------------------*/
  104. /* Footer
  105. --------------------------*/
  106. /* Main
  107. --------------------------*/
  108. /* Timeline
  109. --------------------------*/
  110. /* Backtop
  111. --------------------------*/
  112. /* Link
  113. --------------------------*/
  114. /* Calendar
  115. --------------------------*/
  116. /* Form
  117. -------------------------- */
  118. /* Avatar
  119. --------------------------*/
  120. /* Break-point
  121. --------------------------*/
  122. /* BEM support Func
  123. -------------------------- */
  124. /* Element Chalk Variables */
  125. /* Transition
  126. -------------------------- */
  127. /* Color
  128. -------------------------- */
  129. /* 53a8ff */
  130. /* 66b1ff */
  131. /* 79bbff */
  132. /* 8cc5ff */
  133. /* a0cfff */
  134. /* b3d8ff */
  135. /* c6e2ff */
  136. /* d9ecff */
  137. /* ecf5ff */
  138. /* Link
  139. -------------------------- */
  140. /* Border
  141. -------------------------- */
  142. /* Fill
  143. -------------------------- */
  144. /* Typography
  145. -------------------------- */
  146. /* Size
  147. -------------------------- */
  148. /* z-index
  149. -------------------------- */
  150. /* Disable base
  151. -------------------------- */
  152. /* Icon
  153. -------------------------- */
  154. /* Checkbox
  155. -------------------------- */
  156. /* Radio
  157. -------------------------- */
  158. /* Select
  159. -------------------------- */
  160. /* Alert
  161. -------------------------- */
  162. /* MessageBox
  163. -------------------------- */
  164. /* Message
  165. -------------------------- */
  166. /* Notification
  167. -------------------------- */
  168. /* Input
  169. -------------------------- */
  170. /* Cascader
  171. -------------------------- */
  172. /* Group
  173. -------------------------- */
  174. /* Tab
  175. -------------------------- */
  176. /* Button
  177. -------------------------- */
  178. /* cascader
  179. -------------------------- */
  180. /* Switch
  181. -------------------------- */
  182. /* Dialog
  183. -------------------------- */
  184. /* Table
  185. -------------------------- */
  186. /* Pagination
  187. -------------------------- */
  188. /* Popup
  189. -------------------------- */
  190. /* Popover
  191. -------------------------- */
  192. /* Tooltip
  193. -------------------------- */
  194. /* Tag
  195. -------------------------- */
  196. /* Tree
  197. -------------------------- */
  198. /* Dropdown
  199. -------------------------- */
  200. /* Badge
  201. -------------------------- */
  202. /* Card
  203. --------------------------*/
  204. /* Slider
  205. --------------------------*/
  206. /* Steps
  207. --------------------------*/
  208. /* Menu
  209. --------------------------*/
  210. /* Rate
  211. --------------------------*/
  212. /* DatePicker
  213. --------------------------*/
  214. /* Loading
  215. --------------------------*/
  216. /* Scrollbar
  217. --------------------------*/
  218. /* Carousel
  219. --------------------------*/
  220. /* Collapse
  221. --------------------------*/
  222. /* Transfer
  223. --------------------------*/
  224. /* Header
  225. --------------------------*/
  226. /* Footer
  227. --------------------------*/
  228. /* Main
  229. --------------------------*/
  230. /* Timeline
  231. --------------------------*/
  232. /* Backtop
  233. --------------------------*/
  234. /* Link
  235. --------------------------*/
  236. /* Calendar
  237. --------------------------*/
  238. /* Form
  239. -------------------------- */
  240. /* Avatar
  241. --------------------------*/
  242. /* Break-point
  243. --------------------------*/
  244. /* Break-points
  245. -------------------------- */
  246. /* Scrollbar
  247. -------------------------- */
  248. /* Placeholder
  249. -------------------------- */
  250. /* BEM
  251. -------------------------- */ }
  252. @media only screen and (max-width: 767px) {
  253. [data-theme="blue"] .hidden-xs-only {
  254. display: none !important; } }
  255. @media only screen and (min-width: 768px) {
  256. [data-theme="blue"] .hidden-sm-and-up {
  257. display: none !important; } }
  258. @media only screen and (min-width: 768px) and (max-width: 991px) {
  259. [data-theme="blue"] .hidden-sm-only {
  260. display: none !important; } }
  261. @media only screen and (max-width: 991px) {
  262. [data-theme="blue"] .hidden-sm-and-down {
  263. display: none !important; } }
  264. @media only screen and (min-width: 992px) {
  265. [data-theme="blue"] .hidden-md-and-up {
  266. display: none !important; } }
  267. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  268. [data-theme="blue"] .hidden-md-only {
  269. display: none !important; } }
  270. @media only screen and (max-width: 1199px) {
  271. [data-theme="blue"] .hidden-md-and-down {
  272. display: none !important; } }
  273. @media only screen and (min-width: 1200px) {
  274. [data-theme="blue"] .hidden-lg-and-up {
  275. display: none !important; } }
  276. @media only screen and (min-width: 1200px) and (max-width: 1919px) {
  277. [data-theme="blue"] .hidden-lg-only {
  278. display: none !important; } }
  279. @media only screen and (max-width: 1919px) {
  280. [data-theme="blue"] .hidden-lg-and-down {
  281. display: none !important; } }
  282. @media only screen and (min-width: 1920px) {
  283. [data-theme="blue"] .hidden-xl-only {
  284. display: none !important; } }
  285. /* Element Chalk Variables */
  286. /* Transition
  287. -------------------------- */
  288. /* Color
  289. -------------------------- */
  290. /* 53a8ff */
  291. /* 66b1ff */
  292. /* 79bbff */
  293. /* 8cc5ff */
  294. /* a0cfff */
  295. /* b3d8ff */
  296. /* c6e2ff */
  297. /* d9ecff */
  298. /* ecf5ff */
  299. /* Link
  300. -------------------------- */
  301. /* Border
  302. -------------------------- */
  303. /* Fill
  304. -------------------------- */
  305. /* Typography
  306. -------------------------- */
  307. /* Size
  308. -------------------------- */
  309. /* z-index
  310. -------------------------- */
  311. /* Disable base
  312. -------------------------- */
  313. /* Icon
  314. -------------------------- */
  315. /* Checkbox
  316. -------------------------- */
  317. /* Radio
  318. -------------------------- */
  319. /* Select
  320. -------------------------- */
  321. /* Alert
  322. -------------------------- */
  323. /* MessageBox
  324. -------------------------- */
  325. /* Message
  326. -------------------------- */
  327. /* Notification
  328. -------------------------- */
  329. /* Input
  330. -------------------------- */
  331. /* Cascader
  332. -------------------------- */
  333. /* Group
  334. -------------------------- */
  335. /* Tab
  336. -------------------------- */
  337. /* Button
  338. -------------------------- */
  339. /* cascader
  340. -------------------------- */
  341. /* Switch
  342. -------------------------- */
  343. /* Dialog
  344. -------------------------- */
  345. /* Table
  346. -------------------------- */
  347. /* Pagination
  348. -------------------------- */
  349. /* Popup
  350. -------------------------- */
  351. /* Popover
  352. -------------------------- */
  353. /* Tooltip
  354. -------------------------- */
  355. /* Tag
  356. -------------------------- */
  357. /* Tree
  358. -------------------------- */
  359. /* Dropdown
  360. -------------------------- */
  361. /* Badge
  362. -------------------------- */
  363. /* Card
  364. --------------------------*/
  365. /* Slider
  366. --------------------------*/
  367. /* Steps
  368. --------------------------*/
  369. /* Menu
  370. --------------------------*/
  371. /* Rate
  372. --------------------------*/
  373. /* DatePicker
  374. --------------------------*/
  375. /* Loading
  376. --------------------------*/
  377. /* Scrollbar
  378. --------------------------*/
  379. /* Carousel
  380. --------------------------*/
  381. /* Collapse
  382. --------------------------*/
  383. /* Transfer
  384. --------------------------*/
  385. /* Header
  386. --------------------------*/
  387. /* Footer
  388. --------------------------*/
  389. /* Main
  390. --------------------------*/
  391. /* Timeline
  392. --------------------------*/
  393. /* Backtop
  394. --------------------------*/
  395. /* Link
  396. --------------------------*/
  397. /* Calendar
  398. --------------------------*/
  399. /* Form
  400. -------------------------- */
  401. /* Avatar
  402. --------------------------*/
  403. /* Break-point
  404. --------------------------*/
  405. /* BEM support Func
  406. -------------------------- */
  407. /* Element Chalk Variables */
  408. /* Transition
  409. -------------------------- */
  410. /* Color
  411. -------------------------- */
  412. /* 53a8ff */
  413. /* 66b1ff */
  414. /* 79bbff */
  415. /* 8cc5ff */
  416. /* a0cfff */
  417. /* b3d8ff */
  418. /* c6e2ff */
  419. /* d9ecff */
  420. /* ecf5ff */
  421. /* Link
  422. -------------------------- */
  423. /* Border
  424. -------------------------- */
  425. /* Fill
  426. -------------------------- */
  427. /* Typography
  428. -------------------------- */
  429. /* Size
  430. -------------------------- */
  431. /* z-index
  432. -------------------------- */
  433. /* Disable base
  434. -------------------------- */
  435. /* Icon
  436. -------------------------- */
  437. /* Checkbox
  438. -------------------------- */
  439. /* Radio
  440. -------------------------- */
  441. /* Select
  442. -------------------------- */
  443. /* Alert
  444. -------------------------- */
  445. /* MessageBox
  446. -------------------------- */
  447. /* Message
  448. -------------------------- */
  449. /* Notification
  450. -------------------------- */
  451. /* Input
  452. -------------------------- */
  453. /* Cascader
  454. -------------------------- */
  455. /* Group
  456. -------------------------- */
  457. /* Tab
  458. -------------------------- */
  459. /* Button
  460. -------------------------- */
  461. /* cascader
  462. -------------------------- */
  463. /* Switch
  464. -------------------------- */
  465. /* Dialog
  466. -------------------------- */
  467. /* Table
  468. -------------------------- */
  469. /* Pagination
  470. -------------------------- */
  471. /* Popup
  472. -------------------------- */
  473. /* Popover
  474. -------------------------- */
  475. /* Tooltip
  476. -------------------------- */
  477. /* Tag
  478. -------------------------- */
  479. /* Tree
  480. -------------------------- */
  481. /* Dropdown
  482. -------------------------- */
  483. /* Badge
  484. -------------------------- */
  485. /* Card
  486. --------------------------*/
  487. /* Slider
  488. --------------------------*/
  489. /* Steps
  490. --------------------------*/
  491. /* Menu
  492. --------------------------*/
  493. /* Rate
  494. --------------------------*/
  495. /* DatePicker
  496. --------------------------*/
  497. /* Loading
  498. --------------------------*/
  499. /* Scrollbar
  500. --------------------------*/
  501. /* Carousel
  502. --------------------------*/
  503. /* Collapse
  504. --------------------------*/
  505. /* Transfer
  506. --------------------------*/
  507. /* Header
  508. --------------------------*/
  509. /* Footer
  510. --------------------------*/
  511. /* Main
  512. --------------------------*/
  513. /* Timeline
  514. --------------------------*/
  515. /* Backtop
  516. --------------------------*/
  517. /* Link
  518. --------------------------*/
  519. /* Calendar
  520. --------------------------*/
  521. /* Form
  522. -------------------------- */
  523. /* Avatar
  524. --------------------------*/
  525. /* Break-point
  526. --------------------------*/
  527. /* Break-points
  528. -------------------------- */
  529. /* Scrollbar
  530. -------------------------- */
  531. /* Placeholder
  532. -------------------------- */
  533. /* BEM
  534. -------------------------- */
  535. @media only screen and (max-width: 767px) {
  536. .hidden-xs-only {
  537. display: none !important; } }
  538. @media only screen and (min-width: 768px) {
  539. .hidden-sm-and-up {
  540. display: none !important; } }
  541. @media only screen and (min-width: 768px) and (max-width: 991px) {
  542. .hidden-sm-only {
  543. display: none !important; } }
  544. @media only screen and (max-width: 991px) {
  545. .hidden-sm-and-down {
  546. display: none !important; } }
  547. @media only screen and (min-width: 992px) {
  548. .hidden-md-and-up {
  549. display: none !important; } }
  550. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  551. .hidden-md-only {
  552. display: none !important; } }
  553. @media only screen and (max-width: 1199px) {
  554. .hidden-md-and-down {
  555. display: none !important; } }
  556. @media only screen and (min-width: 1200px) {
  557. .hidden-lg-and-up {
  558. display: none !important; } }
  559. @media only screen and (min-width: 1200px) and (max-width: 1919px) {
  560. .hidden-lg-only {
  561. display: none !important; } }
  562. @media only screen and (max-width: 1919px) {
  563. .hidden-lg-and-down {
  564. display: none !important; } }
  565. @media only screen and (min-width: 1920px) {
  566. .hidden-xl-only {
  567. display: none !important; } }