systemrobotassistant 3.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of systemrobotassistant might be problematic. Click here for more details.

Files changed (369) hide show
  1. package/.eslintignore +6 -0
  2. package/.eslintrc +45 -0
  3. package/.gitlab-ci.yml +52 -0
  4. package/.lecprc.ts +76 -0
  5. package/.yarnrc +1 -0
  6. package/CHANGELOG.md +114 -0
  7. package/README.md +14 -0
  8. package/custom-amd-plugin.ts +46 -0
  9. package/es/component/answer-itme/index.d.ts +20 -0
  10. package/es/component/answer-itme/index.d.ts.map +1 -0
  11. package/es/component/answer-itme/index.js +41 -0
  12. package/es/component/answer-itme/style.css +35 -0
  13. package/es/component/data-container/index.d.ts +19 -0
  14. package/es/component/data-container/index.d.ts.map +1 -0
  15. package/es/component/data-container/index.js +37 -0
  16. package/es/component/data-container/style.css +26 -0
  17. package/es/component/days-tab/index.d.ts +6 -0
  18. package/es/component/days-tab/index.d.ts.map +1 -0
  19. package/es/component/days-tab/index.js +119 -0
  20. package/es/component/days-tab/style.css +43 -0
  21. package/es/component/days-tab/utils.d.ts +32 -0
  22. package/es/component/days-tab/utils.d.ts.map +1 -0
  23. package/es/component/days-tab/utils.js +98 -0
  24. package/es/component/error-boundary/index.d.ts +2 -0
  25. package/es/component/error-boundary/index.d.ts.map +1 -0
  26. package/es/component/error-boundary/index.js +33 -0
  27. package/es/component/it-notice-modal/columns.d.ts +11 -0
  28. package/es/component/it-notice-modal/columns.d.ts.map +1 -0
  29. package/es/component/it-notice-modal/columns.js +108 -0
  30. package/es/component/it-notice-modal/double-tab.d.ts +6 -0
  31. package/es/component/it-notice-modal/double-tab.d.ts.map +1 -0
  32. package/es/component/it-notice-modal/double-tab.js +94 -0
  33. package/es/component/it-notice-modal/index.d.ts +6 -0
  34. package/es/component/it-notice-modal/index.d.ts.map +1 -0
  35. package/es/component/it-notice-modal/index.js +488 -0
  36. package/es/component/it-notice-modal/server.d.ts +8 -0
  37. package/es/component/it-notice-modal/server.d.ts.map +1 -0
  38. package/es/component/it-notice-modal/server.js +43 -0
  39. package/es/component/it-notice-modal/single-tab.d.ts +6 -0
  40. package/es/component/it-notice-modal/single-tab.d.ts.map +1 -0
  41. package/es/component/it-notice-modal/single-tab.js +82 -0
  42. package/es/component/it-notice-modal/style.css +301 -0
  43. package/es/component/it-notice-modal/utils.d.ts +2 -0
  44. package/es/component/it-notice-modal/utils.d.ts.map +1 -0
  45. package/es/component/it-notice-modal/utils.js +8 -0
  46. package/es/component/it-notice-tab/index.d.ts +6 -0
  47. package/es/component/it-notice-tab/index.d.ts.map +1 -0
  48. package/es/component/it-notice-tab/index.js +206 -0
  49. package/es/component/it-notice-tab/server.d.ts +3 -0
  50. package/es/component/it-notice-tab/server.d.ts.map +1 -0
  51. package/es/component/it-notice-tab/server.js +13 -0
  52. package/es/component/it-notice-tab/style.css +103 -0
  53. package/es/component/mail-list-modal/index.d.ts +2 -0
  54. package/es/component/mail-list-modal/index.d.ts.map +1 -0
  55. package/es/component/mail-list-modal/index.js +306 -0
  56. package/es/component/mail-list-modal/server.d.ts +7 -0
  57. package/es/component/mail-list-modal/server.d.ts.map +1 -0
  58. package/es/component/mail-list-modal/server.js +38 -0
  59. package/es/component/mail-list-modal/style.css +132 -0
  60. package/es/component/myself-chat-card/index.d.ts +15 -0
  61. package/es/component/myself-chat-card/index.d.ts.map +1 -0
  62. package/es/component/myself-chat-card/index.js +25 -0
  63. package/es/component/myself-chat-card/style.css +22 -0
  64. package/es/component/need-answer/index.d.ts +15 -0
  65. package/es/component/need-answer/index.d.ts.map +1 -0
  66. package/es/component/need-answer/index.js +60 -0
  67. package/es/component/need-answer/style.css +19 -0
  68. package/es/component/opppsition-chat-card/index.d.ts +11 -0
  69. package/es/component/opppsition-chat-card/index.d.ts.map +1 -0
  70. package/es/component/opppsition-chat-card/index.js +25 -0
  71. package/es/component/opppsition-chat-card/style.css +23 -0
  72. package/es/component/question-library/index.d.ts +10 -0
  73. package/es/component/question-library/index.d.ts.map +1 -0
  74. package/es/component/question-library/index.js +291 -0
  75. package/es/component/question-library/server.d.ts +4 -0
  76. package/es/component/question-library/server.d.ts.map +1 -0
  77. package/es/component/question-library/server.js +19 -0
  78. package/es/component/question-library/style.css +75 -0
  79. package/es/component/question-tag/index.d.ts +11 -0
  80. package/es/component/question-tag/index.d.ts.map +1 -0
  81. package/es/component/question-tag/index.js +23 -0
  82. package/es/component/question-tag/style.css +12 -0
  83. package/es/component/recommend-questions-card/index.d.ts +10 -0
  84. package/es/component/recommend-questions-card/index.d.ts.map +1 -0
  85. package/es/component/recommend-questions-card/index.js +104 -0
  86. package/es/component/recommend-questions-card/style.css +54 -0
  87. package/es/component/scroll-view/index.d.ts +3 -0
  88. package/es/component/scroll-view/index.d.ts.map +1 -0
  89. package/es/component/scroll-view/index.js +2 -0
  90. package/es/component/scroll-view/scroll-view.d.ts +18 -0
  91. package/es/component/scroll-view/scroll-view.d.ts.map +1 -0
  92. package/es/component/scroll-view/scroll-view.js +66 -0
  93. package/es/component/scroll-view/style.css +34 -0
  94. package/es/component/tab/index.d.ts +2 -0
  95. package/es/component/tab/index.d.ts.map +1 -0
  96. package/es/component/tab/index.js +18 -0
  97. package/es/component/tab/style.css +26 -0
  98. package/es/component/tips-answer/index.d.ts +15 -0
  99. package/es/component/tips-answer/index.d.ts.map +1 -0
  100. package/es/component/tips-answer/index.js +28 -0
  101. package/es/component/tips-answer/style.css +10 -0
  102. package/es/images/expire-robot.svg +16 -0
  103. package/es/images/pc-invalid.svg +11 -0
  104. package/es/images/screenshot-5.png +0 -0
  105. package/es/index.d.ts +92 -0
  106. package/es/index.d.ts.map +1 -0
  107. package/es/index.js +506 -0
  108. package/es/js/const.d.ts +41 -0
  109. package/es/js/const.d.ts.map +1 -0
  110. package/es/js/const.js +46 -0
  111. package/es/js/gen-render-promise.d.ts +9 -0
  112. package/es/js/gen-render-promise.d.ts.map +1 -0
  113. package/es/js/gen-render-promise.js +30 -0
  114. package/es/js/get-time.d.ts +15 -0
  115. package/es/js/get-time.d.ts.map +1 -0
  116. package/es/js/get-time.js +35 -0
  117. package/es/js/hfc-space.d.ts +16 -0
  118. package/es/js/hfc-space.d.ts.map +1 -0
  119. package/es/js/hfc-space.js +71 -0
  120. package/es/js/render-special.d.ts +16 -0
  121. package/es/js/render-special.d.ts.map +1 -0
  122. package/es/js/render-special.js +53 -0
  123. package/es/js/request/fetch.d.ts +10 -0
  124. package/es/js/request/fetch.d.ts.map +1 -0
  125. package/es/js/request/fetch.js +81 -0
  126. package/es/js/request/request.d.ts +3 -0
  127. package/es/js/request/request.d.ts.map +1 -0
  128. package/es/js/request/request.js +63 -0
  129. package/es/js/showMessage.d.ts +15 -0
  130. package/es/js/showMessage.d.ts.map +1 -0
  131. package/es/js/showMessage.js +75 -0
  132. package/es/js/state-immer.d.ts +3 -0
  133. package/es/js/state-immer.d.ts.map +1 -0
  134. package/es/js/state-immer.js +19 -0
  135. package/es/js/timer-executor.d.ts +3 -0
  136. package/es/js/timer-executor.d.ts.map +1 -0
  137. package/es/js/timer-executor.js +83 -0
  138. package/es/js/to-hfc.d.ts +2 -0
  139. package/es/js/to-hfc.d.ts.map +1 -0
  140. package/es/js/to-hfc.js +8 -0
  141. package/es/js/utils.d.ts +3 -0
  142. package/es/js/utils.d.ts.map +1 -0
  143. package/es/js/utils.js +11 -0
  144. package/es/jsx/chat-modal.d.ts +16 -0
  145. package/es/jsx/chat-modal.d.ts.map +1 -0
  146. package/es/jsx/chat-modal.js +268 -0
  147. package/es/server.d.ts +8 -0
  148. package/es/server.d.ts.map +1 -0
  149. package/es/server.js +44 -0
  150. package/es/style.css +174 -0
  151. package/lib/component/answer-itme/index.d.ts +20 -0
  152. package/lib/component/answer-itme/index.d.ts.map +1 -0
  153. package/lib/component/answer-itme/index.js +51 -0
  154. package/lib/component/answer-itme/style.css +35 -0
  155. package/lib/component/data-container/index.d.ts +19 -0
  156. package/lib/component/data-container/index.d.ts.map +1 -0
  157. package/lib/component/data-container/index.js +45 -0
  158. package/lib/component/data-container/style.css +26 -0
  159. package/lib/component/days-tab/index.d.ts +6 -0
  160. package/lib/component/days-tab/index.d.ts.map +1 -0
  161. package/lib/component/days-tab/index.js +129 -0
  162. package/lib/component/days-tab/style.css +43 -0
  163. package/lib/component/days-tab/utils.d.ts +32 -0
  164. package/lib/component/days-tab/utils.d.ts.map +1 -0
  165. package/lib/component/days-tab/utils.js +110 -0
  166. package/lib/component/error-boundary/index.d.ts +2 -0
  167. package/lib/component/error-boundary/index.d.ts.map +1 -0
  168. package/lib/component/error-boundary/index.js +40 -0
  169. package/lib/component/it-notice-modal/columns.d.ts +11 -0
  170. package/lib/component/it-notice-modal/columns.d.ts.map +1 -0
  171. package/lib/component/it-notice-modal/columns.js +116 -0
  172. package/lib/component/it-notice-modal/double-tab.d.ts +6 -0
  173. package/lib/component/it-notice-modal/double-tab.d.ts.map +1 -0
  174. package/lib/component/it-notice-modal/double-tab.js +104 -0
  175. package/lib/component/it-notice-modal/index.d.ts +6 -0
  176. package/lib/component/it-notice-modal/index.d.ts.map +1 -0
  177. package/lib/component/it-notice-modal/index.js +499 -0
  178. package/lib/component/it-notice-modal/server.d.ts +8 -0
  179. package/lib/component/it-notice-modal/server.d.ts.map +1 -0
  180. package/lib/component/it-notice-modal/server.js +55 -0
  181. package/lib/component/it-notice-modal/single-tab.d.ts +6 -0
  182. package/lib/component/it-notice-modal/single-tab.d.ts.map +1 -0
  183. package/lib/component/it-notice-modal/single-tab.js +92 -0
  184. package/lib/component/it-notice-modal/style.css +301 -0
  185. package/lib/component/it-notice-modal/utils.d.ts +2 -0
  186. package/lib/component/it-notice-modal/utils.d.ts.map +1 -0
  187. package/lib/component/it-notice-modal/utils.js +15 -0
  188. package/lib/component/it-notice-tab/index.d.ts +6 -0
  189. package/lib/component/it-notice-tab/index.d.ts.map +1 -0
  190. package/lib/component/it-notice-tab/index.js +216 -0
  191. package/lib/component/it-notice-tab/server.d.ts +3 -0
  192. package/lib/component/it-notice-tab/server.d.ts.map +1 -0
  193. package/lib/component/it-notice-tab/server.js +20 -0
  194. package/lib/component/it-notice-tab/style.css +103 -0
  195. package/lib/component/mail-list-modal/index.d.ts +2 -0
  196. package/lib/component/mail-list-modal/index.d.ts.map +1 -0
  197. package/lib/component/mail-list-modal/index.js +316 -0
  198. package/lib/component/mail-list-modal/server.d.ts +7 -0
  199. package/lib/component/mail-list-modal/server.d.ts.map +1 -0
  200. package/lib/component/mail-list-modal/server.js +50 -0
  201. package/lib/component/mail-list-modal/style.css +132 -0
  202. package/lib/component/myself-chat-card/index.d.ts +15 -0
  203. package/lib/component/myself-chat-card/index.d.ts.map +1 -0
  204. package/lib/component/myself-chat-card/index.js +35 -0
  205. package/lib/component/myself-chat-card/style.css +22 -0
  206. package/lib/component/need-answer/index.d.ts +15 -0
  207. package/lib/component/need-answer/index.d.ts.map +1 -0
  208. package/lib/component/need-answer/index.js +70 -0
  209. package/lib/component/need-answer/style.css +19 -0
  210. package/lib/component/opppsition-chat-card/index.d.ts +11 -0
  211. package/lib/component/opppsition-chat-card/index.d.ts.map +1 -0
  212. package/lib/component/opppsition-chat-card/index.js +35 -0
  213. package/lib/component/opppsition-chat-card/style.css +23 -0
  214. package/lib/component/question-library/index.d.ts +10 -0
  215. package/lib/component/question-library/index.d.ts.map +1 -0
  216. package/lib/component/question-library/index.js +301 -0
  217. package/lib/component/question-library/server.d.ts +4 -0
  218. package/lib/component/question-library/server.d.ts.map +1 -0
  219. package/lib/component/question-library/server.js +27 -0
  220. package/lib/component/question-library/style.css +75 -0
  221. package/lib/component/question-tag/index.d.ts +11 -0
  222. package/lib/component/question-tag/index.d.ts.map +1 -0
  223. package/lib/component/question-tag/index.js +33 -0
  224. package/lib/component/question-tag/style.css +12 -0
  225. package/lib/component/recommend-questions-card/index.d.ts +10 -0
  226. package/lib/component/recommend-questions-card/index.d.ts.map +1 -0
  227. package/lib/component/recommend-questions-card/index.js +114 -0
  228. package/lib/component/recommend-questions-card/style.css +54 -0
  229. package/lib/component/scroll-view/index.d.ts +3 -0
  230. package/lib/component/scroll-view/index.d.ts.map +1 -0
  231. package/lib/component/scroll-view/index.js +10 -0
  232. package/lib/component/scroll-view/scroll-view.d.ts +18 -0
  233. package/lib/component/scroll-view/scroll-view.d.ts.map +1 -0
  234. package/lib/component/scroll-view/scroll-view.js +76 -0
  235. package/lib/component/scroll-view/style.css +34 -0
  236. package/lib/component/tab/index.d.ts +2 -0
  237. package/lib/component/tab/index.d.ts.map +1 -0
  238. package/lib/component/tab/index.js +28 -0
  239. package/lib/component/tab/style.css +26 -0
  240. package/lib/component/tips-answer/index.d.ts +15 -0
  241. package/lib/component/tips-answer/index.d.ts.map +1 -0
  242. package/lib/component/tips-answer/index.js +38 -0
  243. package/lib/component/tips-answer/style.css +10 -0
  244. package/lib/images/expire-robot.svg +16 -0
  245. package/lib/images/pc-invalid.svg +11 -0
  246. package/lib/images/screenshot-5.png +0 -0
  247. package/lib/index.d.ts +92 -0
  248. package/lib/index.d.ts.map +1 -0
  249. package/lib/index.js +516 -0
  250. package/lib/js/const.d.ts +41 -0
  251. package/lib/js/const.d.ts.map +1 -0
  252. package/lib/js/const.js +55 -0
  253. package/lib/js/gen-render-promise.d.ts +9 -0
  254. package/lib/js/gen-render-promise.d.ts.map +1 -0
  255. package/lib/js/gen-render-promise.js +37 -0
  256. package/lib/js/get-time.d.ts +15 -0
  257. package/lib/js/get-time.d.ts.map +1 -0
  258. package/lib/js/get-time.js +43 -0
  259. package/lib/js/hfc-space.d.ts +16 -0
  260. package/lib/js/hfc-space.d.ts.map +1 -0
  261. package/lib/js/hfc-space.js +91 -0
  262. package/lib/js/render-special.d.ts +16 -0
  263. package/lib/js/render-special.d.ts.map +1 -0
  264. package/lib/js/render-special.js +61 -0
  265. package/lib/js/request/fetch.d.ts +10 -0
  266. package/lib/js/request/fetch.d.ts.map +1 -0
  267. package/lib/js/request/fetch.js +88 -0
  268. package/lib/js/request/request.d.ts +3 -0
  269. package/lib/js/request/request.d.ts.map +1 -0
  270. package/lib/js/request/request.js +71 -0
  271. package/lib/js/showMessage.d.ts +15 -0
  272. package/lib/js/showMessage.d.ts.map +1 -0
  273. package/lib/js/showMessage.js +83 -0
  274. package/lib/js/state-immer.d.ts +3 -0
  275. package/lib/js/state-immer.d.ts.map +1 -0
  276. package/lib/js/state-immer.js +27 -0
  277. package/lib/js/timer-executor.d.ts +3 -0
  278. package/lib/js/timer-executor.d.ts.map +1 -0
  279. package/lib/js/timer-executor.js +91 -0
  280. package/lib/js/to-hfc.d.ts +2 -0
  281. package/lib/js/to-hfc.d.ts.map +1 -0
  282. package/lib/js/to-hfc.js +14 -0
  283. package/lib/js/utils.d.ts +3 -0
  284. package/lib/js/utils.d.ts.map +1 -0
  285. package/lib/js/utils.js +19 -0
  286. package/lib/jsx/chat-modal.d.ts +16 -0
  287. package/lib/jsx/chat-modal.d.ts.map +1 -0
  288. package/lib/jsx/chat-modal.js +278 -0
  289. package/lib/server.d.ts +8 -0
  290. package/lib/server.d.ts.map +1 -0
  291. package/lib/server.js +58 -0
  292. package/lib/style.css +174 -0
  293. package/package.json +57 -0
  294. package/rct.config.js +8 -0
  295. package/src/component/answer-itme/index.jsx +64 -0
  296. package/src/component/answer-itme/style.less +37 -0
  297. package/src/component/data-container/index.jsx +45 -0
  298. package/src/component/data-container/style.less +27 -0
  299. package/src/component/days-tab/index.jsx +114 -0
  300. package/src/component/days-tab/style.less +55 -0
  301. package/src/component/days-tab/utils.js +87 -0
  302. package/src/component/error-boundary/index.jsx +39 -0
  303. package/src/component/it-notice-modal/columns.js +102 -0
  304. package/src/component/it-notice-modal/double-tab.jsx +83 -0
  305. package/src/component/it-notice-modal/index.jsx +404 -0
  306. package/src/component/it-notice-modal/server.js +43 -0
  307. package/src/component/it-notice-modal/single-tab.jsx +70 -0
  308. package/src/component/it-notice-modal/style.less +367 -0
  309. package/src/component/it-notice-modal/utils.js +8 -0
  310. package/src/component/it-notice-tab/index.jsx +196 -0
  311. package/src/component/it-notice-tab/server.js +14 -0
  312. package/src/component/it-notice-tab/style.less +120 -0
  313. package/src/component/mail-list-modal/index.jsx +270 -0
  314. package/src/component/mail-list-modal/server.js +38 -0
  315. package/src/component/mail-list-modal/style.less +154 -0
  316. package/src/component/myself-chat-card/index.jsx +27 -0
  317. package/src/component/myself-chat-card/style.less +30 -0
  318. package/src/component/need-answer/index.jsx +56 -0
  319. package/src/component/need-answer/style.less +21 -0
  320. package/src/component/opppsition-chat-card/index.jsx +25 -0
  321. package/src/component/opppsition-chat-card/style.less +33 -0
  322. package/src/component/question-library/index.jsx +316 -0
  323. package/src/component/question-library/server.js +19 -0
  324. package/src/component/question-library/style.less +102 -0
  325. package/src/component/question-tag/index.jsx +27 -0
  326. package/src/component/question-tag/style.less +15 -0
  327. package/src/component/recommend-questions-card/index.jsx +111 -0
  328. package/src/component/recommend-questions-card/style.less +66 -0
  329. package/src/component/scroll-view/index.js +3 -0
  330. package/src/component/scroll-view/scroll-view.jsx +74 -0
  331. package/src/component/scroll-view/style.less +37 -0
  332. package/src/component/tab/index.jsx +17 -0
  333. package/src/component/tab/style.less +26 -0
  334. package/src/component/tips-answer/index.jsx +38 -0
  335. package/src/component/tips-answer/style.less +11 -0
  336. package/src/images/expire-robot.svg +16 -0
  337. package/src/images/pc-invalid.svg +11 -0
  338. package/src/images/screenshot-5.png +0 -0
  339. package/src/index.jsx +554 -0
  340. package/src/js/const.js +48 -0
  341. package/src/js/gen-render-promise.js +32 -0
  342. package/src/js/get-time.js +35 -0
  343. package/src/js/hfc-space.js +91 -0
  344. package/src/js/render-special.js +64 -0
  345. package/src/js/request/fetch.js +87 -0
  346. package/src/js/request/request.js +74 -0
  347. package/src/js/showMessage.js +81 -0
  348. package/src/js/state-immer.js +12 -0
  349. package/src/js/timer-executor.js +37 -0
  350. package/src/js/to-hfc.js +9 -0
  351. package/src/js/utils.js +13 -0
  352. package/src/jsx/chat-modal.jsx +254 -0
  353. package/src/main.js +1 -0
  354. package/src/server.js +45 -0
  355. package/src/style.less +229 -0
  356. package/test/cases/case-01.assert.js +6 -0
  357. package/test/cases/case-01.source.jsx +17 -0
  358. package/test/cases/case-02.assert.js +6 -0
  359. package/test/cases/case-02.source.jsx +25 -0
  360. package/test/cases/case-02.style.less +15 -0
  361. package/test/cases/case-03.source.jsx +69 -0
  362. package/test/cases/case-03.style.less +3 -0
  363. package/tsconfig.json +48 -0
  364. package/typings.d.ts +5 -0
  365. package/umd/b415d90208c277ba3703.png +0 -0
  366. package/umd/index.css +1753 -0
  367. package/umd/index.js +36258 -0
  368. package/umd/index.min.css +1 -0
  369. package/umd/index.min.js +657 -0
package/umd/index.css ADDED
@@ -0,0 +1,1753 @@
1
+ .shein-components_icon_icon {
2
+ display: inline-block;
3
+ font-style: normal;
4
+ line-height: 0;
5
+ text-align: center;
6
+ text-transform: none;
7
+ vertical-align: -0.125em;
8
+ text-rendering: optimizeLegibility;
9
+ -moz-osx-font-smoothing: grayscale;
10
+ -webkit-font-smoothing: antialiased;
11
+ font-size: inherit;
12
+ }
13
+ .shein-components_icon_icon:before {
14
+ display: none;
15
+ }
16
+ .shein-components_icon_icon::before {
17
+ display: none;
18
+ }
19
+ .shein-components_icon_icon svg {
20
+ width: 1em;
21
+ height: 1em;
22
+ fill: currentColor;
23
+ overflow: hidden;
24
+ display: inline-block;
25
+ line-height: 1;
26
+ font-size: inherit;
27
+ }
28
+ .gradient {
29
+ -webkit-background-clip: text;
30
+ background-image: linear-gradient(360deg, rgba(49, 209, 220, 0.9) 0%, rgba(44, 80, 238, 0.9) 100%);
31
+ -webkit-text-fill-color: transparent;
32
+ }
33
+ .shein-components_systemrobotassistant_renderIconWrapper {
34
+ display: inline-block;
35
+ }
36
+ .shein-components_systemrobotassistant_renderIconWrapper.shein-components_systemrobotassistant_draggableIcon {
37
+ position: fixed;
38
+ }
39
+ .shein-components_systemrobotassistant_iconWrapper {
40
+ position: fixed;
41
+ bottom: 32px;
42
+ right: 32px;
43
+ width: 56px;
44
+ border-radius: 2px;
45
+ cursor: pointer;
46
+ }
47
+ .shein-components_systemrobotassistant_iconWrapper .shein-components_systemrobotassistant_avatarWrap {
48
+ display: flex;
49
+ flex-direction: column;
50
+ align-items: center;
51
+ }
52
+ .shein-components_systemrobotassistant_iconWrapper .shein-components_systemrobotassistant_avatarWrap .shein-components_systemrobotassistant_avatarBorder > img {
53
+ width: 52px;
54
+ height: 52px;
55
+ border-radius: 2px;
56
+ -webkit-user-drag: none;
57
+ }
58
+ .shein-components_systemrobotassistant_iconWrapper .shein-components_systemrobotassistant_avatarWrap > span {
59
+ display: inline-block;
60
+ white-space: nowrap;
61
+ margin-top: 8px;
62
+ }
63
+ .shein-components_systemrobotassistant_collapseRobotBox {
64
+ width: 30px;
65
+ height: 30px;
66
+ }
67
+ .shein-components_systemrobotassistant_collapseRobotBox .shein-components_systemrobotassistant_collapseIcon {
68
+ font-size: 28px;
69
+ color: #1890FF;
70
+ }
71
+ .shein-components_systemrobotassistant_redDot {
72
+ position: absolute;
73
+ top: -12px;
74
+ right: -12px;
75
+ width: 24px;
76
+ height: 24px;
77
+ border-radius: 12px;
78
+ background: red;
79
+ color: #ffffff;
80
+ display: flex;
81
+ align-items: center;
82
+ justify-content: center;
83
+ }
84
+ .shein-components_systemrobotassistant_chatModalWrapper {
85
+ position: fixed;
86
+ display: flex;
87
+ flex-direction: column;
88
+ width: 440px;
89
+ height: 85vh;
90
+ max-height: 660px;
91
+ background: #ffffff;
92
+ box-shadow: 0px 8px 12px 0px rgba(25, 122, 250, 0.1);
93
+ border: 1px solid #D9D9D9;
94
+ border-radius: 8px;
95
+ word-break: break-all;
96
+ }
97
+ .shein-components_systemrobotassistant_chatModalWrapper .shein-components_systemrobotassistant_header {
98
+ position: relative;
99
+ display: flex;
100
+ justify-content: space-between;
101
+ flex-shrink: 0;
102
+ align-items: center;
103
+ padding: 0 50px 0 20px;
104
+ height: 48px;
105
+ box-shadow: 0px 1px 0px 0px rgba(230, 234, 240, 0.5);
106
+ border-radius: 4px 4px 0px 0px;
107
+ }
108
+ .shein-components_systemrobotassistant_chatModalWrapper .shein-components_systemrobotassistant_midlleWrapper {
109
+ height: 100%;
110
+ display: flex;
111
+ flex: 1;
112
+ justify-content: space-around;
113
+ flex-direction: row;
114
+ }
115
+ .shein-components_systemrobotassistant_chatModalWrapper .shein-components_systemrobotassistant_tabItem {
116
+ margin-right: 12px;
117
+ flex: 1;
118
+ justify-content: center;
119
+ }
120
+ .shein-components_systemrobotassistant_chatModalWrapper .shein-components_systemrobotassistant_tabItem:last-child {
121
+ margin: 0;
122
+ }
123
+ .shein-components_systemrobotassistant_chatModalWrapper .shein-components_systemrobotassistant_leftTitle {
124
+ display: flex;
125
+ align-items: center;
126
+ }
127
+ .shein-components_systemrobotassistant_chatModalWrapper .shein-components_systemrobotassistant_tabIcon {
128
+ margin-right: 4px;
129
+ }
130
+ .shein-components_systemrobotassistant_chatModalWrapper .shein-components_systemrobotassistant_title {
131
+ font-size: 16px;
132
+ font-weight: bold;
133
+ color: #35383d;
134
+ margin-left: 20px;
135
+ }
136
+ .shein-components_systemrobotassistant_chatModalWrapper .shein-components_systemrobotassistant_avatarClass {
137
+ width: 55px;
138
+ }
139
+ .shein-components_systemrobotassistant_chatModalWrapper .shein-components_systemrobotassistant_suggestion {
140
+ font-size: 12px;
141
+ font-weight: 400;
142
+ color: #FFFFFF;
143
+ }
144
+ .shein-components_systemrobotassistant_chatModalWrapper .shein-components_systemrobotassistant_link {
145
+ font-size: 14px;
146
+ font-weight: 400;
147
+ color: #1890FF;
148
+ color: var(--primary-color, #1890FF);
149
+ cursor: pointer;
150
+ }
151
+ .shein-components_systemrobotassistant_chatModalWrapper .shein-components_systemrobotassistant_link > span {
152
+ margin-right: 2px;
153
+ }
154
+ .shein-components_systemrobotassistant_chatModalWrapper .shein-components_systemrobotassistant_closedIcon {
155
+ position: absolute;
156
+ right: 20px;
157
+ color: #7E848F;
158
+ font-size: 20px;
159
+ cursor: pointer;
160
+ }
161
+ .shein-components_systemrobotassistant_chatContentWrapper {
162
+ flex: 1;
163
+ display: flex;
164
+ flex-direction: column;
165
+ }
166
+ .shein-components_systemrobotassistant_switch {
167
+ color: #666C7C;
168
+ }
169
+ .shein-components_systemrobotassistant_robotImg {
170
+ width: 64px;
171
+ height: 64px;
172
+ border-radius: 50%;
173
+ -webkit-user-drag: none;
174
+ box-shadow: 1px 1px 6px 6px rgba(30, 128, 255, 0.1);
175
+ background-image: url('https://assets.dotfashion.cn/unpkg/@shein/static-file@1.0.69/image/pims/help-center/close-eyes.png');
176
+ background-color: #1890FF;
177
+ background-position: center center;
178
+ background-size: cover;
179
+ animation-name: shein-components_systemrobotassistant_robotGif;
180
+ animation-duration: 1.5s;
181
+ animation-timing-function: step-end;
182
+ animation-iteration-count: infinite;
183
+ }
184
+ .shein-components_systemrobotassistant_robotImg.shein-components_systemrobotassistant_expireStatus {
185
+ animation-name: none;
186
+ background-image: url('https://assets.dotfashion.cn/unpkg/@shein/static-file@1.0.96/image/hfc/expire-robot.svg');
187
+ box-shadow: unset;
188
+ }
189
+ @keyframes shein-components_systemrobotassistant_robotGif {
190
+ 0% {
191
+ background-image: url('https://assets.dotfashion.cn/unpkg/@shein/static-file@1.0.69/image/pims/help-center/open-eyes.png');
192
+ }
193
+ 90% {
194
+ background-image: url('https://assets.dotfashion.cn/unpkg/@shein/static-file@1.0.69/image/pims/help-center/close-eyes.png');
195
+ }
196
+ 100% {
197
+ background-image: url('https://assets.dotfashion.cn/unpkg/@shein/static-file@1.0.69/image/pims/help-center/open-eyes.png');
198
+ }
199
+ }
200
+ .shein-components_systemrobotassistant_modalMask {
201
+ left: 0;
202
+ top: 0;
203
+ height: 100%;
204
+ width: 100%;
205
+ position: fixed;
206
+ }
207
+
208
+ .shein-components_systemrobotassistant_tabWrapper {
209
+ height: 100%;
210
+ display: flex;
211
+ align-items: center;
212
+ font-size: 14px;
213
+ font-weight: 400;
214
+ color: #35383D;
215
+ cursor: pointer;
216
+ }
217
+ .shein-components_systemrobotassistant_selected {
218
+ position: relative;
219
+ color: #1890FF;
220
+ color: var(--primary-color, #1890FF);
221
+ }
222
+ .shein-components_systemrobotassistant_selected::after {
223
+ content: '';
224
+ position: absolute;
225
+ left: 50%;
226
+ bottom: 0;
227
+ width: 40px;
228
+ height: 2px;
229
+ transform: translateX(-50%);
230
+ border-radius: 4px;
231
+ background-color: #1890FF;
232
+ background-color: var(--primary-color, #1890FF);
233
+ }
234
+
235
+ .shein-components_systemrobotassistant_answerTitle {
236
+ font-size: 14px;
237
+ font-weight: 400;
238
+ }
239
+ .shein-components_systemrobotassistant_answerContent {
240
+ font-size: 14px;
241
+ font-weight: 400;
242
+ color: #1890FF;
243
+ color: var(--primary-color, #1890FF);
244
+ margin-top: 7px;
245
+ cursor: pointer;
246
+ }
247
+ .shein-components_systemrobotassistant_answerContent:hover {
248
+ color: #005AAD;
249
+ color: var(--primary-color, #005AAD);
250
+ }
251
+ .shein-components_systemrobotassistant_otherAnswer {
252
+ font-size: 14px;
253
+ font-weight: 400;
254
+ color: #35383D;
255
+ }
256
+ .shein-components_systemrobotassistant_toHfc {
257
+ color: #1890FF;
258
+ color: var(--primary-color, #1890FF);
259
+ cursor: pointer;
260
+ }
261
+ .shein-components_systemrobotassistant_onSeekHlep {
262
+ color: #1890FF;
263
+ color: var(--primary-color, #1890FF);
264
+ cursor: pointer;
265
+ }
266
+ .shein-components_systemrobotassistant_onDisabled {
267
+ color: #A5ACB8;
268
+ cursor: not-allowed;
269
+ }
270
+
271
+ .shein-components_systemrobotassistant_oppositionChatCardwrapper {
272
+ display: flex;
273
+ flex-direction: row;
274
+ overflow: hidden;
275
+ }
276
+ .shein-components_systemrobotassistant_oppositionContentWrapper {
277
+ max-width: 416px;
278
+ margin-top: 12px;
279
+ background-color: #fff;
280
+ padding: 10px 12px;
281
+ border: 1px solid #E0E4F3;
282
+ display: flex;
283
+ flex-direction: column;
284
+ }
285
+ .shein-components_systemrobotassistant_otherRadius {
286
+ border-radius: 0px 8px 8px 8px;
287
+ }
288
+ .shein-components_systemrobotassistant_isRecommendQuestions {
289
+ padding: 10px 12px 0;
290
+ box-shadow: 0px 1px 2px 0px rgba(25, 122, 250, 0.15);
291
+ border-radius: 8px;
292
+ width: 100%;
293
+ }
294
+
295
+ .shein-components_systemrobotassistant_top {
296
+ display: flex;
297
+ align-items: center;
298
+ justify-content: space-between;
299
+ font-size: 14px;
300
+ color: #35383D;
301
+ margin-bottom: 14px;
302
+ }
303
+ .shein-components_systemrobotassistant_top > span {
304
+ font-weight: 500;
305
+ }
306
+ .shein-components_systemrobotassistant_top > span:last-child {
307
+ color: #7E848F;
308
+ font-size: 12px;
309
+ font-weight: 400;
310
+ cursor: pointer;
311
+ }
312
+ .shein-components_systemrobotassistant_top > span:last-child .shein-components_systemrobotassistant_changeIcon {
313
+ margin-right: 4px;
314
+ font-size: 14px;
315
+ transform: translateY(2px);
316
+ }
317
+ .shein-components_systemrobotassistant_icon {
318
+ margin-left: 4px;
319
+ font-size: 14px;
320
+ }
321
+ .shein-components_systemrobotassistant_recommendContent {
322
+ display: flex;
323
+ flex-direction: column;
324
+ align-items: flex-start;
325
+ }
326
+ .shein-components_systemrobotassistant_recommendContent .shein-components_systemrobotassistant_problemLine {
327
+ width: 100%;
328
+ padding: 12px 0;
329
+ cursor: pointer;
330
+ font-size: 14px;
331
+ border-bottom: 1px solid #D9D9D9;
332
+ }
333
+ .shein-components_systemrobotassistant_recommendContent .shein-components_systemrobotassistant_problemLine .shein-components_systemrobotassistant_problemNum {
334
+ color: #1890FF;
335
+ margin-right: 6px;
336
+ }
337
+ .shein-components_systemrobotassistant_recommendContent .shein-components_systemrobotassistant_problemLine .shein-components_systemrobotassistant_probleTitle {
338
+ color: #35383D;
339
+ }
340
+ .shein-components_systemrobotassistant_recommendContent .shein-components_systemrobotassistant_problemLine .so-icon {
341
+ font-size: 12px;
342
+ color: #B3B7C1;
343
+ float: right;
344
+ transform: translateY(4px);
345
+ }
346
+ .shein-components_systemrobotassistant_recommendContent .shein-components_systemrobotassistant_problemLine:last-of-type {
347
+ border-bottom: 0;
348
+ }
349
+
350
+ .shein-components_systemrobotassistant_wrapper {
351
+ display: flex;
352
+ flex-direction: column;
353
+ align-items: flex-end;
354
+ margin-top: 16px;
355
+ }
356
+ .shein-components_systemrobotassistant_contentBox {
357
+ max-width: 560px;
358
+ background: #1890ff;
359
+ background: var(--primary-color, #1890ff);
360
+ border-radius: 8px 0px 8px 8px;
361
+ display: flex;
362
+ align-items: center;
363
+ padding: 12px 12px;
364
+ font-size: 14px;
365
+ font-weight: 400;
366
+ color: #FFFFFF;
367
+ }
368
+ .shein-components_systemrobotassistant_time {
369
+ margin-top: 8px;
370
+ color: #7E848F;
371
+ }
372
+
373
+ .shein-components_systemrobotassistant_tipsAnswerContent {
374
+ font-weight: 400;
375
+ color: #35383D;
376
+ }
377
+ .shein-components_systemrobotassistant_tipsLink {
378
+ color: #1890ff;
379
+ color: var(--primary-color, #1890ff);
380
+ font-weight: 400;
381
+ cursor: pointer;
382
+ }
383
+
384
+ .shein-components_systemrobotassistant_needAnswerContent {
385
+ font-weight: 400;
386
+ color: #35383D;
387
+ }
388
+ .shein-components_systemrobotassistant_needLink {
389
+ color: #1890ff;
390
+ color: var(--primary-color, #1890ff);
391
+ font-weight: 400;
392
+ cursor: pointer;
393
+ }
394
+ .shein-components_systemrobotassistant_onSeekHlep {
395
+ color: #1890ff;
396
+ color: var(--primary-color, #1890ff);
397
+ cursor: pointer;
398
+ }
399
+ .shein-components_systemrobotassistant_onDisabled {
400
+ color: #A5ACB8;
401
+ cursor: not-allowed;
402
+ }
403
+
404
+ .shein-components_systemrobotassistant_tipsWrapper {
405
+ padding: 20px;
406
+ background-color: #F7F9FC;
407
+ }
408
+ .shein-components_systemrobotassistant_scrollWrapper {
409
+ padding: 20px;
410
+ }
411
+ .shein-components_systemrobotassistant_scrollCon {
412
+ display: flex;
413
+ flex: 1;
414
+ }
415
+ .shein-components_systemrobotassistant_scrollCon > div:nth-child(1) > div:nth-child(1) {
416
+ margin-right: 0 !important;
417
+ margin-bottom: 0 !important;
418
+ }
419
+ .shein-components_systemrobotassistant_scrollCon *::-webkit-scrollbar {
420
+ width: 0;
421
+ height: 0;
422
+ }
423
+ .shein-components_systemrobotassistant_bottomLink {
424
+ display: flex;
425
+ justify-content: flex-end;
426
+ font-size: 14px;
427
+ color: #7E848F;
428
+ background-color: #F7F9FC;
429
+ padding-bottom: 12px;
430
+ padding-right: 12px;
431
+ }
432
+ .shein-components_systemrobotassistant_bottomLink .shein-components_systemrobotassistant_toLink {
433
+ font-weight: 400;
434
+ cursor: pointer;
435
+ }
436
+ .shein-components_systemrobotassistant_bottomLink .shein-components_systemrobotassistant_toLink > span {
437
+ margin-right: 4px;
438
+ }
439
+ .shein-components_systemrobotassistant_bottomLink .shein-components_systemrobotassistant_toLink .so-icon {
440
+ font-size: 12px;
441
+ }
442
+ .shein-components_systemrobotassistant_textAreaWrapper {
443
+ width: 100%;
444
+ display: flex;
445
+ align-items: flex-end;
446
+ }
447
+ .shein-components_systemrobotassistant_bottomWrapper {
448
+ background: #ffffff;
449
+ box-shadow: inset 0px 1px 0px 0px #e6eaf0;
450
+ padding: 20px;
451
+ }
452
+ .shein-components_systemrobotassistant_bottomWrapper .shein-components_systemrobotassistant_textArea {
453
+ border-width: 0;
454
+ height: 56px;
455
+ width: 100%;
456
+ resize: none !important;
457
+ outline: none;
458
+ }
459
+ .shein-components_systemrobotassistant_bottomWrapper .shein-components_systemrobotassistant_findByWechat {
460
+ margin-top: 9px;
461
+ cursor: pointer;
462
+ }
463
+ .shein-components_systemrobotassistant_bottomWrapper .shein-components_systemrobotassistant_findByWechat span {
464
+ color: #1890ff;
465
+ color: var(--primary-color, #1890ff);
466
+ }
467
+ .shein-components_systemrobotassistant_bottomWrapper .so-input {
468
+ border: 0px solid #fff;
469
+ }
470
+ .shein-components_systemrobotassistant_bottomWrapper .so-input:hover {
471
+ border: 0px solid #fff;
472
+ }
473
+ .shein-components_systemrobotassistant_bottomWrapper textarea {
474
+ padding: 0;
475
+ }
476
+ .shein-components_systemrobotassistant_bottomWrapper .shein-components_systemrobotassistant_btn {
477
+ height: 32px;
478
+ }
479
+
480
+ .shein-components_ellipsis_ellipsis {
481
+ overflow: hidden;
482
+ -ms-text-overflow: ellipsis;
483
+ text-overflow: ellipsis;
484
+ position: relative;
485
+ }
486
+ .shein-components_ellipsis_ellipsis:before {
487
+ content: '';
488
+ display: block;
489
+ }
490
+ .shein-components_ellipsis_ellipsis:after {
491
+ content: '';
492
+ display: block;
493
+ }
494
+ .shein-components_ellipsis_hide {
495
+ display: inline-block;
496
+ position: absolute;
497
+ top: 0;
498
+ left: 0;
499
+ z-index: -1;
500
+ opacity: 0;
501
+ visibility: hidden;
502
+ -webkit-touch-callout: none;
503
+ /* iOS Safari */
504
+ -webkit-user-select: none;
505
+ /* Chrome/Safari/Opera */
506
+ /* Konqueror */
507
+ /* Firefox */
508
+ /* Internet Explorer/Edge */
509
+ user-select: none;
510
+ /* Non-prefixed version, currently
511
+
512
+ not supported by any browser */
513
+ }
514
+ .shein-components_ellipsis_more:after {
515
+ content: '...';
516
+ width: 1.5em;
517
+ background-color: #fff;
518
+ display: inline-block;
519
+ position: absolute;
520
+ right: 0;
521
+ bottom: 0;
522
+ }
523
+ .shein-components_ellipsis_popStyle {
524
+ padding: 10px;
525
+ white-space: pre-wrap;
526
+ display: flex;
527
+ flex-wrap: wrap;
528
+ row-gap: 8px;
529
+ }
530
+ .shein-components_ellipsis_pointer {
531
+ cursor: pointer;
532
+ }
533
+ .shein-components_ellipsis_ellipsisWrap {
534
+ overflow: hidden;
535
+ position: relative;
536
+ background-color: #fff;
537
+ }
538
+ .shein-components_ellipsis_beforeText {
539
+ content: '';
540
+ float: left;
541
+ display: block;
542
+ width: 1.5em;
543
+ }
544
+ .shein-components_ellipsis_endText {
545
+ float: right;
546
+ width: 1.5em;
547
+ position: relative;
548
+ left: 100%;
549
+ text-align: right;
550
+ transform: translate(-100%, -100%);
551
+ cursor: pointer;
552
+ /* 为了展示效果更好 */
553
+ background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
554
+ }
555
+ .shein-components_ellipsis_text {
556
+ float: right;
557
+ width: 100%;
558
+ margin-left: -1.5em;
559
+ word-break: break-all;
560
+ }
561
+ .shein-components_ellipsis_autoSizeWrap {
562
+ position: relative;
563
+ height: 100%;
564
+ width: 100%;
565
+ }
566
+ .shein-components_ellipsis_autoSizeIn {
567
+ position: absolute;
568
+ width: 100%;
569
+ left: 0;
570
+ top: 0;
571
+ }
572
+ .shein-components_ellipsis_flexWrap {
573
+ display: flex;
574
+ flex-flow: row nowrap;
575
+ }
576
+ .shein-components_ellipsis_grow {
577
+ flex-grow: 1;
578
+ width: 0;
579
+ }
580
+ .shein-components_ellipsis_arLang {
581
+ direction: rtl;
582
+ }
583
+ .shein-components_ellipsis_tagWrap {
584
+ display: inline-block;
585
+ }
586
+ .shein-components_systemrobotassistant_systemTipsWrapper {
587
+ padding: 8px;
588
+ display: flex;
589
+ justify-content: center;
590
+ align-items: center;
591
+ color: #FFFFFF;
592
+ font-size: 15px;
593
+ box-shadow: inset 0px 1px 0px 0px rgba(217, 217, 217, 0.5);
594
+ }
595
+ .shein-components_systemrobotassistant_systemTipsWrapper .shein-components_systemrobotassistant_onGuarantee {
596
+ width: 100%;
597
+ padding: 12px;
598
+ border-radius: 10px;
599
+ text-align: center;
600
+ background-color: #1890ff;
601
+ background-color: var(--primary-color, #1890ff);
602
+ cursor: pointer;
603
+ }
604
+ .shein-components_systemrobotassistant_chatWarp {
605
+ flex: 1;
606
+ display: flex;
607
+ flex-direction: column;
608
+ overflow: hidden;
609
+ }
610
+ .shein-components_systemrobotassistant_chatWarp .shein-components_systemrobotassistant_listWrapper {
611
+ flex: 1;
612
+ overflow: hidden;
613
+ display: flex;
614
+ flex-direction: column;
615
+ position: relative;
616
+ padding-top: 56px;
617
+ }
618
+ .shein-components_systemrobotassistant_chatWarp .shein-components_systemrobotassistant_listWrapper .shein-components_systemrobotassistant_searchWarp {
619
+ position: absolute;
620
+ left: 0;
621
+ top: 0;
622
+ }
623
+ .shein-components_systemrobotassistant_chatWarp .shein-components_systemrobotassistant_listWrapper .shein-components_systemrobotassistant_listShow {
624
+ flex: 1;
625
+ overflow: auto;
626
+ display: flex;
627
+ flex-direction: column;
628
+ }
629
+ .shein-components_systemrobotassistant_chatWarp .shein-components_systemrobotassistant_listWrapper .shein-components_systemrobotassistant_listShow .shein-components_systemrobotassistant_mailListModalItem {
630
+ display: flex;
631
+ align-items: center;
632
+ justify-content: space-between;
633
+ padding: 10px 20px;
634
+ cursor: pointer;
635
+ border-bottom: 1px solid #F4F5F8;
636
+ }
637
+ .shein-components_systemrobotassistant_chatWarp .shein-components_systemrobotassistant_listWrapper .shein-components_systemrobotassistant_listShow .shein-components_systemrobotassistant_mailListModalItem:hover {
638
+ background: #E6F5FF;
639
+ }
640
+ .shein-components_systemrobotassistant_chatWarp .shein-components_systemrobotassistant_listWrapper .shein-components_systemrobotassistant_listShow .shein-components_systemrobotassistant_mailListModalItem .shein-components_systemrobotassistant_img {
641
+ width: 40px;
642
+ height: 40px;
643
+ border-radius: 4px;
644
+ margin-right: 12px;
645
+ }
646
+ .shein-components_systemrobotassistant_chatWarp .shein-components_systemrobotassistant_listWrapper .shein-components_systemrobotassistant_listShow .shein-components_systemrobotassistant_mailListModalItem .shein-components_systemrobotassistant_mailListModalItemLeft {
647
+ display: flex;
648
+ }
649
+ .shein-components_systemrobotassistant_chatWarp .shein-components_systemrobotassistant_listWrapper .shein-components_systemrobotassistant_listShow .shein-components_systemrobotassistant_mailListModalItem .shein-components_systemrobotassistant_mailListModalItemLeft .shein-components_systemrobotassistant_img {
650
+ flex-shrink: 0;
651
+ }
652
+ .shein-components_systemrobotassistant_chatWarp .shein-components_systemrobotassistant_listWrapper .shein-components_systemrobotassistant_listShow .shein-components_systemrobotassistant_mailListModalItem .shein-components_systemrobotassistant_mailListModalItemLeft .shein-components_systemrobotassistant_userName {
653
+ font-size: 12px;
654
+ font-weight: 400;
655
+ color: #7E848F;
656
+ margin-top: 4px;
657
+ line-height: 18px;
658
+ }
659
+ .shein-components_systemrobotassistant_chatWarp .shein-components_systemrobotassistant_listWrapper .shein-components_systemrobotassistant_listShow .shein-components_systemrobotassistant_mailListModalItem .shein-components_systemrobotassistant_mailListModalItemLeft .shein-components_systemrobotassistant_problem {
660
+ font-size: 14px;
661
+ font-weight: 400;
662
+ color: #35383D;
663
+ }
664
+ .shein-components_systemrobotassistant_chatWarp .shein-components_systemrobotassistant_listWrapper .shein-components_systemrobotassistant_listShow .shein-components_systemrobotassistant_mailListModalItem .shein-components_systemrobotassistant_findRight {
665
+ margin-left: 12px;
666
+ flex-shrink: 0;
667
+ }
668
+ .shein-components_systemrobotassistant_chatWarp .shein-components_systemrobotassistant_listWrapper .shein-components_systemrobotassistant_listShow .shein-components_systemrobotassistant_mailListModalItem .shein-components_systemrobotassistant_findHim {
669
+ font-size: 14px;
670
+ cursor: pointer;
671
+ font-weight: 400;
672
+ color: #197AFA;
673
+ color: var(--primary-color, #197AFA);
674
+ }
675
+ .shein-components_systemrobotassistant_chatWarp .shein-components_systemrobotassistant_listWrapper .shein-components_systemrobotassistant_listShow .shein-components_systemrobotassistant_mailListModalItem .shein-components_systemrobotassistant_personFindedHim {
676
+ font-size: 12px;
677
+ color: #7E848F;
678
+ }
679
+ .shein-components_systemrobotassistant_chatWarp .shein-components_systemrobotassistant_listWrapper .shein-components_systemrobotassistant_empty {
680
+ flex: 1;
681
+ display: flex;
682
+ align-items: center;
683
+ justify-content: center;
684
+ flex-direction: column;
685
+ color: #1890ff;
686
+ color: var(--primary-color, #1890ff);
687
+ }
688
+ .shein-components_systemrobotassistant_modalWrapper {
689
+ display: flex;
690
+ overflow: hidden;
691
+ flex: 1;
692
+ }
693
+ .shein-components_systemrobotassistant_modalWrapper .shein-components_systemrobotassistant_treeWarp {
694
+ max-width: 250px;
695
+ padding-right: 8px;
696
+ padding-top: 16px;
697
+ display: flex;
698
+ flex-shrink: 0;
699
+ box-shadow: inset -1px 1px 0px 0px rgba(217, 217, 217, 0.5);
700
+ border-radius: 5px 0px 0px 5px;
701
+ overflow: hidden;
702
+ }
703
+ .shein-components_systemrobotassistant_modalWrapper .shein-components_systemrobotassistant_treeWarp .shein-components_systemrobotassistant_treeStyle {
704
+ color: #333E59;
705
+ word-break: break-all;
706
+ overflow-y: auto;
707
+ }
708
+ .shein-components_systemrobotassistant_modalWrapper .shein-components_systemrobotassistant_treeWarp .shein-components_systemrobotassistant_treeStyle .so-tree-content .so-tree-text {
709
+ overflow: hidden;
710
+ }
711
+ .shein-components_systemrobotassistant_modalWrapper .shein-components_systemrobotassistant_treeWarp .shein-components_systemrobotassistant_treeItem {
712
+ cursor: pointer;
713
+ }
714
+ .shein-components_systemrobotassistant_modalWrapper .shein-components_systemrobotassistant_treeWarp .shein-components_systemrobotassistant_selectedGroup {
715
+ color: #197afa;
716
+ color: var(--primary-color, #197afa);
717
+ }
718
+
719
+ .shein-components_systemrobotassistant_dataContainer {
720
+ flex: 1;
721
+ }
722
+ .shein-components_systemrobotassistant_dataContainer .shein-components_systemrobotassistant_emptyCon {
723
+ height: 100%;
724
+ width: 100%;
725
+ display: flex;
726
+ align-items: center;
727
+ justify-content: center;
728
+ flex-direction: column;
729
+ flex: 1;
730
+ color: #1890ff;
731
+ color: var(--primary-color, #1890ff);
732
+ }
733
+ .shein-components_systemrobotassistant_loadingMask {
734
+ position: absolute;
735
+ top: 0;
736
+ left: 0;
737
+ width: 100%;
738
+ height: 100%;
739
+ display: flex;
740
+ align-items: center;
741
+ justify-content: center;
742
+ background-color: rgba(0, 0, 0, 0.04);
743
+ z-index: 100;
744
+ }
745
+
746
+ .shein-components_systemrobotassistant_daysTab {
747
+ padding: 12px;
748
+ display: flex;
749
+ align-items: center;
750
+ background-color: #FFFFFF;
751
+ }
752
+ .shein-components_systemrobotassistant_daysTab .shein-components_systemrobotassistant_arrowIcon {
753
+ color: #7E848F;
754
+ cursor: pointer;
755
+ }
756
+ .shein-components_systemrobotassistant_daysTab .shein-components_systemrobotassistant_disabledIcon {
757
+ cursor: not-allowed;
758
+ color: #cccfd6;
759
+ }
760
+ .shein-components_systemrobotassistant_daysTab .shein-components_systemrobotassistant_itemWrapper {
761
+ margin: 0 12px;
762
+ display: flex;
763
+ align-items: center;
764
+ justify-content: center;
765
+ flex: 1;
766
+ }
767
+ .shein-components_systemrobotassistant_daysTab .shein-components_systemrobotassistant_dateItem {
768
+ margin-left: 8px;
769
+ width: calc((100% - 16px) / 3);
770
+ height: 32px;
771
+ display: flex;
772
+ justify-content: center;
773
+ align-items: center;
774
+ background: #FFFFFF;
775
+ border-radius: 4px;
776
+ cursor: pointer;
777
+ }
778
+ .shein-components_systemrobotassistant_daysTab .shein-components_systemrobotassistant_dateItem:first-child {
779
+ margin-left: 0;
780
+ }
781
+ .shein-components_systemrobotassistant_daysTab .shein-components_systemrobotassistant_dateItem.shein-components_systemrobotassistant_active {
782
+ background: #E2F2FF;
783
+ color: #1890FF;
784
+ color: var(--primary-color, #1890FF);
785
+ }
786
+ .shein-components_systemrobotassistant_daysTab .shein-components_systemrobotassistant_dateItem:hover {
787
+ background: #F3F9FE;
788
+ }
789
+
790
+ .shein-components_systemrobotassistant_scrollBox {
791
+ width: 100%;
792
+ height: 100%;
793
+ position: relative;
794
+ flex: 1;
795
+ overflow: hidden;
796
+ }
797
+ .shein-components_systemrobotassistant_scrollWrap {
798
+ width: 100%;
799
+ height: 100%;
800
+ overflow: hidden;
801
+ overflow-y: auto;
802
+ }
803
+ .shein-components_systemrobotassistant_scrollWrap .shein-components_systemrobotassistant_scrollContainer {
804
+ width: 100%;
805
+ height: auto;
806
+ }
807
+ .shein-components_systemrobotassistant_bottomBox {
808
+ margin-top: 12px;
809
+ text-align: center;
810
+ color: #7E848F;
811
+ }
812
+ .shein-components_systemrobotassistant_scrollLoadingMask {
813
+ position: absolute;
814
+ top: 0;
815
+ left: 0;
816
+ width: 100%;
817
+ height: 100%;
818
+ display: flex;
819
+ align-items: center;
820
+ justify-content: center;
821
+ background-color: rgba(0, 0, 0, 0.04);
822
+ z-index: 100;
823
+ }
824
+
825
+ @keyframes shein-components_imagespreviewer_line-scale {
826
+ 0%,
827
+ 100% {
828
+ transform: scaley(1);
829
+ }
830
+ 50% {
831
+ transform: scaley(0.4);
832
+ }
833
+ }
834
+ .shein-components_imagespreviewer_lineScale {
835
+ position: absolute;
836
+ z-index: 1001;
837
+ top: 50%;
838
+ left: 50%;
839
+ transform: translate(-50%, -50%);
840
+ }
841
+ .shein-components_imagespreviewer_lineScale div {
842
+ animation-fill-mode: both;
843
+ width: 4px;
844
+ height: 35px;
845
+ display: inline-block;
846
+ background-color: #ff9800;
847
+ margin: 0 2px;
848
+ }
849
+ .shein-components_imagespreviewer_lineScale div:nth-child(1) {
850
+ animation: shein-components_imagespreviewer_line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
851
+ }
852
+ .shein-components_imagespreviewer_lineScale div:nth-child(2) {
853
+ animation: shein-components_imagespreviewer_line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
854
+ }
855
+ .shein-components_imagespreviewer_lineScale div:nth-child(3) {
856
+ animation: shein-components_imagespreviewer_line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
857
+ }
858
+ .shein-components_imagespreviewer_lineScale div:nth-child(4) {
859
+ animation: shein-components_imagespreviewer_line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
860
+ }
861
+ .shein-components_imagespreviewer_lineScale div:nth-child(5) {
862
+ animation: shein-components_imagespreviewer_line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
863
+ }
864
+ .shein-components_imagespreviewer_tips {
865
+ width: 100%;
866
+ height: 100%;
867
+ background: #eee;
868
+ color: #aaa;
869
+ display: flex;
870
+ justify-content: center;
871
+ align-items: center;
872
+ font-size: 16px;
873
+ }
874
+ .shein-components_imagespreviewer_imageList {
875
+ display: flex;
876
+ align-items: center;
877
+ flex-wrap: wrap;
878
+ }
879
+ .shein-components_imagespreviewer_imageList .shein-components_imagespreviewer_imageItem {
880
+ display: block;
881
+ flex: 0 0 auto;
882
+ width: 80px;
883
+ height: 100px;
884
+ margin: 2px;
885
+ max-width: 100%;
886
+ cursor: pointer;
887
+ background-repeat: no-repeat;
888
+ background-position: center center;
889
+ background-size: cover;
890
+ position: relative;
891
+ }
892
+ .shein-components_imagespreviewer_imageList .shein-components_imagespreviewer_imageItem .shein-components_imagespreviewer_copy {
893
+ position: absolute;
894
+ display: block;
895
+ top: 0;
896
+ left: 0;
897
+ width: 100%;
898
+ height: 100%;
899
+ opacity: 0;
900
+ visibility: hidden;
901
+ }
902
+ .shein-components_imagespreviewer_imageList .shein-components_imagespreviewer_imageItem.shein-components_imagespreviewer_showBadge {
903
+ position: relative;
904
+ }
905
+ .shein-components_imagespreviewer_imageList .shein-components_imagespreviewer_imageItem .shein-components_imagespreviewer_thumbBadge {
906
+ -webkit-user-select: none;
907
+ user-select: none;
908
+ position: absolute;
909
+ top: 0;
910
+ right: 0;
911
+ transform: translate(50%, -50%);
912
+ padding: 0 5px;
913
+ min-width: 20px;
914
+ height: 20px;
915
+ line-height: 20px;
916
+ background: #F85555;
917
+ border-radius: 10px;
918
+ font-size: 12px;
919
+ color: #fff;
920
+ text-align: center;
921
+ white-space: nowrap;
922
+ }
923
+ .shein-components_imagespreviewer_imageList .shein-components_imagespreviewer_imageMore {
924
+ padding: 15px;
925
+ }
926
+ .shein-components_imagespreviewer_imageList .shein-components_imagespreviewer_imageMore .shein-components_imagespreviewer_svgIcon {
927
+ background: none;
928
+ margin: 0;
929
+ }
930
+ .shein-components_imagespreviewer_imageList .shein-components_imagespreviewer_imageMore .shein-components_imagespreviewer_svgIcon svg {
931
+ fill: #707070;
932
+ }
933
+ .shein-components_imagespreviewer_imageList .shein-components_imagespreviewer_imageMore .shein-components_imagespreviewer_svgIcon:hover svg {
934
+ fill: #429AFF;
935
+ }
936
+ .shein-components_imagespreviewer_imageList img {
937
+ max-width: 100%;
938
+ max-height: 100%;
939
+ }
940
+ .shein-components_imagespreviewer_imageListBlock {
941
+ display: block;
942
+ }
943
+ .shein-components_imagespreviewer_imageMouse {
944
+ background: #fff;
945
+ }
946
+ .shein-components_imagespreviewer_imageMouse > img {
947
+ display: block;
948
+ margin: auto;
949
+ max-width: 200px;
950
+ max-height: 200px;
951
+ }
952
+ .shein-components_imagespreviewer_imageMouse .shein-components_imagespreviewer_tips {
953
+ width: 140px;
954
+ height: 200px;
955
+ background: #eee;
956
+ color: #aaa;
957
+ display: flex;
958
+ justify-content: center;
959
+ align-items: center;
960
+ font-size: 18px;
961
+ }
962
+ .shein-components_imagespreviewer_gallery {
963
+ position: fixed;
964
+ top: 0;
965
+ left: 0;
966
+ right: 0;
967
+ bottom: 0;
968
+ background-color: rgba(20, 23, 55, 0.3);
969
+ z-index: 9999;
970
+ }
971
+ .shein-components_imagespreviewer_gallery.shein-components_imagespreviewer_display {
972
+ position: relative;
973
+ width: 100%;
974
+ height: 100%;
975
+ overflow: hidden;
976
+ }
977
+ .shein-components_imagespreviewer_gallery.shein-components_imagespreviewer_display .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_imgDrag {
978
+ height: 100%;
979
+ width: 100%;
980
+ }
981
+ .shein-components_imagespreviewer_gallery.shein-components_imagespreviewer_display .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_imgDrag .shein-components_imagespreviewer_imgEl {
982
+ max-height: 100% !important;
983
+ }
984
+ .shein-components_imagespreviewer_gallery.shein-components_imagespreviewer_display .shein-components_imagespreviewer_content .shein-components_imagespreviewer_topButtons .close {
985
+ display: none;
986
+ }
987
+ .shein-components_imagespreviewer_gallery.shein-components_imagespreviewer_fixSize {
988
+ right: initial;
989
+ bottom: initial;
990
+ width: 100vw;
991
+ height: 100vh;
992
+ }
993
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_overlay {
994
+ position: absolute;
995
+ top: 0;
996
+ left: 0;
997
+ right: 0;
998
+ bottom: 0;
999
+ }
1000
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content {
1001
+ position: relative;
1002
+ width: 100%;
1003
+ height: 100%;
1004
+ display: flex;
1005
+ align-items: center;
1006
+ }
1007
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow {
1008
+ position: relative;
1009
+ min-width: 0;
1010
+ flex: 1;
1011
+ height: 100%;
1012
+ justify-content: center;
1013
+ }
1014
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_imageWrap {
1015
+ position: absolute;
1016
+ top: 10%;
1017
+ left: 10%;
1018
+ display: flex;
1019
+ width: 80%;
1020
+ height: 80%;
1021
+ align-items: center;
1022
+ justify-content: center;
1023
+ }
1024
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_imageWrap .shein-components_imagespreviewer_imgDrag {
1025
+ text-align: center;
1026
+ margin-top: 24px;
1027
+ }
1028
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_imageWrap .shein-components_imagespreviewer_imgDrag .shein-components_imagespreviewer_tips {
1029
+ font-size: 20px;
1030
+ background: none;
1031
+ color: #ddd;
1032
+ }
1033
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_imageWrap .shein-components_imagespreviewer_imgDrag .shein-components_imagespreviewer_imgEl {
1034
+ position: relative;
1035
+ display: inline-block;
1036
+ font-size: 0;
1037
+ vertical-align: top;
1038
+ touch-action: none;
1039
+ background-color: #fff;
1040
+ border-radius: 8px;
1041
+ max-width: 100%;
1042
+ max-height: 100%;
1043
+ max-height: calc(100vh * 0.8);
1044
+ transition: transform 0.2s;
1045
+ overflow: hidden;
1046
+ -webkit-user-select: none;
1047
+ user-select: none;
1048
+ }
1049
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_imageWrap .shein-components_imagespreviewer_imgDrag .shein-components_imagespreviewer_imgEl.shein-components_imagespreviewer_imgDragable {
1050
+ cursor: move;
1051
+ }
1052
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_imageWrap .shein-components_imagespreviewer_imgDrag .shein-components_imagespreviewer_imgEl.shein-components_imagespreviewer_zoomIn {
1053
+ cursor: zoom-in;
1054
+ }
1055
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_imageWrap .shein-components_imagespreviewer_imgDrag .shein-components_imagespreviewer_imgEl.shein-components_imagespreviewer_zoomOut {
1056
+ cursor: zoom-out;
1057
+ }
1058
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_imageWrapBottom {
1059
+ display: flex;
1060
+ width: 100%;
1061
+ height: 100%;
1062
+ align-items: center;
1063
+ justify-content: center;
1064
+ position: unset;
1065
+ top: auto;
1066
+ left: auto;
1067
+ }
1068
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_slideButtons [class*=Button] {
1069
+ position: absolute;
1070
+ display: inline-block;
1071
+ vertical-align: middle;
1072
+ -webkit-appearance: none;
1073
+ padding: 0;
1074
+ background: none;
1075
+ border: none;
1076
+ outline: 0;
1077
+ cursor: pointer;
1078
+ }
1079
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_slideButtons [class*=Button]:disabled {
1080
+ cursor: not-allowed;
1081
+ }
1082
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_slideButtons [class*=Button] > i {
1083
+ width: 24px;
1084
+ height: 24px;
1085
+ line-height: 24px;
1086
+ text-align: center;
1087
+ border-radius: 50%;
1088
+ background-color: #3b3b3b;
1089
+ color: #cbcbcb;
1090
+ font-size: 24px;
1091
+ }
1092
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_slideButtons [class*=Button] > i:hover {
1093
+ color: #fff;
1094
+ }
1095
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_slideButtons .shein-components_imagespreviewer_prevButton {
1096
+ top: 50%;
1097
+ left: 5%;
1098
+ margin-left: -12px;
1099
+ margin-top: -12px;
1100
+ }
1101
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_slideButtons .shein-components_imagespreviewer_nextButton {
1102
+ top: 50%;
1103
+ right: 5%;
1104
+ margin-right: -12px;
1105
+ margin-top: -12px;
1106
+ }
1107
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_slideButtons .shein-components_imagespreviewer_arrIcon {
1108
+ width: 48px;
1109
+ height: 48px;
1110
+ margin-left: 0;
1111
+ }
1112
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_topButtons {
1113
+ position: absolute;
1114
+ top: 5%;
1115
+ right: 2.5%;
1116
+ transform: translate(0, -50%);
1117
+ display: flex;
1118
+ }
1119
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_topButtons > i,
1120
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_topButtons .shein-components_imagespreviewer_custom > i {
1121
+ margin: 0 0 0 10px;
1122
+ width: 24px;
1123
+ height: 24px;
1124
+ line-height: 24px;
1125
+ text-align: center;
1126
+ border-radius: 50%;
1127
+ background-color: #3b3b3b;
1128
+ color: #cbcbcb;
1129
+ font-size: 14px;
1130
+ cursor: pointer;
1131
+ }
1132
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_topButtons > i:hover,
1133
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShow .shein-components_imagespreviewer_topButtons .shein-components_imagespreviewer_custom > i:hover {
1134
+ color: #fff;
1135
+ }
1136
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_content .shein-components_imagespreviewer_imageShowBottom {
1137
+ width: 100%;
1138
+ overflow: auto;
1139
+ overflow-y: hidden;
1140
+ margin: 24px 0;
1141
+ }
1142
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav {
1143
+ position: relative;
1144
+ display: flex;
1145
+ height: 100%;
1146
+ font-size: 0;
1147
+ background-color: rgba(0, 0, 0, 0.5);
1148
+ flex-flow: column nowrap;
1149
+ }
1150
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav.shein-components_imagespreviewer_imageNavBottom {
1151
+ height: auto;
1152
+ width: 100%;
1153
+ background-color: transparent;
1154
+ justify-content: center;
1155
+ align-items: center;
1156
+ }
1157
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navFooter {
1158
+ padding: 10px;
1159
+ display: flex;
1160
+ background-color: #fff;
1161
+ }
1162
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navFooter > button {
1163
+ flex-grow: 1;
1164
+ }
1165
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navBox {
1166
+ height: 0;
1167
+ flex-grow: 1;
1168
+ overflow: auto;
1169
+ }
1170
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navBox.shein-components_imagespreviewer_navBoxBottom {
1171
+ height: auto;
1172
+ width: 100%;
1173
+ }
1174
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navWrapper {
1175
+ display: grid;
1176
+ grid-template-columns: 1fr 1fr;
1177
+ padding: 10px;
1178
+ overflow-y: auto;
1179
+ overflow-x: hidden;
1180
+ }
1181
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navWrapper.shein-components_imagespreviewer_navWrapperBottom {
1182
+ display: block;
1183
+ padding: 0 10px 10px 10px;
1184
+ overflow-x: auto;
1185
+ white-space: nowrap;
1186
+ text-align: center;
1187
+ }
1188
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navItem {
1189
+ display: inline-block;
1190
+ width: 100px;
1191
+ height: 130px;
1192
+ margin: 5px;
1193
+ cursor: pointer;
1194
+ background-repeat: no-repeat;
1195
+ background-position: center center;
1196
+ background-size: cover;
1197
+ border-radius: 4px;
1198
+ background-color: #fff;
1199
+ position: relative;
1200
+ }
1201
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navItem:before {
1202
+ content: '';
1203
+ position: absolute;
1204
+ top: 0;
1205
+ left: 0;
1206
+ right: 0;
1207
+ bottom: 0;
1208
+ border-radius: 4px;
1209
+ overflow: hidden;
1210
+ background-color: rgba(0, 0, 0, 0.5);
1211
+ }
1212
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navItem.shein-components_imagespreviewer_active:before {
1213
+ border: 4px solid #197afa;
1214
+ border: 4px solid var(--primary-color, #197afa);
1215
+ background-color: rgba(0, 0, 0, 0);
1216
+ }
1217
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navItem.shein-components_imagespreviewer_activeBottom {
1218
+ border: 4px solid #197afa;
1219
+ border: 4px solid var(--primary-color, #197afa);
1220
+ }
1221
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navItem.shein-components_imagespreviewer_activeBottom:before {
1222
+ background-color: rgba(0, 0, 0, 0);
1223
+ }
1224
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navItem .shein-components_imagespreviewer_navItemTitle {
1225
+ position: absolute;
1226
+ left: 0;
1227
+ right: 0;
1228
+ bottom: 0;
1229
+ padding: 5px;
1230
+ font-size: 10px;
1231
+ color: #fff;
1232
+ text-align: center;
1233
+ border-radius: 0 0 4px 4px;
1234
+ background-color: rgba(0, 0, 0, 0.5);
1235
+ }
1236
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navItemBottom {
1237
+ margin: 0;
1238
+ border-radius: 0;
1239
+ width: 64px;
1240
+ min-width: 64px;
1241
+ height: 64px;
1242
+ }
1243
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navItemBottom:before {
1244
+ content: '';
1245
+ position: absolute;
1246
+ top: 0;
1247
+ left: 0;
1248
+ right: 0;
1249
+ bottom: 0;
1250
+ border-radius: 0;
1251
+ overflow: hidden;
1252
+ background-color: rgba(0, 0, 0, 0.5);
1253
+ }
1254
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navItemBottom:first-child {
1255
+ border-top-left-radius: 8px;
1256
+ border-bottom-left-radius: 8px;
1257
+ }
1258
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navItemBottom:first-child:before {
1259
+ border-top-left-radius: 8px;
1260
+ border-bottom-left-radius: 8px;
1261
+ }
1262
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navItemBottom:last-child {
1263
+ border-top-right-radius: 8px;
1264
+ border-bottom-right-radius: 8px;
1265
+ }
1266
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navItemBottom:last-child:before {
1267
+ border-top-right-radius: 8px;
1268
+ border-bottom-right-radius: 8px;
1269
+ }
1270
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_imageNav .shein-components_imagespreviewer_navItemBottom:hover:before {
1271
+ background-color: transparent;
1272
+ }
1273
+ .shein-components_imagespreviewer_gallery .shein-components_imagespreviewer_garlleryBottom {
1274
+ flex-direction: column;
1275
+ }
1276
+ .shein-components_imagespreviewer_svgIcon {
1277
+ display: inline-flex;
1278
+ align-items: center;
1279
+ justify-content: center;
1280
+ width: 32px;
1281
+ height: 32px;
1282
+ padding: 6px;
1283
+ text-align: center;
1284
+ border-radius: 50%;
1285
+ background-color: #3b3b3b;
1286
+ margin-left: 10px;
1287
+ cursor: pointer;
1288
+ }
1289
+ .shein-components_imagespreviewer_svgIcon svg {
1290
+ fill: #cbcbcb;
1291
+ display: block;
1292
+ width: 24px;
1293
+ height: 24px;
1294
+ }
1295
+ .shein-components_imagespreviewer_svgIcon:hover svg {
1296
+ fill: #fff;
1297
+ }
1298
+ .shein-components_imagespreviewer_svgIconBottom svg {
1299
+ fill: #ffffff;
1300
+ display: block;
1301
+ width: 22px;
1302
+ height: 22px;
1303
+ opacity: 0.7;
1304
+ }
1305
+ .shein-components_imagespreviewer_svgIconBottom:hover svg {
1306
+ opacity: 1;
1307
+ }
1308
+ .shein-components_imagespreviewer_popover {
1309
+ border-radius: 0;
1310
+ }
1311
+ .shein-components_imagespreviewer_popover .so-popover-content {
1312
+ display: block;
1313
+ }
1314
+ .shein-components_imagespreviewer_bottomButtons {
1315
+ display: flex;
1316
+ align-items: center;
1317
+ justify-content: center;
1318
+ padding: 6px 12px;
1319
+ background-color: rgba(20, 23, 55, 0.8);
1320
+ gap: 26px;
1321
+ width: fit-content;
1322
+ border-radius: 8px;
1323
+ backdrop-filter: blur(5px);
1324
+ }
1325
+ .shein-components_imagespreviewer_bottomButtons > div {
1326
+ width: auto;
1327
+ text-align: center;
1328
+ font-size: 14px;
1329
+ cursor: pointer;
1330
+ }
1331
+ .shein-components_imagespreviewer_navIndex {
1332
+ color: #fff;
1333
+ text-align: center;
1334
+ font-size: 14px;
1335
+ padding: 8px;
1336
+ background-color: rgba(0, 0, 0, 0.25);
1337
+ -webkit-user-select: none;
1338
+ user-select: none;
1339
+ }
1340
+ .shein-components_imagespreviewer_navIndexBottom {
1341
+ background-color: transparent;
1342
+ opacity: 0.7;
1343
+ width: 64px!important;
1344
+ }
1345
+ .shein-components_imagespreviewer_tooltipstyle {
1346
+ z-index: 10000;
1347
+ }
1348
+ .shein-components_systemrobotassistant_itNoticeModal {
1349
+ padding: 0;
1350
+ background-color: #F7F9FC;
1351
+ overflow: hidden;
1352
+ word-break: break-all;
1353
+ }
1354
+ .shein-components_systemrobotassistant_itNoticeModal .so-card-body {
1355
+ display: flex;
1356
+ flex-direction: column;
1357
+ overflow: hidden;
1358
+ color: #35383D;
1359
+ font-family: PingFangSC-Regular, PingFang SC;
1360
+ }
1361
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_modalHeader {
1362
+ padding: 12px;
1363
+ position: relative;
1364
+ text-align: center;
1365
+ background-color: #FFFFFF;
1366
+ font-size: 20px;
1367
+ box-shadow: 0px 1px 0px 0px rgba(230, 234, 240, 0.5);
1368
+ }
1369
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_modalHeader .shein-components_systemrobotassistant_tabExtraCon {
1370
+ position: absolute;
1371
+ right: 44px;
1372
+ top: 50%;
1373
+ transform: translateY(-50%);
1374
+ font-size: 14px;
1375
+ color: #7E848F;
1376
+ }
1377
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_modalHeader .shein-components_systemrobotassistant_closeIcon {
1378
+ position: absolute;
1379
+ right: 12px;
1380
+ top: 50%;
1381
+ transform: translateY(-50%);
1382
+ font-size: 20px;
1383
+ color: #7E848F;
1384
+ cursor: pointer;
1385
+ }
1386
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_modalBody {
1387
+ display: flex;
1388
+ flex: 1;
1389
+ overflow: hidden;
1390
+ }
1391
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_leftCon {
1392
+ width: 204px;
1393
+ height: 100%;
1394
+ display: flex;
1395
+ flex-direction: column;
1396
+ background-color: #FFFFFF;
1397
+ }
1398
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_leftCon .shein-components_systemrobotassistant_leftHeader {
1399
+ margin-top: 8px;
1400
+ padding: 8px 8px 8px 12px;
1401
+ display: flex;
1402
+ align-items: center;
1403
+ justify-content: space-between;
1404
+ flex-shrink: 0;
1405
+ font-weight: bold;
1406
+ }
1407
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_leftCon .shein-components_systemrobotassistant_leftHeader .shein-components_systemrobotassistant_indentIcon {
1408
+ cursor: pointer;
1409
+ font-size: 16px;
1410
+ }
1411
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_leftCon .shein-components_systemrobotassistant_indentHeader {
1412
+ width: 48px;
1413
+ justify-content: flex-start;
1414
+ flex-direction: column-reverse;
1415
+ }
1416
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_leftCon .shein-components_systemrobotassistant_leftListCon .so-list-item {
1417
+ padding: 0;
1418
+ }
1419
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_leftCon .shein-components_systemrobotassistant_leftListCon .so-list-item::after {
1420
+ display: none;
1421
+ }
1422
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_leftCon .shein-components_systemrobotassistant_leftListCon .shein-components_systemrobotassistant_menuItem {
1423
+ padding: 8px 8px 8px 16px;
1424
+ margin-bottom: 8px;
1425
+ cursor: pointer;
1426
+ }
1427
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_leftCon .shein-components_systemrobotassistant_leftListCon .shein-components_systemrobotassistant_menuItem:last-child {
1428
+ margin-bottom: 0;
1429
+ }
1430
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_leftCon .shein-components_systemrobotassistant_leftListCon .shein-components_systemrobotassistant_menuItem.shein-components_systemrobotassistant_active {
1431
+ position: relative;
1432
+ background-color: #E2F2FF;
1433
+ color: #1890FF;
1434
+ color: var(--primary-color, #1890FF);
1435
+ }
1436
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_leftCon .shein-components_systemrobotassistant_leftListCon .shein-components_systemrobotassistant_menuItem.shein-components_systemrobotassistant_active::before {
1437
+ content: '';
1438
+ position: absolute;
1439
+ left: 0;
1440
+ top: 0;
1441
+ width: 4px;
1442
+ height: 100%;
1443
+ background-color: #1890FF;
1444
+ background-color: var(--primary-color, #1890FF);
1445
+ border-radius: 0px 4px 4px 0px;
1446
+ }
1447
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_indentLeftCon {
1448
+ width: 48px;
1449
+ transition: all 0.3s ease-in-out;
1450
+ }
1451
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_indentLeftCon .shein-components_systemrobotassistant_leftHeader {
1452
+ justify-content: flex-start;
1453
+ flex-direction: column-reverse;
1454
+ }
1455
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_indentLeftCon .shein-components_systemrobotassistant_leftHeader .shein-components_systemrobotassistant_headTitle {
1456
+ letter-spacing: 1em;
1457
+ margin-left: 1em;
1458
+ }
1459
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_indentLeftCon .shein-components_systemrobotassistant_leftHeader .shein-components_systemrobotassistant_indentIcon {
1460
+ margin-bottom: 8px;
1461
+ }
1462
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_rightCon {
1463
+ position: relative;
1464
+ padding: 8px 8px 0;
1465
+ display: flex;
1466
+ flex-direction: column;
1467
+ flex: 1;
1468
+ overflow: hidden;
1469
+ }
1470
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_tabHeader {
1471
+ display: flex;
1472
+ align-items: center;
1473
+ border-bottom: 1px solid #E8EBF0;
1474
+ }
1475
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_tabHeader .shein-components_systemrobotassistant_tabItem {
1476
+ padding: 6px 16px;
1477
+ display: flex;
1478
+ align-items: center;
1479
+ font-size: 16px;
1480
+ font-family: PingFangSC-Medium, PingFang SC;
1481
+ font-weight: bold;
1482
+ line-height: 24px;
1483
+ border-radius: 4px 4px 0px 0px;
1484
+ background-color: #FFFFFF;
1485
+ cursor: pointer;
1486
+ }
1487
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_tabHeader .shein-components_systemrobotassistant_tabItem .shein-components_systemrobotassistant_helpIcon {
1488
+ margin-left: 4px;
1489
+ color: #7E848F;
1490
+ }
1491
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_tabHeader .shein-components_systemrobotassistant_tabItem.shein-components_systemrobotassistant_active {
1492
+ position: relative;
1493
+ background: #1890FF;
1494
+ background: var(--primary-color, #1890FF);
1495
+ color: #FFFFFF;
1496
+ }
1497
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_tabHeader .shein-components_systemrobotassistant_tabItem.shein-components_systemrobotassistant_active .shein-components_systemrobotassistant_helpIcon {
1498
+ color: #FFFFFF;
1499
+ }
1500
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_subTabCon {
1501
+ padding-top: 8px;
1502
+ background-color: #FFFFFF;
1503
+ }
1504
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_tabCon {
1505
+ display: flex;
1506
+ flex-direction: column;
1507
+ flex: 1;
1508
+ overflow: hidden;
1509
+ background-color: #FFFFFF;
1510
+ }
1511
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_signatureCon {
1512
+ position: absolute;
1513
+ top: 0;
1514
+ right: 12px;
1515
+ width: 138px;
1516
+ height: 126px;
1517
+ display: flex;
1518
+ align-items: center;
1519
+ justify-content: center;
1520
+ color: #D13135;
1521
+ font-size: 12px;
1522
+ z-index: 10;
1523
+ pointer-events: none;
1524
+ }
1525
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_signatureCon img {
1526
+ position: absolute;
1527
+ top: 0;
1528
+ left: 0;
1529
+ width: 138px;
1530
+ height: 126px;
1531
+ }
1532
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_signatureCon .shein-components_systemrobotassistant_signatureTextCon {
1533
+ display: flex;
1534
+ flex-direction: column;
1535
+ align-items: center;
1536
+ justify-content: center;
1537
+ transform: translateY(4px) rotate(-15deg);
1538
+ font-family: 方正兰亭粗黑简体;
1539
+ }
1540
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_signatureCon .shein-components_systemrobotassistant_signatureTextCon .shein-components_systemrobotassistant_configText {
1541
+ white-space: nowrap;
1542
+ }
1543
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_mainNoticeCon {
1544
+ position: relative;
1545
+ display: flex;
1546
+ flex-direction: column;
1547
+ flex: 1;
1548
+ overflow: hidden;
1549
+ overflow-y: auto;
1550
+ background-color: #FFFFFF;
1551
+ }
1552
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_mainNoticeCon .shein-components_systemrobotassistant_containerTitle {
1553
+ color: #7E848F;
1554
+ padding: 16px 8px 16px 20px;
1555
+ }
1556
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_mainNoticeCon .shein-components_systemrobotassistant_containerTitle .shein-components_systemrobotassistant_numberText {
1557
+ margin: 0 4px;
1558
+ color: #35383D;
1559
+ font-size: 16px;
1560
+ font-weight: bold;
1561
+ }
1562
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_datesCon {
1563
+ padding: 12px 20px;
1564
+ display: grid;
1565
+ grid-template-columns: repeat(auto-fill, minmax(76px, 1fr));
1566
+ grid-gap: 8px;
1567
+ }
1568
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_datesCon .shein-components_systemrobotassistant_dateItem {
1569
+ width: 100%;
1570
+ height: 32px;
1571
+ display: flex;
1572
+ align-items: center;
1573
+ justify-content: center;
1574
+ border-radius: 4px;
1575
+ border: 1px solid #D9D9D9;
1576
+ cursor: pointer;
1577
+ }
1578
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_datesCon .shein-components_systemrobotassistant_dateItem.shein-components_systemrobotassistant_active {
1579
+ border: 1px solid #1890FF;
1580
+ border: 1px solid var(--primary-color, #1890FF);
1581
+ color: #1890FF;
1582
+ color: var(--primary-color, #1890FF);
1583
+ }
1584
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_tableWrapper {
1585
+ padding: 0 20px;
1586
+ display: flex;
1587
+ flex-direction: column;
1588
+ flex: 1;
1589
+ }
1590
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_table {
1591
+ margin-top: 8px;
1592
+ margin-bottom: 0;
1593
+ border: 1px solid rgba(217, 217, 217, 0.5);
1594
+ border-radius: 4px;
1595
+ }
1596
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_table .shein-components_systemrobotassistant_tdCol {
1597
+ display: flex;
1598
+ flex-direction: column;
1599
+ }
1600
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_table .shein-components_systemrobotassistant_tdCol .shein-components_systemrobotassistant_title {
1601
+ margin-bottom: 4px;
1602
+ color: #7E848F;
1603
+ }
1604
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_table .shein-components_systemrobotassistant_tdCol .shein-components_systemrobotassistant_listItem {
1605
+ width: 100%;
1606
+ display: flex;
1607
+ overflow: hidden;
1608
+ }
1609
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_table thead th,
1610
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_table tr td {
1611
+ padding: 12px;
1612
+ background-color: #F7F9FC;
1613
+ font-weight: normal;
1614
+ }
1615
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_table tr td {
1616
+ border-color: rgba(217, 217, 217, 0.5);
1617
+ background-color: #FFFFFF;
1618
+ }
1619
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_table tr:last-child td {
1620
+ border-bottom: unset;
1621
+ }
1622
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_table thead th {
1623
+ color: #7E848F;
1624
+ }
1625
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_table .so-table-head > table {
1626
+ border-bottom: 1px solid rgba(217, 217, 217, 0.5);
1627
+ }
1628
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_table .so-table-empty {
1629
+ padding: 12px;
1630
+ font-size: 14px;
1631
+ }
1632
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_clickText {
1633
+ color: #1890FF;
1634
+ color: var(--primary-color, #1890FF);
1635
+ cursor: pointer;
1636
+ }
1637
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_modalFooter {
1638
+ padding: 12px;
1639
+ display: flex;
1640
+ align-items: center;
1641
+ justify-content: center;
1642
+ background-color: #FFFFFF;
1643
+ box-shadow: 0px -2px 4px 0px rgba(25, 122, 250, 0.15);
1644
+ z-index: 1;
1645
+ }
1646
+ .shein-components_systemrobotassistant_itNoticeModal .shein-components_systemrobotassistant_modalFooter button + button {
1647
+ margin-left: 12px;
1648
+ }
1649
+
1650
+ .shein-components_systemrobotassistant_itNoticeTabCon {
1651
+ padding: 0;
1652
+ display: flex;
1653
+ flex: 1;
1654
+ flex-direction: column;
1655
+ background-color: #F7F9FC;
1656
+ overflow: hidden;
1657
+ word-break: break-all;
1658
+ }
1659
+ .shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_mainNoticeCon {
1660
+ margin-top: 12px;
1661
+ display: flex;
1662
+ flex-direction: column;
1663
+ flex: 1;
1664
+ overflow: hidden;
1665
+ }
1666
+ .shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_cardBody {
1667
+ flex: 1;
1668
+ overflow-y: auto;
1669
+ margin: 0 12px;
1670
+ }
1671
+ .shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_cardBody .shein-components_systemrobotassistant_cardItem {
1672
+ margin-bottom: 12px;
1673
+ background-color: #FFFFFF;
1674
+ border-radius: 8px;
1675
+ box-shadow: 0px 1px 2px 0px rgba(25, 122, 250, 0.15);
1676
+ }
1677
+ .shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_cardBody .shein-components_systemrobotassistant_cardItem:last-child {
1678
+ margin-bottom: 0;
1679
+ }
1680
+ .shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_cardBody .shein-components_systemrobotassistant_itemHeader {
1681
+ padding: 8px 12px;
1682
+ display: flex;
1683
+ align-items: center;
1684
+ flex-wrap: wrap;
1685
+ justify-content: space-between;
1686
+ box-shadow: inset 0px -1px 0px 0px #E6EAF0;
1687
+ }
1688
+ .shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_cardBody .shein-components_systemrobotassistant_itemHeader .shein-components_systemrobotassistant_img {
1689
+ margin-right: 8px;
1690
+ }
1691
+ .shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_cardBody .shein-components_systemrobotassistant_itemHeader .shein-components_systemrobotassistant_total {
1692
+ color: #7E848F;
1693
+ }
1694
+ .shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_cardBody .shein-components_systemrobotassistant_itemHeader .shein-components_systemrobotassistant_headerRight {
1695
+ margin-left: 8px;
1696
+ color: #7E848F;
1697
+ }
1698
+ .shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_cardBody .shein-components_systemrobotassistant_itemBody {
1699
+ padding: 12px;
1700
+ margin-bottom: 0;
1701
+ border-radius: 0px 0px 8px 8px;
1702
+ }
1703
+ .shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_cardBody .shein-components_systemrobotassistant_itemBody .shein-components_systemrobotassistant_listItem {
1704
+ margin-top: 12px;
1705
+ padding-bottom: 12px;
1706
+ border-bottom: 1px solid #E6EAF0;
1707
+ }
1708
+ .shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_cardBody .shein-components_systemrobotassistant_itemBody .shein-components_systemrobotassistant_listItem:first-child {
1709
+ margin-top: 0;
1710
+ }
1711
+ .shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_cardBody .shein-components_systemrobotassistant_itemBody .shein-components_systemrobotassistant_listItem:last-child {
1712
+ padding-bottom: 0;
1713
+ border: none;
1714
+ }
1715
+ .shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_checkMore {
1716
+ margin: 12px;
1717
+ flex-shrink: 0;
1718
+ text-align: center;
1719
+ color: #A5ACB8;
1720
+ cursor: pointer;
1721
+ }
1722
+ .shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_clickText {
1723
+ color: #1890FF;
1724
+ color: var(--primary-color, #1890FF);
1725
+ cursor: pointer;
1726
+ }
1727
+ .shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_noticeMenus {
1728
+ position: absolute;
1729
+ left: -120px;
1730
+ top: 104px;
1731
+ width: 120px;
1732
+ max-height: 240px;
1733
+ padding: 12px 8px;
1734
+ box-shadow: 0px 4px 8px 0px rgba(20, 23, 55, 0.05);
1735
+ border-radius: 8px 0px 0px 8px;
1736
+ border: 1px solid #F5F6FB;
1737
+ background: #FFFFFF;
1738
+ overflow-y: auto;
1739
+ }
1740
+ .shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_noticeMenus .shein-components_systemrobotassistant_menuItem {
1741
+ padding: 5px 8px;
1742
+ border-radius: 4px;
1743
+ cursor: pointer;
1744
+ overflow: hidden;
1745
+ text-overflow: ellipsis;
1746
+ white-space: nowrap;
1747
+ }
1748
+ .shein-components_systemrobotassistant_itNoticeTabCon .shein-components_systemrobotassistant_noticeMenus .shein-components_systemrobotassistant_menuItem.shein-components_systemrobotassistant_active {
1749
+ background-color: #E2F2FF;
1750
+ color: #1890FF;
1751
+ color: var(--primary-color, #1890FF);
1752
+ }
1753
+