linkmore-design 1.0.3

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.
Files changed (239) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +81 -0
  3. package/dist/40b22ad7b4ea2a7e.jpg +0 -0
  4. package/dist/566891e3103ae07a.png +0 -0
  5. package/dist/9f788f660abc173c.png +0 -0
  6. package/dist/f8940d62d6a40f71.png +0 -0
  7. package/dist/index.umd.css +2167 -0
  8. package/dist/index.umd.js +69587 -0
  9. package/dist/index.umd.min.css +1 -0
  10. package/dist/index.umd.min.js +31 -0
  11. package/es/ButtonTags/ButtonTags.js +59 -0
  12. package/es/ButtonTags/index.js +13 -0
  13. package/es/ButtonTags/style/index.js +3 -0
  14. package/es/ButtonTags/style/style.css +221 -0
  15. package/es/CkFilter/baseFilter/filterMenu.js +177 -0
  16. package/es/CkFilter/baseFilter/index.js +91 -0
  17. package/es/CkFilter/baseFilter/moreFilters.js +198 -0
  18. package/es/CkFilter/complexFilter/drawer.js +337 -0
  19. package/es/CkFilter/complexFilter/index.js +69 -0
  20. package/es/CkFilter/components/filterTypes.js +530 -0
  21. package/es/CkFilter/components/modal.js +275 -0
  22. package/es/CkFilter/context.js +152 -0
  23. package/es/CkFilter/customFilter/drawer.js +364 -0
  24. package/es/CkFilter/customFilter/index.js +130 -0
  25. package/es/CkFilter/customFilter/radioGroup.js +65 -0
  26. package/es/CkFilter/filter.js +115 -0
  27. package/es/CkFilter/index.js +13 -0
  28. package/es/CkFilter/style/index.js +3 -0
  29. package/es/CkFilter/style/style.css +586 -0
  30. package/es/CkFilter/utils.js +65 -0
  31. package/es/CustomerService/assets/question01.png +0 -0
  32. package/es/CustomerService/assets/send.png +0 -0
  33. package/es/CustomerService/assets/service.png +0 -0
  34. package/es/CustomerService/assets/shuoming01.png +0 -0
  35. package/es/CustomerService/assets/shuoming02.png +0 -0
  36. package/es/CustomerService/components/question.js +120 -0
  37. package/es/CustomerService/index.js +291 -0
  38. package/es/CustomerService/style/index.js +3 -0
  39. package/es/CustomerService/style/style.css +402 -0
  40. package/es/EditTable/EditTable.js +489 -0
  41. package/es/EditTable/index.js +13 -0
  42. package/es/EditTable/style/index.js +3 -0
  43. package/es/EditTable/style/style.css +165 -0
  44. package/es/EnlargeImg/index.js +109 -0
  45. package/es/EnlargeImg/style/index.js +3 -0
  46. package/es/EnlargeImg/style/style.css +4 -0
  47. package/es/Filter/Popover.js +199 -0
  48. package/es/Filter/baseFilter/Popover.js +214 -0
  49. package/es/Filter/baseFilter/ToggleFilter.js +112 -0
  50. package/es/Filter/baseFilter/index.js +100 -0
  51. package/es/Filter/complex/ComplexFilter.js +149 -0
  52. package/es/Filter/complex/ComplexItem.js +157 -0
  53. package/es/Filter/components/Checkbox.js +94 -0
  54. package/es/Filter/components/Date.js +87 -0
  55. package/es/Filter/components/Input.js +63 -0
  56. package/es/Filter/components/Select.js +89 -0
  57. package/es/Filter/components/Tree.js +64 -0
  58. package/es/Filter/components/header.js +60 -0
  59. package/es/Filter/components/index.js +47 -0
  60. package/es/Filter/context.js +15 -0
  61. package/es/Filter/edit/editFilter.js +277 -0
  62. package/es/Filter/index.js +174 -0
  63. package/es/Filter/popContext.js +15 -0
  64. package/es/Filter/remember.js +137 -0
  65. package/es/Filter/style/index.js +3 -0
  66. package/es/Filter/style/style.css +420 -0
  67. package/es/Icon/index.js +20 -0
  68. package/es/Icon/style/index.js +1 -0
  69. package/es/Icon/style/style.css +0 -0
  70. package/es/IconFont/index.js +15 -0
  71. package/es/IconFont/style/index.js +1 -0
  72. package/es/IconFont/style/style.css +0 -0
  73. package/es/LeftTable/assets/imgTest.jpg +0 -0
  74. package/es/LeftTable/index.js +116 -0
  75. package/es/LeftTable/style/index.js +3 -0
  76. package/es/LeftTable/style/style.css +231 -0
  77. package/es/LoadingPage/index.js +33 -0
  78. package/es/LoadingPage/style/index.js +1 -0
  79. package/es/LoadingPage/style/style.css +0 -0
  80. package/es/Modal/add.js +68 -0
  81. package/es/Modal/confirm.js +88 -0
  82. package/es/Modal/edit.js +44 -0
  83. package/es/Modal/exportModal.js +300 -0
  84. package/es/Modal/index.js +24 -0
  85. package/es/Modal/style/index.js +3 -0
  86. package/es/Modal/style/style.css +119 -0
  87. package/es/PopTable/BseTable.js +113 -0
  88. package/es/PopTable/index.js +151 -0
  89. package/es/PopTable/style/index.js +3 -0
  90. package/es/PopTable/style/style.css +363 -0
  91. package/es/ProTable/ImgList/body.js +111 -0
  92. package/es/ProTable/ImgList/cardCell.js +179 -0
  93. package/es/ProTable/ImgList/context.js +12 -0
  94. package/es/ProTable/ImgList/empty.js +24 -0
  95. package/es/ProTable/ImgList/footer.js +59 -0
  96. package/es/ProTable/ImgList/imgCell.js +181 -0
  97. package/es/ProTable/ImgList/imgTable.js +110 -0
  98. package/es/ProTable/ImgList/index.js +13 -0
  99. package/es/ProTable/Table.js +321 -0
  100. package/es/ProTable/VList.js +594 -0
  101. package/es/ProTable/context.js +12 -0
  102. package/es/ProTable/index.js +16 -0
  103. package/es/ProTable/resetConfig.js +39 -0
  104. package/es/ProTable/style/index.js +3 -0
  105. package/es/ProTable/style/style.css +693 -0
  106. package/es/TableRender/index.js +15 -0
  107. package/es/TableRender/state.js +72 -0
  108. package/es/TableRender/style/index.js +3 -0
  109. package/es/TableRender/style/style.css +0 -0
  110. package/es/UploadOss/index.js +18 -0
  111. package/es/UploadOss/style/index.js +3 -0
  112. package/es/UploadOss/style/style.css +121 -0
  113. package/es/UploadOss/uploadBtn.js +141 -0
  114. package/es/UploadOss/uploadImg.js +282 -0
  115. package/es/VirtualList/index.js +84 -0
  116. package/es/VirtualList/style/index.js +3 -0
  117. package/es/VirtualList/style/style.css +0 -0
  118. package/es/index.js +135 -0
  119. package/es/services/newRequest.js +201 -0
  120. package/es/services/utils.js +72 -0
  121. package/es/styles/icon.css +15 -0
  122. package/es/styles/main.css +149 -0
  123. package/es/styles/resetAntd.css +62 -0
  124. package/es/styles/them.css +0 -0
  125. package/lib/ButtonTags/ButtonTags.js +59 -0
  126. package/lib/ButtonTags/index.js +13 -0
  127. package/lib/ButtonTags/style/index.js +3 -0
  128. package/lib/ButtonTags/style/style.css +221 -0
  129. package/lib/CkFilter/baseFilter/filterMenu.js +177 -0
  130. package/lib/CkFilter/baseFilter/index.js +91 -0
  131. package/lib/CkFilter/baseFilter/moreFilters.js +198 -0
  132. package/lib/CkFilter/complexFilter/drawer.js +337 -0
  133. package/lib/CkFilter/complexFilter/index.js +69 -0
  134. package/lib/CkFilter/components/filterTypes.js +530 -0
  135. package/lib/CkFilter/components/modal.js +275 -0
  136. package/lib/CkFilter/context.js +152 -0
  137. package/lib/CkFilter/customFilter/drawer.js +364 -0
  138. package/lib/CkFilter/customFilter/index.js +130 -0
  139. package/lib/CkFilter/customFilter/radioGroup.js +65 -0
  140. package/lib/CkFilter/filter.js +115 -0
  141. package/lib/CkFilter/index.js +13 -0
  142. package/lib/CkFilter/style/index.js +3 -0
  143. package/lib/CkFilter/style/style.css +586 -0
  144. package/lib/CkFilter/utils.js +65 -0
  145. package/lib/CustomerService/assets/question01.png +0 -0
  146. package/lib/CustomerService/assets/send.png +0 -0
  147. package/lib/CustomerService/assets/service.png +0 -0
  148. package/lib/CustomerService/assets/shuoming01.png +0 -0
  149. package/lib/CustomerService/assets/shuoming02.png +0 -0
  150. package/lib/CustomerService/components/question.js +120 -0
  151. package/lib/CustomerService/index.js +291 -0
  152. package/lib/CustomerService/style/index.js +3 -0
  153. package/lib/CustomerService/style/style.css +402 -0
  154. package/lib/EditTable/EditTable.js +489 -0
  155. package/lib/EditTable/index.js +13 -0
  156. package/lib/EditTable/style/index.js +3 -0
  157. package/lib/EditTable/style/style.css +165 -0
  158. package/lib/EnlargeImg/index.js +109 -0
  159. package/lib/EnlargeImg/style/index.js +3 -0
  160. package/lib/EnlargeImg/style/style.css +4 -0
  161. package/lib/Filter/Popover.js +199 -0
  162. package/lib/Filter/baseFilter/Popover.js +214 -0
  163. package/lib/Filter/baseFilter/ToggleFilter.js +112 -0
  164. package/lib/Filter/baseFilter/index.js +100 -0
  165. package/lib/Filter/complex/ComplexFilter.js +149 -0
  166. package/lib/Filter/complex/ComplexItem.js +157 -0
  167. package/lib/Filter/components/Checkbox.js +94 -0
  168. package/lib/Filter/components/Date.js +87 -0
  169. package/lib/Filter/components/Input.js +63 -0
  170. package/lib/Filter/components/Select.js +89 -0
  171. package/lib/Filter/components/Tree.js +64 -0
  172. package/lib/Filter/components/header.js +60 -0
  173. package/lib/Filter/components/index.js +47 -0
  174. package/lib/Filter/context.js +15 -0
  175. package/lib/Filter/edit/editFilter.js +277 -0
  176. package/lib/Filter/index.js +174 -0
  177. package/lib/Filter/popContext.js +15 -0
  178. package/lib/Filter/remember.js +137 -0
  179. package/lib/Filter/style/index.js +3 -0
  180. package/lib/Filter/style/style.css +420 -0
  181. package/lib/Icon/index.js +20 -0
  182. package/lib/Icon/style/index.js +1 -0
  183. package/lib/Icon/style/style.css +0 -0
  184. package/lib/IconFont/index.js +15 -0
  185. package/lib/IconFont/style/index.js +1 -0
  186. package/lib/IconFont/style/style.css +0 -0
  187. package/lib/LeftTable/assets/imgTest.jpg +0 -0
  188. package/lib/LeftTable/index.js +116 -0
  189. package/lib/LeftTable/style/index.js +3 -0
  190. package/lib/LeftTable/style/style.css +231 -0
  191. package/lib/LoadingPage/index.js +33 -0
  192. package/lib/LoadingPage/style/index.js +1 -0
  193. package/lib/LoadingPage/style/style.css +0 -0
  194. package/lib/Modal/add.js +68 -0
  195. package/lib/Modal/confirm.js +88 -0
  196. package/lib/Modal/edit.js +44 -0
  197. package/lib/Modal/exportModal.js +300 -0
  198. package/lib/Modal/index.js +24 -0
  199. package/lib/Modal/style/index.js +3 -0
  200. package/lib/Modal/style/style.css +119 -0
  201. package/lib/PopTable/BseTable.js +113 -0
  202. package/lib/PopTable/index.js +151 -0
  203. package/lib/PopTable/style/index.js +3 -0
  204. package/lib/PopTable/style/style.css +363 -0
  205. package/lib/ProTable/ImgList/body.js +111 -0
  206. package/lib/ProTable/ImgList/cardCell.js +179 -0
  207. package/lib/ProTable/ImgList/context.js +12 -0
  208. package/lib/ProTable/ImgList/empty.js +24 -0
  209. package/lib/ProTable/ImgList/footer.js +59 -0
  210. package/lib/ProTable/ImgList/imgCell.js +181 -0
  211. package/lib/ProTable/ImgList/imgTable.js +110 -0
  212. package/lib/ProTable/ImgList/index.js +13 -0
  213. package/lib/ProTable/Table.js +321 -0
  214. package/lib/ProTable/VList.js +594 -0
  215. package/lib/ProTable/context.js +12 -0
  216. package/lib/ProTable/index.js +16 -0
  217. package/lib/ProTable/resetConfig.js +39 -0
  218. package/lib/ProTable/style/index.js +3 -0
  219. package/lib/ProTable/style/style.css +693 -0
  220. package/lib/TableRender/index.js +15 -0
  221. package/lib/TableRender/state.js +72 -0
  222. package/lib/TableRender/style/index.js +3 -0
  223. package/lib/TableRender/style/style.css +0 -0
  224. package/lib/UploadOss/index.js +18 -0
  225. package/lib/UploadOss/style/index.js +3 -0
  226. package/lib/UploadOss/style/style.css +121 -0
  227. package/lib/UploadOss/uploadBtn.js +141 -0
  228. package/lib/UploadOss/uploadImg.js +282 -0
  229. package/lib/VirtualList/index.js +84 -0
  230. package/lib/VirtualList/style/index.js +3 -0
  231. package/lib/VirtualList/style/style.css +0 -0
  232. package/lib/index.js +135 -0
  233. package/lib/services/newRequest.js +201 -0
  234. package/lib/services/utils.js +72 -0
  235. package/lib/styles/icon.css +15 -0
  236. package/lib/styles/main.css +149 -0
  237. package/lib/styles/resetAntd.css +62 -0
  238. package/lib/styles/them.css +0 -0
  239. package/package.json +102 -0
@@ -0,0 +1,402 @@
1
+ .ant-layout-sider {
2
+ min-height: 100vh;
3
+ background-color: #022766;
4
+ }
5
+ .ant-menu-dark .ant-menu-inline.ant-menu-sub {
6
+ box-shadow: none;
7
+ }
8
+ .ant-menu-submenu-placement-rightTop {
9
+ display: none;
10
+ }
11
+ .ant-table .row-active .ant-table-cell {
12
+ background-color: #FEFFD3 !important;
13
+ }
14
+ .ant-dropdown-menu-item {
15
+ font-size: 12px;
16
+ height: 32px;
17
+ }
18
+ .ant-tabs .ant-tabs-nav .ant-tabs-tab {
19
+ font-size: 14px;
20
+ }
21
+ .ant-tabs.auto_tabs {
22
+ display: flex;
23
+ flex-flow: column;
24
+ height: 100%;
25
+ }
26
+ .ant-tabs.auto_tabs .ant-tabs-nav {
27
+ height: 48px;
28
+ }
29
+ .ant-tabs.auto_tabs .ant-tabs-content-holder {
30
+ flex: 1;
31
+ overflow: auto;
32
+ }
33
+ .ant-drawer.drawer_wrapper .ant-drawer-header {
34
+ padding: 0 24px;
35
+ }
36
+ .ant-drawer.drawer_wrapper .ant-drawer-body {
37
+ position: relative;
38
+ flex: 1;
39
+ padding: 0 24px;
40
+ }
41
+ .ant-modal-wrap.plugin_modal {
42
+ display: flex;
43
+ flex-flow: column;
44
+ justify-content: flex-end;
45
+ }
46
+ .ant-modal-wrap.plugin_modal .ant-modal {
47
+ left: 56px;
48
+ top: 0;
49
+ margin: 0 0 8px 8px;
50
+ padding: 0;
51
+ }
52
+ .ant-modal-wrap.lm_modal_confirm .anticon {
53
+ margin-top: -1px;
54
+ margin-right: 8px;
55
+ }
56
+ .ant-modal-wrap.lm_modal_confirm .ant-modal-body {
57
+ padding: 16px 24px;
58
+ }
59
+ .ant-popover.pop_img .ant-popover-inner-content {
60
+ line-height: 1;
61
+ padding: var(--gap);
62
+ }
63
+ @font-face {
64
+ font-family: 'iconfont';
65
+ /* Project id 2966019 */
66
+ src: url('//at.alicdn.com/t/font_2966019_i3eb1wwkoo.woff2?t=1641546077924') format('woff2'), url('//at.alicdn.com/t/font_2966019_i3eb1wwkoo.woff?t=1641546077924') format('woff'), url('//at.alicdn.com/t/font_2966019_i3eb1wwkoo.ttf?t=1641546077924') format('truetype');
67
+ }
68
+ .icon_ {
69
+ font-family: 'iconfont';
70
+ font-size: 14px;
71
+ }
72
+ .iconfont {
73
+ font-size: 12px;
74
+ }
75
+ .icon_home::before {
76
+ content: '\e7fc';
77
+ }
78
+ :root {
79
+ --them-color: #1890fc;
80
+ --main-color: #1890fc;
81
+ --primary-color: #1890fc;
82
+ --primary2-color: rgba(24, 144, 252, 0.08);
83
+ --success-color: #56C22D;
84
+ --warning-color: #FD9727;
85
+ --error-color: #FA4F53;
86
+ --aside-bg-color: #022766;
87
+ --font-color: rgba(0, 0, 0, 0.85);
88
+ --font2-color: rgba(0, 0, 0, 0.65);
89
+ --text-color: rgba(0, 0, 0, 0.45);
90
+ --box-shadow-color: rgba(0, 0, 0, 0.15);
91
+ --background-color: rgba(0, 0, 0, 0.04);
92
+ --background-color-hover: rgba(0, 0, 0, 0.08);
93
+ --border-color: #f0f0f0;
94
+ --stripe-color: #f5f5f5;
95
+ --border-hover-color: #f2f5f7;
96
+ --gap: 8px;
97
+ --basic-height: 24px;
98
+ }
99
+ .ant-input,
100
+ .ant-select {
101
+ font-size: 12px;
102
+ }
103
+ .ant-select-dropdown .ant-select-item {
104
+ font-size: 12px;
105
+ align-items: center;
106
+ }
107
+ .react-resizable {
108
+ position: relative;
109
+ background-clip: padding-box;
110
+ }
111
+ .react-resizable-handle {
112
+ position: absolute;
113
+ right: 0;
114
+ top: 0;
115
+ z-index: 1;
116
+ width: 3px;
117
+ height: 40px;
118
+ cursor: col-resize;
119
+ }
120
+ .react-resizable-handle:hover {
121
+ background-color: var(--primary-color);
122
+ }
123
+ .react-resizable-handle:active {
124
+ background-color: var(--primary-color);
125
+ }
126
+ .yf_resizable_bar {
127
+ position: absolute;
128
+ left: 0;
129
+ top: 0;
130
+ z-index: 2;
131
+ height: 0;
132
+ }
133
+ .resizable_line {
134
+ position: absolute;
135
+ left: 0;
136
+ top: 0;
137
+ height: 100%;
138
+ width: 1px;
139
+ background-color: var(--primary-color);
140
+ z-index: 1;
141
+ }
142
+ .handle_resizable {
143
+ position: absolute;
144
+ right: 0;
145
+ top: 0;
146
+ height: 100%;
147
+ width: 5px;
148
+ z-index: 2;
149
+ }
150
+ .lm_customerservice_warp .fixGroup {
151
+ transition: right 0.3s;
152
+ position: fixed;
153
+ right: -38px;
154
+ bottom: 100px;
155
+ height: 80px;
156
+ width: 56px;
157
+ display: flex;
158
+ justify-content: space-between;
159
+ align-items: center;
160
+ flex-direction: column;
161
+ z-index: 999;
162
+ }
163
+ .lm_customerservice_warp .fixGroup .customerWrap {
164
+ height: 40px;
165
+ width: 40px;
166
+ cursor: pointer;
167
+ border-radius: 5px 5px 0 0;
168
+ display: flex;
169
+ justify-content: center;
170
+ align-items: center;
171
+ background-color: #5a729b;
172
+ color: #fff;
173
+ box-shadow: rgba(0, 0, 0, 0.306) 0px 5px 14px;
174
+ transition: 0.3s;
175
+ }
176
+ .lm_customerservice_warp .fixGroup .customerWrap:hover {
177
+ background-color: var(--primary-color);
178
+ }
179
+ .lm_customerservice_warp .fixGroup .customerWrap2 {
180
+ position: relative;
181
+ height: 40px;
182
+ width: 40px;
183
+ cursor: pointer;
184
+ border-radius: 0 0 5px 5px;
185
+ display: flex;
186
+ justify-content: center;
187
+ align-items: center;
188
+ background-color: #5a729b;
189
+ color: #fff;
190
+ box-shadow: rgba(0, 0, 0, 0.306) 0px 5px 14px;
191
+ transition: 0.3s;
192
+ }
193
+ .lm_customerservice_warp .fixGroup .customerWrap2:hover {
194
+ background-color: var(--primary-color);
195
+ }
196
+ .lm_customerservice_warp .fixGroup .customerWrap2 .lineTop {
197
+ display: inline-block;
198
+ height: 1px;
199
+ width: 20px;
200
+ background-color: #fff;
201
+ position: absolute;
202
+ top: 0;
203
+ left: 50%;
204
+ transform: translate(-50%);
205
+ }
206
+ .lm_customerservice_warp .fixGroup:hover {
207
+ right: 0;
208
+ transition: right 0.3s;
209
+ }
210
+ .lm_customerservice_messageWrap {
211
+ position: fixed;
212
+ right: 20px;
213
+ bottom: 20px;
214
+ height: 570px;
215
+ width: 362px;
216
+ background-color: #fff;
217
+ box-shadow: rgba(0, 0, 0, 0.306) 0px 5px 14px;
218
+ border-radius: 2px;
219
+ z-index: 999;
220
+ overflow: hidden;
221
+ }
222
+ .lm_customerservice_messageWrap .header {
223
+ height: 64px;
224
+ width: 100%;
225
+ background-color: #1762e2;
226
+ background: linear-gradient(to right, #2593f9, #1970e8);
227
+ color: #fff;
228
+ padding: 0 16px;
229
+ box-sizing: order-box;
230
+ display: flex;
231
+ justify-content: space-between;
232
+ align-items: center;
233
+ }
234
+ .lm_customerservice_messageWrap .header .left {
235
+ display: flex;
236
+ justify-content: space-between;
237
+ align-items: center;
238
+ }
239
+ .lm_customerservice_messageWrap .header .right {
240
+ cursor: pointer;
241
+ }
242
+ .lm_customerservice_messageWrap .mainWrap {
243
+ height: 445px;
244
+ background-color: #f6f6f9;
245
+ padding: 4px 15px;
246
+ overflow-y: scroll;
247
+ }
248
+ .lm_customerservice_messageWrap .mainWrap .dialogBox {
249
+ margin-bottom: 20px;
250
+ }
251
+ .lm_customerservice_messageWrap .mainWrap .dialogBox .title {
252
+ text-align: left;
253
+ font-size: 12px;
254
+ color: #bbbcbe;
255
+ }
256
+ .lm_customerservice_messageWrap .mainWrap .dialogBox .sayWhat {
257
+ width: 314px;
258
+ height: auto;
259
+ background-color: #fff;
260
+ font-size: 12px;
261
+ color: #022766;
262
+ padding: 10px;
263
+ border-radius: 5px;
264
+ }
265
+ .lm_customerservice_messageWrap .mainWrap .dialogBox .alwayQs .lineBox {
266
+ border-top: 1px solid #ebeef3;
267
+ padding: 14px 0;
268
+ cursor: pointer;
269
+ }
270
+ .lm_customerservice_messageWrap .mainWrap .myMessageWrap {
271
+ width: 100%;
272
+ height: auto;
273
+ display: flex;
274
+ justify-content: flex-end;
275
+ }
276
+ .lm_customerservice_messageWrap .mainWrap .myMessageWrap .dialogBoxMy {
277
+ margin-bottom: 20px;
278
+ }
279
+ .lm_customerservice_messageWrap .mainWrap .myMessageWrap .dialogBoxMy .title {
280
+ text-align: right;
281
+ font-size: 12px;
282
+ color: #bbbcbe;
283
+ margin-right: 4px;
284
+ }
285
+ .lm_customerservice_messageWrap .mainWrap .myMessageWrap .dialogBoxMy .sayWhat {
286
+ width: 240px;
287
+ height: auto;
288
+ background-color: #fff;
289
+ font-size: 12px;
290
+ color: #022766;
291
+ padding: 10px;
292
+ border-radius: 5px;
293
+ }
294
+ .lm_customerservice_messageWrap .checkBox {
295
+ background-color: #f3f3f3;
296
+ position: relative;
297
+ padding: 0 20px;
298
+ overflow-x: scroll;
299
+ display: flex;
300
+ align-items: center;
301
+ box-sizing: border-box;
302
+ }
303
+ .lm_customerservice_messageWrap .checkBox .checkBoxWrap {
304
+ width: 400px;
305
+ height: 40px;
306
+ display: flex;
307
+ align-items: center;
308
+ flex-wrap: nowrap;
309
+ transition: all 0.5s;
310
+ }
311
+ .lm_customerservice_messageWrap .checkBox .checkBoxWrap button {
312
+ color: #9c9c9c;
313
+ }
314
+ .lm_customerservice_messageWrap .checkBox .checkBoxWrap .toLeft {
315
+ position: absolute;
316
+ left: 0;
317
+ top: 50%;
318
+ transform: translateY(-50%);
319
+ height: 100%;
320
+ width: 15px;
321
+ background-color: #f3f3f3;
322
+ display: flex;
323
+ justify-content: center;
324
+ align-items: center;
325
+ cursor: pointer;
326
+ color: #8e8e8e;
327
+ }
328
+ .lm_customerservice_messageWrap .checkBox .checkBoxWrap .toRight {
329
+ position: absolute;
330
+ right: 0;
331
+ top: 50%;
332
+ transform: translateY(-50%);
333
+ height: 100%;
334
+ width: 15px;
335
+ background-color: #f3f3f3;
336
+ display: flex;
337
+ justify-content: center;
338
+ align-items: center;
339
+ cursor: pointer;
340
+ color: #8e8e8e;
341
+ }
342
+ .lm_customerservice_messageWrap .checkBox .checkBoxWrapToRight {
343
+ margin-left: -150px;
344
+ transition: all 0.5s;
345
+ }
346
+ .lm_customerservice_messageWrap .checkBox::-webkit-scrollbar {
347
+ display: none;
348
+ width: 0 !important;
349
+ }
350
+ .lm_customerservice_messageWrap .sendBox {
351
+ box-sizing: border-box;
352
+ background-color: #fff;
353
+ height: 56px;
354
+ position: relative;
355
+ display: flex;
356
+ }
357
+ .lm_customerservice_messageWrap .sendBox .texeAreaWrap {
358
+ height: 100%;
359
+ overflow: scroll;
360
+ padding: 6px 8px 0;
361
+ display: flex;
362
+ align-items: center;
363
+ justify-content: center;
364
+ width: 80%;
365
+ }
366
+ .lm_customerservice_messageWrap .sendBox .sendBtn {
367
+ position: absolute;
368
+ bottom: 11px;
369
+ right: 14px;
370
+ display: flex;
371
+ justify-content: center;
372
+ align-items: center;
373
+ height: 32px;
374
+ width: 32px;
375
+ background-color: #1890fc;
376
+ border-radius: 50%;
377
+ cursor: pointer;
378
+ }
379
+ .lm_customerservice_messageWrap .sendBox .sendBtn img {
380
+ height: 16px;
381
+ width: 16px;
382
+ }
383
+ .lm_question_warp.ant-drawer-body {
384
+ flex: 1;
385
+ }
386
+ .lm_question_warp .header {
387
+ position: sticky;
388
+ top: 0;
389
+ left: 0;
390
+ display: flex;
391
+ justify-content: space-between;
392
+ align-items: center;
393
+ width: 100%;
394
+ height: 56px;
395
+ background-color: #fff;
396
+ }
397
+ .lm_question_warp .main p {
398
+ font-size: 12px;
399
+ }
400
+ .lm_question_warp .main .title {
401
+ font-size: 14px;
402
+ }