框架源码
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.

548 lines
11 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. /* Element Chalk Variables */
  133. /* Transition
  134. -------------------------- */
  135. /* Color
  136. -------------------------- */
  137. /* 53a8ff */
  138. /* 66b1ff */
  139. /* 79bbff */
  140. /* 8cc5ff */
  141. /* a0cfff */
  142. /* b3d8ff */
  143. /* c6e2ff */
  144. /* d9ecff */
  145. /* ecf5ff */
  146. /* Link
  147. -------------------------- */
  148. /* Border
  149. -------------------------- */
  150. /* Fill
  151. -------------------------- */
  152. /* Typography
  153. -------------------------- */
  154. /* Size
  155. -------------------------- */
  156. /* z-index
  157. -------------------------- */
  158. /* Disable base
  159. -------------------------- */
  160. /* Icon
  161. -------------------------- */
  162. /* Checkbox
  163. -------------------------- */
  164. /* Radio
  165. -------------------------- */
  166. /* Select
  167. -------------------------- */
  168. /* Alert
  169. -------------------------- */
  170. /* MessageBox
  171. -------------------------- */
  172. /* Message
  173. -------------------------- */
  174. /* Notification
  175. -------------------------- */
  176. /* Input
  177. -------------------------- */
  178. /* Cascader
  179. -------------------------- */
  180. /* Group
  181. -------------------------- */
  182. /* Tab
  183. -------------------------- */
  184. /* Button
  185. -------------------------- */
  186. /* cascader
  187. -------------------------- */
  188. /* Switch
  189. -------------------------- */
  190. /* Dialog
  191. -------------------------- */
  192. /* Table
  193. -------------------------- */
  194. /* Pagination
  195. -------------------------- */
  196. /* Popup
  197. -------------------------- */
  198. /* Popover
  199. -------------------------- */
  200. /* Tooltip
  201. -------------------------- */
  202. /* Tag
  203. -------------------------- */
  204. /* Tree
  205. -------------------------- */
  206. /* Dropdown
  207. -------------------------- */
  208. /* Badge
  209. -------------------------- */
  210. /* Card
  211. --------------------------*/
  212. /* Slider
  213. --------------------------*/
  214. /* Steps
  215. --------------------------*/
  216. /* Menu
  217. --------------------------*/
  218. /* Rate
  219. --------------------------*/
  220. /* DatePicker
  221. --------------------------*/
  222. /* Loading
  223. --------------------------*/
  224. /* Scrollbar
  225. --------------------------*/
  226. /* Carousel
  227. --------------------------*/
  228. /* Collapse
  229. --------------------------*/
  230. /* Transfer
  231. --------------------------*/
  232. /* Header
  233. --------------------------*/
  234. /* Footer
  235. --------------------------*/
  236. /* Main
  237. --------------------------*/
  238. /* Timeline
  239. --------------------------*/
  240. /* Backtop
  241. --------------------------*/
  242. /* Link
  243. --------------------------*/
  244. /* Calendar
  245. --------------------------*/
  246. /* Form
  247. -------------------------- */
  248. /* Avatar
  249. --------------------------*/
  250. /* Break-point
  251. --------------------------*/ }
  252. .el-select-dropdown__item {
  253. font-size: 14px;
  254. padding: 0 20px;
  255. position: relative;
  256. white-space: nowrap;
  257. overflow: hidden;
  258. text-overflow: ellipsis;
  259. color: #FFFFFF;
  260. height: 34px;
  261. line-height: 34px;
  262. -webkit-box-sizing: border-box;
  263. box-sizing: border-box;
  264. cursor: pointer; }
  265. .el-select-dropdown__item.is-disabled {
  266. color: rgba(255, 255, 255, 0.5);
  267. cursor: not-allowed; }
  268. .el-select-dropdown__item.is-disabled:hover {
  269. background-color: #000000; }
  270. .el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
  271. background-color: rgba(255, 255, 255, 0.15); }
  272. .el-select-dropdown__item.selected {
  273. color: #92D9FF;
  274. font-weight: bold; }
  275. /* BEM support Func
  276. -------------------------- */
  277. /* Element Chalk Variables */
  278. /* Transition
  279. -------------------------- */
  280. /* Color
  281. -------------------------- */
  282. /* 53a8ff */
  283. /* 66b1ff */
  284. /* 79bbff */
  285. /* 8cc5ff */
  286. /* a0cfff */
  287. /* b3d8ff */
  288. /* c6e2ff */
  289. /* d9ecff */
  290. /* ecf5ff */
  291. /* Link
  292. -------------------------- */
  293. /* Border
  294. -------------------------- */
  295. /* Fill
  296. -------------------------- */
  297. /* Typography
  298. -------------------------- */
  299. /* Size
  300. -------------------------- */
  301. /* z-index
  302. -------------------------- */
  303. /* Disable base
  304. -------------------------- */
  305. /* Icon
  306. -------------------------- */
  307. /* Checkbox
  308. -------------------------- */
  309. /* Radio
  310. -------------------------- */
  311. /* Select
  312. -------------------------- */
  313. /* Alert
  314. -------------------------- */
  315. /* MessageBox
  316. -------------------------- */
  317. /* Message
  318. -------------------------- */
  319. /* Notification
  320. -------------------------- */
  321. /* Input
  322. -------------------------- */
  323. /* Cascader
  324. -------------------------- */
  325. /* Group
  326. -------------------------- */
  327. /* Tab
  328. -------------------------- */
  329. /* Button
  330. -------------------------- */
  331. /* cascader
  332. -------------------------- */
  333. /* Switch
  334. -------------------------- */
  335. /* Dialog
  336. -------------------------- */
  337. /* Table
  338. -------------------------- */
  339. /* Pagination
  340. -------------------------- */
  341. /* Popup
  342. -------------------------- */
  343. /* Popover
  344. -------------------------- */
  345. /* Tooltip
  346. -------------------------- */
  347. /* Tag
  348. -------------------------- */
  349. /* Tree
  350. -------------------------- */
  351. /* Dropdown
  352. -------------------------- */
  353. /* Badge
  354. -------------------------- */
  355. /* Card
  356. --------------------------*/
  357. /* Slider
  358. --------------------------*/
  359. /* Steps
  360. --------------------------*/
  361. /* Menu
  362. --------------------------*/
  363. /* Rate
  364. --------------------------*/
  365. /* DatePicker
  366. --------------------------*/
  367. /* Loading
  368. --------------------------*/
  369. /* Scrollbar
  370. --------------------------*/
  371. /* Carousel
  372. --------------------------*/
  373. /* Collapse
  374. --------------------------*/
  375. /* Transfer
  376. --------------------------*/
  377. /* Header
  378. --------------------------*/
  379. /* Footer
  380. --------------------------*/
  381. /* Main
  382. --------------------------*/
  383. /* Timeline
  384. --------------------------*/
  385. /* Backtop
  386. --------------------------*/
  387. /* Link
  388. --------------------------*/
  389. /* Calendar
  390. --------------------------*/
  391. /* Form
  392. -------------------------- */
  393. /* Avatar
  394. --------------------------*/
  395. /* Break-point
  396. --------------------------*/
  397. /* Break-points
  398. -------------------------- */
  399. /* Scrollbar
  400. -------------------------- */
  401. /* Placeholder
  402. -------------------------- */
  403. /* BEM
  404. -------------------------- */
  405. /* Element Chalk Variables */
  406. /* Transition
  407. -------------------------- */
  408. /* Color
  409. -------------------------- */
  410. /* 53a8ff */
  411. /* 66b1ff */
  412. /* 79bbff */
  413. /* 8cc5ff */
  414. /* a0cfff */
  415. /* b3d8ff */
  416. /* c6e2ff */
  417. /* d9ecff */
  418. /* ecf5ff */
  419. /* Link
  420. -------------------------- */
  421. /* Border
  422. -------------------------- */
  423. /* Fill
  424. -------------------------- */
  425. /* Typography
  426. -------------------------- */
  427. /* Size
  428. -------------------------- */
  429. /* z-index
  430. -------------------------- */
  431. /* Disable base
  432. -------------------------- */
  433. /* Icon
  434. -------------------------- */
  435. /* Checkbox
  436. -------------------------- */
  437. /* Radio
  438. -------------------------- */
  439. /* Select
  440. -------------------------- */
  441. /* Alert
  442. -------------------------- */
  443. /* MessageBox
  444. -------------------------- */
  445. /* Message
  446. -------------------------- */
  447. /* Notification
  448. -------------------------- */
  449. /* Input
  450. -------------------------- */
  451. /* Cascader
  452. -------------------------- */
  453. /* Group
  454. -------------------------- */
  455. /* Tab
  456. -------------------------- */
  457. /* Button
  458. -------------------------- */
  459. /* cascader
  460. -------------------------- */
  461. /* Switch
  462. -------------------------- */
  463. /* Dialog
  464. -------------------------- */
  465. /* Table
  466. -------------------------- */
  467. /* Pagination
  468. -------------------------- */
  469. /* Popup
  470. -------------------------- */
  471. /* Popover
  472. -------------------------- */
  473. /* Tooltip
  474. -------------------------- */
  475. /* Tag
  476. -------------------------- */
  477. /* Tree
  478. -------------------------- */
  479. /* Dropdown
  480. -------------------------- */
  481. /* Badge
  482. -------------------------- */
  483. /* Card
  484. --------------------------*/
  485. /* Slider
  486. --------------------------*/
  487. /* Steps
  488. --------------------------*/
  489. /* Menu
  490. --------------------------*/
  491. /* Rate
  492. --------------------------*/
  493. /* DatePicker
  494. --------------------------*/
  495. /* Loading
  496. --------------------------*/
  497. /* Scrollbar
  498. --------------------------*/
  499. /* Carousel
  500. --------------------------*/
  501. /* Collapse
  502. --------------------------*/
  503. /* Transfer
  504. --------------------------*/
  505. /* Header
  506. --------------------------*/
  507. /* Footer
  508. --------------------------*/
  509. /* Main
  510. --------------------------*/
  511. /* Timeline
  512. --------------------------*/
  513. /* Backtop
  514. --------------------------*/
  515. /* Link
  516. --------------------------*/
  517. /* Calendar
  518. --------------------------*/
  519. /* Form
  520. -------------------------- */
  521. /* Avatar
  522. --------------------------*/
  523. /* Break-point
  524. --------------------------*/
  525. .el-select-dropdown__item {
  526. font-size: 14px;
  527. padding: 0 20px;
  528. position: relative;
  529. white-space: nowrap;
  530. overflow: hidden;
  531. text-overflow: ellipsis;
  532. color: #FFFFFF;
  533. height: 34px;
  534. line-height: 34px;
  535. -webkit-box-sizing: border-box;
  536. box-sizing: border-box;
  537. cursor: pointer; }
  538. .el-select-dropdown__item.is-disabled {
  539. color: rgba(255, 255, 255, 0.5);
  540. cursor: not-allowed; }
  541. .el-select-dropdown__item.is-disabled:hover {
  542. background-color: #000000; }
  543. .el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
  544. background-color: rgba(255, 255, 255, 0.15); }
  545. .el-select-dropdown__item.selected {
  546. color: #92D9FF;
  547. font-weight: bold; }