icon.wxss 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770
  1. .t-float-left {
  2. float: left;
  3. }
  4. .t-float-right {
  5. float: right;
  6. }
  7. @keyframes tdesign-fade-out {
  8. from {
  9. opacity: 1;
  10. }
  11. to {
  12. opacity: 0;
  13. }
  14. }
  15. .hotspot-expanded.relative {
  16. position: relative;
  17. }
  18. .hotspot-expanded::after {
  19. content: '';
  20. display: block;
  21. position: absolute;
  22. left: 0;
  23. top: 0;
  24. right: 0;
  25. bottom: 0;
  26. transform: scale(1.5);
  27. }
  28. @font-face {
  29. font-family: t;
  30. src: url('https://tdesign.gtimg.com/icon/0.1.2/fonts/t.eot'), url('https://tdesign.gtimg.com/icon/0.1.2/fonts/t.eot?#iefix') format('ded-opentype'), url('https://tdesign.gtimg.com/icon/0.1.2/fonts/t.woff') format('woff'), url('https://tdesign.gtimg.com/icon/0.1.2/fonts/t.ttf') format('truetype'), url('https://tdesign.gtimg.com/icon/0.1.2/fonts/t.svg') format('svg');
  31. /* iOS 4.1- */
  32. font-weight: normal;
  33. font-style: normal;
  34. }
  35. .t-icon--image {
  36. width: 1em;
  37. height: 1em;
  38. }
  39. .t-icon__image {
  40. vertical-align: top;
  41. width: 100%;
  42. height: 100%;
  43. }
  44. .t-icon-base {
  45. font-style: normal;
  46. font-weight: normal;
  47. font-variant: normal;
  48. text-transform: none;
  49. line-height: 1;
  50. text-align: center;
  51. display: block;
  52. -webkit-font-smoothing: antialiased;
  53. -moz-osx-font-smoothing: grayscale;
  54. }
  55. .t-icon {
  56. /* stylelint-disable-next-line declaration-no-important */
  57. font-family: t !important;
  58. /* prevent issues with browser extensions that change fonts */
  59. }
  60. .t-icon-add-circle:before {
  61. content: '\E001';
  62. }
  63. .t-icon-add-rectangle:before {
  64. content: '\E002';
  65. }
  66. .t-icon-add:before {
  67. content: '\E003';
  68. }
  69. .t-icon-app:before {
  70. content: '\E004';
  71. }
  72. .t-icon-arrow-down-rectangle:before {
  73. content: '\E005';
  74. }
  75. .t-icon-arrow-down:before {
  76. content: '\E006';
  77. }
  78. .t-icon-arrow-left:before {
  79. content: '\E007';
  80. }
  81. .t-icon-arrow-right:before {
  82. content: '\E008';
  83. }
  84. .t-icon-arrow-up:before {
  85. content: '\E009';
  86. }
  87. .t-icon-attach:before {
  88. content: '\E00A';
  89. }
  90. .t-icon-backtop-rectangle:before {
  91. content: '\E00B';
  92. }
  93. .t-icon-backtop:before {
  94. content: '\E00C';
  95. }
  96. .t-icon-backward:before {
  97. content: '\E00D';
  98. }
  99. .t-icon-barcode:before {
  100. content: '\E00E';
  101. }
  102. .t-icon-books:before {
  103. content: '\E00F';
  104. }
  105. .t-icon-browse-off:before {
  106. content: '\E010';
  107. }
  108. .t-icon-browse:before {
  109. content: '\E011';
  110. }
  111. .t-icon-bulletpoint:before {
  112. content: '\E012';
  113. }
  114. .t-icon-calendar:before {
  115. content: '\E013';
  116. }
  117. .t-icon-call:before {
  118. content: '\E014';
  119. }
  120. .t-icon-caret-down-small:before {
  121. content: '\E015';
  122. }
  123. .t-icon-caret-down:before {
  124. content: '\E016';
  125. }
  126. .t-icon-caret-left-small:before {
  127. content: '\E017';
  128. }
  129. .t-icon-caret-left:before {
  130. content: '\E018';
  131. }
  132. .t-icon-caret-right-small:before {
  133. content: '\E019';
  134. }
  135. .t-icon-caret-right:before {
  136. content: '\E01A';
  137. }
  138. .t-icon-caret-up-small:before {
  139. content: '\E01B';
  140. }
  141. .t-icon-caret-up:before {
  142. content: '\E01C';
  143. }
  144. .t-icon-cart:before {
  145. content: '\E01D';
  146. }
  147. .t-icon-chart-bar:before {
  148. content: '\E01E';
  149. }
  150. .t-icon-chart-bubble:before {
  151. content: '\E01F';
  152. }
  153. .t-icon-chart-pie:before {
  154. content: '\E020';
  155. }
  156. .t-icon-chart:before {
  157. content: '\E021';
  158. }
  159. .t-icon-chat:before {
  160. content: '\E022';
  161. }
  162. .t-icon-check-circle-filled:before {
  163. content: '\E023';
  164. }
  165. .t-icon-check-circle:before {
  166. content: '\E024';
  167. }
  168. .t-icon-check-rectangle-filled:before {
  169. content: '\E025';
  170. }
  171. .t-icon-check-rectangle:before {
  172. content: '\E026';
  173. }
  174. .t-icon-check:before {
  175. content: '\E027';
  176. }
  177. .t-icon-chevron-down-circle:before {
  178. content: '\E028';
  179. }
  180. .t-icon-chevron-down-rectangle:before {
  181. content: '\E029';
  182. }
  183. .t-icon-chevron-down:before {
  184. content: '\E02A';
  185. }
  186. .t-icon-chevron-left-circle:before {
  187. content: '\E02B';
  188. }
  189. .t-icon-chevron-left-double:before {
  190. content: '\E02C';
  191. }
  192. .t-icon-chevron-left-rectangle:before {
  193. content: '\E02D';
  194. }
  195. .t-icon-chevron-left:before {
  196. content: '\E02E';
  197. }
  198. .t-icon-chevron-right-circle:before {
  199. content: '\E02F';
  200. }
  201. .t-icon-chevron-right-double:before {
  202. content: '\E030';
  203. }
  204. .t-icon-chevron-right-rectangle:before {
  205. content: '\E031';
  206. }
  207. .t-icon-chevron-right:before {
  208. content: '\E032';
  209. }
  210. .t-icon-chevron-up-circle:before {
  211. content: '\E033';
  212. }
  213. .t-icon-chevron-up-rectangle:before {
  214. content: '\E034';
  215. }
  216. .t-icon-chevron-up:before {
  217. content: '\E035';
  218. }
  219. .t-icon-circle:before {
  220. content: '\E036';
  221. }
  222. .t-icon-clear:before {
  223. content: '\E037';
  224. }
  225. .t-icon-close-circle-filled:before {
  226. content: '\E038';
  227. }
  228. .t-icon-close-circle:before {
  229. content: '\E039';
  230. }
  231. .t-icon-close-rectangle:before {
  232. content: '\E03A';
  233. }
  234. .t-icon-close:before {
  235. content: '\E03B';
  236. }
  237. .t-icon-cloud-download:before {
  238. content: '\E03C';
  239. }
  240. .t-icon-cloud-upload:before {
  241. content: '\E03D';
  242. }
  243. .t-icon-cloud:before {
  244. content: '\E03E';
  245. }
  246. .t-icon-code:before {
  247. content: '\E03F';
  248. }
  249. .t-icon-control-platform:before {
  250. content: '\E040';
  251. }
  252. .t-icon-creditcard:before {
  253. content: '\E041';
  254. }
  255. .t-icon-dashboard:before {
  256. content: '\E042';
  257. }
  258. .t-icon-delete:before {
  259. content: '\E043';
  260. }
  261. .t-icon-desktop:before {
  262. content: '\E044';
  263. }
  264. .t-icon-discount-filled:before {
  265. content: '\E045';
  266. }
  267. .t-icon-discount:before {
  268. content: '\E046';
  269. }
  270. .t-icon-download:before {
  271. content: '\E047';
  272. }
  273. .t-icon-edit-1:before {
  274. content: '\E048';
  275. }
  276. .t-icon-edit:before {
  277. content: '\E049';
  278. }
  279. .t-icon-ellipsis:before {
  280. content: '\E04A';
  281. }
  282. .t-icon-enter:before {
  283. content: '\E04B';
  284. }
  285. .t-icon-error-circle-filled:before {
  286. content: '\E04C';
  287. }
  288. .t-icon-error-circle:before {
  289. content: '\E04D';
  290. }
  291. .t-icon-error:before {
  292. content: '\E04E';
  293. }
  294. .t-icon-file-add:before {
  295. content: '\E04F';
  296. }
  297. .t-icon-file-copy:before {
  298. content: '\E050';
  299. }
  300. .t-icon-file-excel:before {
  301. content: '\E051';
  302. }
  303. .t-icon-file-icon:before {
  304. content: '\E052';
  305. }
  306. .t-icon-file-image:before {
  307. content: '\E053';
  308. }
  309. .t-icon-file-paste:before {
  310. content: '\E054';
  311. }
  312. .t-icon-file-pdf:before {
  313. content: '\E055';
  314. }
  315. .t-icon-file-powerpoint:before {
  316. content: '\E056';
  317. }
  318. .t-icon-file-unknown:before {
  319. content: '\E057';
  320. }
  321. .t-icon-file-word:before {
  322. content: '\E058';
  323. }
  324. .t-icon-file:before {
  325. content: '\E059';
  326. }
  327. .t-icon-filter-clear:before {
  328. content: '\E05A';
  329. }
  330. .t-icon-filter:before {
  331. content: '\E05B';
  332. }
  333. .t-icon-flag:before {
  334. content: '\E05C';
  335. }
  336. .t-icon-folder-add:before {
  337. content: '\E05D';
  338. }
  339. .t-icon-folder-open:before {
  340. content: '\E05E';
  341. }
  342. .t-icon-folder:before {
  343. content: '\E05F';
  344. }
  345. .t-icon-fork:before {
  346. content: '\E060';
  347. }
  348. .t-icon-format-horizontal-align-bottom:before {
  349. content: '\E061';
  350. }
  351. .t-icon-format-horizontal-align-center:before {
  352. content: '\E062';
  353. }
  354. .t-icon-format-horizontal-align-top:before {
  355. content: '\E063';
  356. }
  357. .t-icon-format-vertical-align-center:before {
  358. content: '\E064';
  359. }
  360. .t-icon-format-vertical-align-left:before {
  361. content: '\E065';
  362. }
  363. .t-icon-format-vertical-align-right:before {
  364. content: '\E066';
  365. }
  366. .t-icon-forward:before {
  367. content: '\E067';
  368. }
  369. .t-icon-fullscreen-exit:before {
  370. content: '\E068';
  371. }
  372. .t-icon-fullscreen:before {
  373. content: '\E069';
  374. }
  375. .t-icon-gender-female:before {
  376. content: '\E06A';
  377. }
  378. .t-icon-gender-male:before {
  379. content: '\E06B';
  380. }
  381. .t-icon-gift:before {
  382. content: '\E06C';
  383. }
  384. .t-icon-heart-filled:before {
  385. content: '\E06D';
  386. }
  387. .t-icon-heart:before {
  388. content: '\E06E';
  389. }
  390. .t-icon-help-circle-filled:before {
  391. content: '\E06F';
  392. }
  393. .t-icon-help-circle:before {
  394. content: '\E070';
  395. }
  396. .t-icon-help:before {
  397. content: '\E071';
  398. }
  399. .t-icon-history:before {
  400. content: '\E072';
  401. }
  402. .t-icon-home:before {
  403. content: '\E073';
  404. }
  405. .t-icon-hourglass:before {
  406. content: '\E074';
  407. }
  408. .t-icon-image-error:before {
  409. content: '\E075';
  410. }
  411. .t-icon-image:before {
  412. content: '\E076';
  413. }
  414. .t-icon-info-circle-filled:before {
  415. content: '\E077';
  416. }
  417. .t-icon-info-circle:before {
  418. content: '\E078';
  419. }
  420. .t-icon-internet:before {
  421. content: '\E079';
  422. }
  423. .t-icon-jump:before {
  424. content: '\E07A';
  425. }
  426. .t-icon-laptop:before {
  427. content: '\E07B';
  428. }
  429. .t-icon-layers:before {
  430. content: '\E07C';
  431. }
  432. .t-icon-link-unlink:before {
  433. content: '\E07D';
  434. }
  435. .t-icon-link:before {
  436. content: '\E07E';
  437. }
  438. .t-icon-loading:before {
  439. content: '\E07F';
  440. }
  441. .t-icon-location:before {
  442. content: '\E080';
  443. }
  444. .t-icon-lock-off:before {
  445. content: '\E081';
  446. }
  447. .t-icon-lock-on:before {
  448. content: '\E082';
  449. }
  450. .t-icon-login:before {
  451. content: '\E083';
  452. }
  453. .t-icon-logo-android:before {
  454. content: '\E084';
  455. }
  456. .t-icon-logo-apple-filled:before {
  457. content: '\E085';
  458. }
  459. .t-icon-logo-apple:before {
  460. content: '\E086';
  461. }
  462. .t-icon-logo-chrome-filled:before {
  463. content: '\E087';
  464. }
  465. .t-icon-logo-chrome:before {
  466. content: '\E088';
  467. }
  468. .t-icon-logo-codepen:before {
  469. content: '\E089';
  470. }
  471. .t-icon-logo-github-filled:before {
  472. content: '\E08A';
  473. }
  474. .t-icon-logo-github:before {
  475. content: '\E08B';
  476. }
  477. .t-icon-logo-ie-filled:before {
  478. content: '\E08C';
  479. }
  480. .t-icon-logo-ie:before {
  481. content: '\E08D';
  482. }
  483. .t-icon-logo-qq:before {
  484. content: '\E08E';
  485. }
  486. .t-icon-logo-wechat:before {
  487. content: '\E08F';
  488. }
  489. .t-icon-logo-wecom:before {
  490. content: '\E090';
  491. }
  492. .t-icon-logo-windows-filled:before {
  493. content: '\E091';
  494. }
  495. .t-icon-logo-windows:before {
  496. content: '\E092';
  497. }
  498. .t-icon-logout:before {
  499. content: '\E093';
  500. }
  501. .t-icon-mail:before {
  502. content: '\E094';
  503. }
  504. .t-icon-menu-fold:before {
  505. content: '\E095';
  506. }
  507. .t-icon-menu-unfold:before {
  508. content: '\E096';
  509. }
  510. .t-icon-minus-circle-filled:before {
  511. content: '\E097';
  512. }
  513. .t-icon-minus-circle:before {
  514. content: '\E098';
  515. }
  516. .t-icon-minus-rectangle:before {
  517. content: '\E099';
  518. }
  519. .t-icon-mirror:before {
  520. content: '\E09A';
  521. }
  522. .t-icon-mobile-vibrate:before {
  523. content: '\E09B';
  524. }
  525. .t-icon-mobile:before {
  526. content: '\E09C';
  527. }
  528. .t-icon-money-circle:before {
  529. content: '\E09D';
  530. }
  531. .t-icon-more:before {
  532. content: '\E09E';
  533. }
  534. .t-icon-move:before {
  535. content: '\E09F';
  536. }
  537. .t-icon-next:before {
  538. content: '\E0A0';
  539. }
  540. .t-icon-notification-filled:before {
  541. content: '\E0A1';
  542. }
  543. .t-icon-notification:before {
  544. content: '\E0A2';
  545. }
  546. .t-icon-order-adjustment-column:before {
  547. content: '\E0A3';
  548. }
  549. .t-icon-order-ascending:before {
  550. content: '\E0A4';
  551. }
  552. .t-icon-order-descending:before {
  553. content: '\E0A5';
  554. }
  555. .t-icon-page-first:before {
  556. content: '\E0A6';
  557. }
  558. .t-icon-page-last:before {
  559. content: '\E0A7';
  560. }
  561. .t-icon-pause-circle-filled:before {
  562. content: '\E0A8';
  563. }
  564. .t-icon-photo:before {
  565. content: '\E0A9';
  566. }
  567. .t-icon-pin-filled:before {
  568. content: '\E0AA';
  569. }
  570. .t-icon-pin:before {
  571. content: '\E0AB';
  572. }
  573. .t-icon-play-circle-filled:before {
  574. content: '\E0AC';
  575. }
  576. .t-icon-play-circle-stroke:before {
  577. content: '\E0AD';
  578. }
  579. .t-icon-play-circle:before {
  580. content: '\E0AE';
  581. }
  582. .t-icon-play:before {
  583. content: '\E0AF';
  584. }
  585. .t-icon-poweroff:before {
  586. content: '\E0B0';
  587. }
  588. .t-icon-precise-monitor:before {
  589. content: '\E0B1';
  590. }
  591. .t-icon-previous:before {
  592. content: '\E0B2';
  593. }
  594. .t-icon-print:before {
  595. content: '\E0B3';
  596. }
  597. .t-icon-qrcode:before {
  598. content: '\E0B4';
  599. }
  600. .t-icon-queue:before {
  601. content: '\E0B5';
  602. }
  603. .t-icon-rectangle:before {
  604. content: '\E0B6';
  605. }
  606. .t-icon-refresh:before {
  607. content: '\E0B7';
  608. }
  609. .t-icon-relativity:before {
  610. content: '\E0B8';
  611. }
  612. .t-icon-remove:before {
  613. content: '\E0B9';
  614. }
  615. .t-icon-rollback:before {
  616. content: '\E0BA';
  617. }
  618. .t-icon-rollfront:before {
  619. content: '\E0BB';
  620. }
  621. .t-icon-root-list:before {
  622. content: '\E0BC';
  623. }
  624. .t-icon-rotation:before {
  625. content: '\E0BD';
  626. }
  627. .t-icon-round:before {
  628. content: '\E0BE';
  629. }
  630. .t-icon-save:before {
  631. content: '\E0BF';
  632. }
  633. .t-icon-scan:before {
  634. content: '\E0C0';
  635. }
  636. .t-icon-search:before {
  637. content: '\E0C1';
  638. }
  639. .t-icon-secured:before {
  640. content: '\E0C2';
  641. }
  642. .t-icon-server:before {
  643. content: '\E0C3';
  644. }
  645. .t-icon-service:before {
  646. content: '\E0C4';
  647. }
  648. .t-icon-setting:before {
  649. content: '\E0C5';
  650. }
  651. .t-icon-share:before {
  652. content: '\E0C6';
  653. }
  654. .t-icon-shop:before {
  655. content: '\E0C7';
  656. }
  657. .t-icon-slash:before {
  658. content: '\E0C8';
  659. }
  660. .t-icon-sound:before {
  661. content: '\E0C9';
  662. }
  663. .t-icon-star-filled:before {
  664. content: '\E0CA';
  665. }
  666. .t-icon-star:before {
  667. content: '\E0CB';
  668. }
  669. .t-icon-stop-circle-1:before {
  670. content: '\E0CC';
  671. }
  672. .t-icon-stop-circle-filled:before {
  673. content: '\E0CD';
  674. }
  675. .t-icon-stop-circle:before {
  676. content: '\E0CE';
  677. }
  678. .t-icon-stop:before {
  679. content: '\E0CF';
  680. }
  681. .t-icon-swap-left:before {
  682. content: '\E0D0';
  683. }
  684. .t-icon-swap-right:before {
  685. content: '\E0D1';
  686. }
  687. .t-icon-swap:before {
  688. content: '\E0D2';
  689. }
  690. .t-icon-thumb-down:before {
  691. content: '\E0D3';
  692. }
  693. .t-icon-thumb-up:before {
  694. content: '\E0D4';
  695. }
  696. .t-icon-time-filled:before {
  697. content: '\E0D5';
  698. }
  699. .t-icon-time:before {
  700. content: '\E0D6';
  701. }
  702. .t-icon-tips:before {
  703. content: '\E0D7';
  704. }
  705. .t-icon-tools:before {
  706. content: '\E0D8';
  707. }
  708. .t-icon-unfold-less:before {
  709. content: '\E0D9';
  710. }
  711. .t-icon-unfold-more:before {
  712. content: '\E0DA';
  713. }
  714. .t-icon-upload:before {
  715. content: '\E0DB';
  716. }
  717. .t-icon-usb:before {
  718. content: '\E0DC';
  719. }
  720. .t-icon-user-add:before {
  721. content: '\E0DD';
  722. }
  723. .t-icon-user-avatar:before {
  724. content: '\E0DE';
  725. }
  726. .t-icon-user-circle:before {
  727. content: '\E0DF';
  728. }
  729. .t-icon-user-clear:before {
  730. content: '\E0E0';
  731. }
  732. .t-icon-user-talk:before {
  733. content: '\E0E1';
  734. }
  735. .t-icon-user:before {
  736. content: '\E0E2';
  737. }
  738. .t-icon-usergroup-add:before {
  739. content: '\E0E3';
  740. }
  741. .t-icon-usergroup-clear:before {
  742. content: '\E0E4';
  743. }
  744. .t-icon-usergroup:before {
  745. content: '\E0E5';
  746. }
  747. .t-icon-video:before {
  748. content: '\E0E6';
  749. }
  750. .t-icon-view-column:before {
  751. content: '\E0E7';
  752. }
  753. .t-icon-view-list:before {
  754. content: '\E0E8';
  755. }
  756. .t-icon-view-module:before {
  757. content: '\E0E9';
  758. }
  759. .t-icon-wallet:before {
  760. content: '\E0EA';
  761. }
  762. .t-icon-wifi:before {
  763. content: '\E0EB';
  764. }
  765. .t-icon-zoom-in:before {
  766. content: '\E0EC';
  767. }
  768. .t-icon-zoom-out:before {
  769. content: '\E0ED';
  770. }