icon.scss 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499
  1. .icon {
  2. box-sizing: border-box;
  3. display: inline-block;
  4. width: 24Px;
  5. height: 24Px;
  6. }
  7. .icon-more {
  8. margin: 0;
  9. background: url('../assets/icon/more.png') no-repeat;
  10. background-size: contain;
  11. }
  12. .icon-chat-setting {
  13. background: url('../assets/icon/chat-setting.png') no-repeat;
  14. background-size: contain;
  15. }
  16. .icon-image {
  17. margin: 12Px 10Px 0;
  18. background: url('../assets/icon/image.png') no-repeat;
  19. background-size: contain;
  20. }
  21. .icon-files {
  22. margin: 12Px 10Px 0;
  23. background: url('../assets/icon/files.png') no-repeat;
  24. background-size: contain;
  25. }
  26. .icon-video {
  27. margin: 12Px 10Px 0;
  28. background: url('../assets/icon/video.png') no-repeat;
  29. background-size: contain;
  30. }
  31. .icon-face {
  32. margin: 12Px 10Px 1Px;
  33. background: url('../assets/icon/face.png') no-repeat;
  34. background-size: contain;
  35. }
  36. .icon-custom {
  37. margin: 12Px 10Px 0;
  38. background: url('../assets/icon/custom.png') no-repeat;
  39. background-size: contain;
  40. }
  41. .icon-call {
  42. margin: 12Px 2Px 0 10Px;
  43. background: url('../assets/icon/call.png') no-repeat;
  44. background-size: contain;
  45. }
  46. .icon-call-voice {
  47. margin: 5Px;
  48. width: 20Px;
  49. height: 10Px;
  50. background: url('../assets/icon/voice-call.png') no-repeat;
  51. background-size: contain;
  52. }
  53. .icon-call-video {
  54. margin: 5Px;
  55. width: 20Px;
  56. height: 14Px;
  57. background: url('../assets/icon/video-call.png') no-repeat;
  58. background-size: contain;
  59. }
  60. .icon-down-arrow {
  61. margin: 0;
  62. width: 7Px;
  63. height: 7Px;
  64. background: url('../assets/icon/down.png') no-repeat;
  65. background-size: contain;
  66. }
  67. .icon-location {
  68. margin: 12Px 10Px 0;
  69. background: url('../assets/icon/location.png') no-repeat;
  70. background-size: contain;
  71. }
  72. .icon-selected {
  73. width: 16Px;
  74. height: 16Px;
  75. background: url('../assets/icon/selected.svg') no-repeat;
  76. background-size: contain;
  77. }
  78. .icon-unselected {
  79. width: 16Px;
  80. height: 16Px;
  81. background: #ffffff;
  82. border: 1Px solid #dddddd;
  83. border-radius: 8Px;
  84. }
  85. .icon-cancel {
  86. width: 16Px;
  87. height: 16Px;
  88. background: url('../assets/icon/cancel.svg') no-repeat;
  89. background-size: contain;
  90. }
  91. .icon-left {
  92. width: 12Px;
  93. height: 12Px;
  94. background: url('../assets/icon/right.png') no-repeat;
  95. background-size: contain;
  96. transform: rotate(180deg);
  97. }
  98. .icon-right {
  99. width: 12Px;
  100. height: 12Px;
  101. background: url('../assets/icon/right.png') no-repeat;
  102. background-size: contain;
  103. }
  104. .icon-right-transparent {
  105. width: 12Px;
  106. height: 12Px;
  107. background: url('../assets/icon/back.svg') no-repeat;
  108. transform: rotate(180deg);
  109. background-size: contain;
  110. }
  111. .icon-down {
  112. width: 12Px;
  113. height: 12Px;
  114. background: url('../assets/icon/right.png') no-repeat;
  115. background-size: contain;
  116. transform: rotate(90deg);
  117. }
  118. .icon-edit {
  119. width: 16Px;
  120. height: 16Px;
  121. background: url('../assets/icon/edit.png') no-repeat;
  122. background-size: contain;
  123. }
  124. .icon-voice {
  125. width: 16Px;
  126. height: 16Px;
  127. background: url('../assets/icon/voice.png') no-repeat;
  128. background-size: contain;
  129. }
  130. .icon-voice-active {
  131. width: 16Px;
  132. height: 16Px;
  133. animation: voiceChange 1s ease-out infinite;
  134. }
  135. @keyframes voiceChange {
  136. 0% {
  137. background: url('../assets/icon/voice-1.png') no-repeat;
  138. background-size: contain;
  139. }
  140. 50% {
  141. background: url('../assets/icon/voice-2.png') no-repeat;
  142. background-size: contain;
  143. }
  144. 100% {
  145. background: url('../assets/icon/voice-3.png') no-repeat;
  146. background-size: contain;
  147. }
  148. }
  149. .icon-reserve {
  150. transform: rotate(180deg);
  151. }
  152. .icon-del {
  153. width: 16Px;
  154. height: 16Px;
  155. background: url('../assets/icon/del.png') no-repeat;
  156. background-size: contain;
  157. }
  158. .icon-remove {
  159. width: 16Px;
  160. height: 16Px;
  161. background: url('../assets/icon/icon-remove.png') no-repeat;
  162. background-size: contain;
  163. }
  164. .icon-work {
  165. width: 36Px;
  166. height: 36Px;
  167. background: url('../assets/icon/work.png') no-repeat;
  168. background-size: contain;
  169. }
  170. .icon-public {
  171. width: 36Px;
  172. height: 36Px;
  173. background: url('../assets/icon/public.png') no-repeat;
  174. background-size: contain;
  175. }
  176. .icon-meeting {
  177. width: 36Px;
  178. height: 36Px;
  179. background: url('../assets/icon/meeting.png') no-repeat;
  180. background-size: contain;
  181. }
  182. .icon-room {
  183. width: 36Px;
  184. height: 36Px;
  185. background: url('../assets/icon/room.png') no-repeat;
  186. background-size: contain;
  187. }
  188. .icon-system {
  189. width: 36Px;
  190. height: 36Px;
  191. background: url('../assets/icon/system.png') no-repeat;
  192. background-size: contain;
  193. }
  194. .icon-words {
  195. background: url('../assets/icon/words.png') no-repeat;
  196. background-size: contain;
  197. }
  198. .icon-evaluate {
  199. background: url('../assets/icon/evaluate.png') no-repeat;
  200. background-size: contain;
  201. }
  202. .icon-star {
  203. width: 17Px !important;
  204. height: 24Px;
  205. background: url('../assets/icon/star.svg') no-repeat;
  206. background-size: contain;
  207. margin-top: 2Px !important;
  208. }
  209. .icon-star-light {
  210. width: 24Px !important;
  211. height: 24Px !important;
  212. background: url('../assets/icon/star-light.svg') no-repeat;
  213. background-size: contain;
  214. }
  215. .icon-back {
  216. width: 27Px;
  217. height: 27Px;
  218. background: url('../assets/icon/back.svg') no-repeat;
  219. background-size: contain;
  220. }
  221. .icon-back2 {
  222. width: 24Px;
  223. height: 24Px;
  224. background: url('../assets/icon/icon-close.png') no-repeat;
  225. background-size: contain;
  226. }
  227. .icon-left-arrow {
  228. width: 27Px;
  229. height: 27Px;
  230. background: url('../assets/icon/arrow-left-center.svg') no-repeat;
  231. background-size: contain;
  232. }
  233. .icon-right-arrow {
  234. width: 27Px;
  235. height: 27Px;
  236. background: url('../assets/icon/arrow-left-center.svg') no-repeat;
  237. background-size: contain;
  238. transform: rotate(180deg);
  239. }
  240. .icon-zoom-out {
  241. width: 27Px;
  242. height: 27Px;
  243. background: url('../assets/icon/zoom-out.svg') no-repeat;
  244. background-size: contain;
  245. }
  246. .icon-zoom-in {
  247. width: 27Px;
  248. height: 27Px;
  249. background: url('../assets/icon/zoom-in.svg') no-repeat;
  250. background-size: contain;
  251. }
  252. .icon-refresh-left {
  253. width: 27Px;
  254. height: 27Px;
  255. background: url('../assets/icon/rotate-left.svg') no-repeat;
  256. background-size: contain;
  257. }
  258. .icon-refresh-right {
  259. width: 27Px;
  260. height: 27Px;
  261. background: url('../assets/icon/rotate-right.svg') no-repeat;
  262. background-size: contain;
  263. }
  264. .icon-bottom-double {
  265. width: 12Px;
  266. height: 12Px;
  267. background: url('../assets/icon/double-arrow.svg') no-repeat;
  268. background-size: contain;
  269. }
  270. .icon-c2c {
  271. width: 20Px;
  272. height: 20Px;
  273. background: url('../assets/icon/c2c.svg') no-repeat;
  274. background-size: contain;
  275. }
  276. .icon-group {
  277. margin-left: 40Px;
  278. width: 14Px;
  279. height: 14Px;
  280. background: url('../assets/icon/startGroup.svg') no-repeat;
  281. background-size: contain;
  282. }
  283. .icon-msg-del {
  284. width: 20Px;
  285. height: 20Px;
  286. background: url('../assets/icon/msg-del.svg') no-repeat;
  287. background-size: contain;
  288. }
  289. .icon-msg-forward {
  290. width: 20Px;
  291. height: 20Px;
  292. background: url('../assets/icon/msg-forward.svg') no-repeat;
  293. background-size: contain;
  294. }
  295. .icon-msg-copy {
  296. width: 20Px;
  297. height: 20Px;
  298. background: url('../assets/icon/msg-copy.svg') no-repeat;
  299. background-size: contain;
  300. }
  301. .icon-msg-play {
  302. width: 20Px;
  303. height: 20Px;
  304. background: url('../assets/icon/msg-play.svg') no-repeat;
  305. background-size: contain;
  306. }
  307. .icon-msg-reply {
  308. width: 20Px;
  309. height: 20Px;
  310. background: url('../assets/icon/msg-reply.svg') no-repeat;
  311. background-size: contain;
  312. }
  313. .icon-msg-replies {
  314. width: 12Px;
  315. height: 12Px;
  316. background: url('../assets/icon/replies.svg') no-repeat;
  317. background-size: contain;
  318. }
  319. .icon-msg-revoke {
  320. width: 20Px;
  321. height: 20Px;
  322. background: url('../assets/icon/msg-revoke.svg') no-repeat;
  323. background-size: contain;
  324. }
  325. .icon-msg-resend {
  326. width: 20Px;
  327. height: 20Px;
  328. background: url('../assets/icon/msg-revoke.svg') no-repeat;
  329. background-size: contain;
  330. transform: rotate(180deg);
  331. }
  332. .icon-msg-quote {
  333. width: 20Px;
  334. height: 20Px;
  335. background: url('../assets/icon/msg-qnote.svg') no-repeat;
  336. background-size: contain;
  337. }
  338. .icon-close-h5 {
  339. width: 20Px;
  340. height: 20Px;
  341. background: url('../assets/icon/icon-close-h5.svg') no-repeat;
  342. background-size: contain;
  343. }
  344. .icon-download-h5 {
  345. width: 20Px;
  346. height: 20Px;
  347. background: url('../assets/icon/icon-download-h5.svg') no-repeat;
  348. background-size: contain;
  349. }
  350. .icon-download {
  351. width: 20Px;
  352. height: 20Px;
  353. background: url('../assets/icon/icon-download.svg') no-repeat;
  354. background-size: contain;
  355. }
  356. .icon-error {
  357. width: 12Px;
  358. height: 12Px;
  359. border-radius: 100%;
  360. background: #ff584c;
  361. font-style: normal;
  362. font-size: 12Px;
  363. color: #ffffff;
  364. display: inline-flex;
  365. justify-content: center;
  366. align-items: center;
  367. }
  368. .icon-expand {
  369. width: 20Px;
  370. height: 20Px;
  371. background: url('../assets/icon/expand.svg') no-repeat;
  372. background-size: contain;
  373. }
  374. .icon-collapse {
  375. width: 20Px;
  376. height: 20Px;
  377. background: url('../assets/icon/collapse.svg') no-repeat;
  378. background-size: contain;
  379. }
  380. .icon-close {
  381. display: inline-block;
  382. width: 24Px;
  383. height: 24Px;
  384. position: relative;
  385. border-radius: 50%;
  386. }
  387. .icon-close::before,
  388. .icon-close::after {
  389. content: '';
  390. position: absolute;
  391. /*方便进行定位*/
  392. background-color: #8f959e;
  393. height: 16Px;
  394. width: 2Px;
  395. top: 50%;
  396. left: 50%;
  397. margin-top: -8Px;
  398. margin-left: -1Px;
  399. }
  400. .icon-close::before {
  401. transform: rotate(45deg);
  402. }
  403. .icon-close::after {
  404. transform: rotate(-45deg);
  405. }
  406. .plus {
  407. display: inline-block;
  408. width: 30Px;
  409. height: 30Px;
  410. position: relative;
  411. }
  412. .plus::before,
  413. .plus::after {
  414. content: '';
  415. position: absolute;
  416. background-color: #232832;
  417. border-radius: 0.5Px;
  418. width: 1Px;
  419. height: 14Px;
  420. left: 0;
  421. right: 0;
  422. top: 0;
  423. bottom: 0;
  424. margin: auto;
  425. }
  426. .plus::after {
  427. transform: rotate(90deg);
  428. width: 0.5Px;
  429. }