askbot-dragon 1.3.16 → 1.3.18

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 (83) hide show
  1. package/README.md +27 -27
  2. package/babel.config.js +6 -6
  3. package/dragon.iml +7 -7
  4. package/package.json +56 -56
  5. package/public/index.html +43 -43
  6. package/src/App.vue +31 -31
  7. package/src/api/index.js +1 -1
  8. package/src/api/mock.http +2 -2
  9. package/src/api/requestUrl.js +185 -185
  10. package/src/assets/js/AliyunlssUtil.js +92 -92
  11. package/src/assets/js/Base64Util.js +22 -22
  12. package/src/assets/js/common.js +11 -11
  13. package/src/assets/js/script.js +36 -36
  14. package/src/assets/less/common.css +6773 -6773
  15. package/src/assets/less/converSationContainer/common.less +191 -191
  16. package/src/assets/less/converSationContainer/converSatonContainer.less +493 -493
  17. package/src/assets/less/iconfont.css +37 -37
  18. package/src/assets/less/ticketMessage.less +211 -211
  19. package/src/components/ActionAlertIframe.vue +112 -112
  20. package/src/components/AiGuide.vue +467 -467
  21. package/src/components/AnswerDocknowledge.vue +363 -363
  22. package/src/components/AskIFrame.vue +15 -15
  23. package/src/components/ConversationContainer.vue +4011 -4024
  24. package/src/components/FileType.vue +86 -86
  25. package/src/components/Message.vue +27 -27
  26. package/src/components/actionSatisfaction.vue +107 -107
  27. package/src/components/actionSendToBot.vue +62 -62
  28. package/src/components/answerDissatisfaction.vue +62 -62
  29. package/src/components/answerRadio.vue +76 -76
  30. package/src/components/ask-components/DissatisfactionOptions.vue +57 -57
  31. package/src/components/ask-components/Msgloading.vue +37 -37
  32. package/src/components/ask-components/SatisfactionV2.vue +15 -15
  33. package/src/components/askVideo.vue +138 -138
  34. package/src/components/assetDetails.vue +370 -370
  35. package/src/components/assetMessage.vue +228 -228
  36. package/src/components/associationIntention.vue +328 -325
  37. package/src/components/attachmentPreview.vue +90 -90
  38. package/src/components/botActionSatisfactor.vue +68 -68
  39. package/src/components/chatContent.vue +513 -513
  40. package/src/components/feedBack.vue +136 -136
  41. package/src/components/fielListView.vue +347 -347
  42. package/src/components/file/AliyunOssComponents.vue +108 -108
  43. package/src/components/formTemplate.vue +3363 -3363
  44. package/src/components/loadingProcess.vue +164 -164
  45. package/src/components/message/ActionAlertIframe.vue +112 -112
  46. package/src/components/message/ShopMessage.vue +164 -164
  47. package/src/components/message/TextMessage.vue +924 -924
  48. package/src/components/message/TicketMessage.vue +177 -177
  49. package/src/components/message/swiper/index.js +4 -4
  50. package/src/components/message/swiper/ticketSwiper.vue +503 -503
  51. package/src/components/message/swiper/ticketSwiperItem.vue +61 -61
  52. package/src/components/msgLoading.vue +231 -231
  53. package/src/components/myPopup.vue +70 -70
  54. package/src/components/popup.vue +227 -227
  55. package/src/components/previewDoc.vue +112 -112
  56. package/src/components/previewPdf.vue +205 -205
  57. package/src/components/receiverMessagePlatform.vue +65 -65
  58. package/src/components/recommend.vue +89 -89
  59. package/src/components/selector/hOption.vue +20 -20
  60. package/src/components/selector/hSelector.vue +199 -199
  61. package/src/components/selector/hWrapper.vue +216 -216
  62. package/src/components/senderMessagePlatform.vue +50 -50
  63. package/src/components/source/BotMessage.vue +24 -24
  64. package/src/components/source/CustomMessage.vue +24 -24
  65. package/src/components/test.vue +260 -260
  66. package/src/components/tree.vue +294 -294
  67. package/src/components/utils/AliyunIssUtil.js +72 -72
  68. package/src/components/utils/ckeditor.js +155 -155
  69. package/src/components/utils/ckeditorImageUpload/command.js +109 -109
  70. package/src/components/utils/ckeditorImageUpload/editing.js +11 -11
  71. package/src/components/utils/ckeditorImageUpload/plugin-image.js +11 -11
  72. package/src/components/utils/ckeditorImageUpload/toolbar-ui.js +40 -40
  73. package/src/components/utils/ckeditorfileUpload/common.js +111 -111
  74. package/src/components/utils/ckeditorfileUpload/editing.js +11 -11
  75. package/src/components/utils/ckeditorfileUpload/plugin_file.js +11 -11
  76. package/src/components/utils/ckeditorfileUpload/toolbar_ui.js +34 -34
  77. package/src/components/utils/format_date.js +25 -25
  78. package/src/components/utils/index.js +6 -6
  79. package/src/components/utils/math_utils.js +29 -29
  80. package/src/components/voiceComponent.vue +119 -119
  81. package/src/main.js +60 -60
  82. package/vue.config.js +55 -55
  83. package/src/components/AnswerVoice.vue +0 -270
@@ -1,364 +1,364 @@
1
- <template>
2
- <div class="answer-docknowledge">
3
- <div v-if="msg.content.type == 0" class="answer-text">{{ msg.content.text }}</div>
4
- <div v-if="msg.content.type == 1" class="answer-text">{{ msg.content.text }}</div>
5
- <div class="ad-list">
6
- <div v-for="(item, itemIndex) in msg.content.list" :style="{paddingBottom: itemIndex === msg.content.list.length - 1?0:'10px'}" :key="itemIndex" class="ad-list-cell">
7
- <div class="alc-title">
8
- <div class="alc-box">
9
- <div class="alc-source-left">
10
- <span class="source-form">出自</span>
11
- <img class="alc-title-icon" height="24px" width="24px" :src="item.src" alt="" srcset="">
12
- <span class="alc-title-from">{{ item.from }}</span>
13
- </div>
14
-
15
- </div>
16
- <div v-html="item.introduction" class="alc-box-introduction">
17
- </div>
18
- <div class="alc-updateTime">
19
- <div v-show="docSource[item.source]" class="upload-source">
20
- {{docSource[item.source]}}
21
- </div>
22
- <div v-show="item.url" class="alc-content-text">
23
- <span @click="lookAttach(item.url, item, $event)" class="aci-view">查看 ></span>
24
- </div>
25
- <!-- <div class="time">
26
- <span>更新时间:</span>
27
- {{ new Date(item.updateTime).Format('MM-dd hh:mm') }}
28
- </div> -->
29
- </div>
30
- <!-- <span v-if="isPC" class="alc-title-updateTime">最后更新时间: {{ item.updateTime }}</span>-->
31
- </div>
32
- <div class="alc-content" v-if="false">
33
- <div v-if="msg.content.type == 1" class="alc-content-text">{{ item.introduction }} <span
34
- @click="lookAttach(item.url, item, $event)" class="aci-view">查看原文 ></span>
35
- </div>
36
- <span v-if="!isPC" class="alc-title-updateTime">最后更新时间: {{ item.updateTime }}</span>
37
- <div v-if="false" class="alc-content-info">
38
- <div class="alcc-box">
39
- <span class="aci-owner">所有者: {{ item.owner }}</span>
40
- <span class="aci-enterprise">所属企业: {{ item.enterprise }}</span>
41
- <span class="aci-source">文件来源: {{ item.source }}</span>
42
- </div>
43
- </div>
44
- </div>
45
- </div>
46
- </div>
47
- <previewPdf ref="previewPdf" :url="previewHref" officePreviewType="pdf"></previewPdf>
48
- </div>
49
- </template>
50
-
51
- <script>
52
- import previewPdf from "./previewPdf";
53
- import { isMobile } from "../assets/js/common";
54
- export default {
55
- name: "answerDocknowledge",
56
- components: { previewPdf },
57
- data() {
58
- return {
59
- isPC: true,
60
- previewHref: "",
61
- docSource: {
62
- LOCAL_FILE: "来源于本地文件",
63
- CREATED_BY_ONESELF: "来源于自建知识",
64
- WECHAT: "来源于微信",
65
- AUTO_SYN_FROM_LOCAL_FILE: "自动同步于本地",
66
- YUQUE: "来源于语雀",
67
- CORP_LOCAL_FILE:'来源于企业知识库'
68
- },
69
- imageObj: {
70
- PDF: 'pdf1',
71
- pdf: 'pdf1',
72
- TXT: 'txt1',
73
- txt: 'txt1',
74
- selfadd: 'selfadd1',
75
- md: "md2",
76
- html: 'selfadd1',
77
- mode: "mode",
78
- general: 'general',
79
- word: "word1",
80
- Word: "word1",
81
- docx: "word1",
82
- doc: "word1",
83
- WORD: "word1",
84
- Excel: 'excel1',
85
- EXCEL: 'excel1',
86
- excel: 'excel1',
87
- PPT: 'ppt1',
88
- ppt: 'ppt1',
89
- pptx: 'ppt1',
90
- img: "image1",
91
- image: "image1",
92
- video: "video",
93
- audio: 'audio',
94
- link: "link",
95
- wechat: "wechat",
96
- mp4: "video",
97
- MP4: "video",
98
- xlsx: "excel1",
99
- xls: "excel1",
100
- jpg: "image1",
101
- jpeg: "image1",
102
- png: "image1",
103
- webp: "image1",
104
- gif: "image1",
105
- svg: "image1",
106
- bmp: "image1",
107
- avi: "video",
108
- mov: "video",
109
- rmvb: "video",
110
- wav: "audio",
111
- mp3: "audio",
112
- yqhtml: "yqhtml",
113
- }
114
- }
115
- },
116
- props: ['msg','isAskLightning'],
117
- beforeMounted() {
118
-
119
- },
120
- created() {
121
- var system = {};
122
- system.pingtai = /(Win32|Win16|WinCE|Mac68K|MacIntel|MacIntel|MacPPC|Linux mips64)/i.test(navigator.platform);
123
- if (system.pingtai) {
124
- //电脑
125
- this.isPC = true;
126
- } else {
127
- //手机
128
- this.isPC = false;
129
- }
130
- this.msg.content.list.forEach(element => {
131
- element.src = 'https://static.guoranbot.com/cdn-office-website/askbot_doc/' + this.imageObj[element.format] + '.png';
132
- if ((element.format === "txt" || element.format === "html") && element.source === "WECHAT") {
133
- element.src = 'https://static.guoranbot.com/cdn-office-website/askbot_doc/wechat.png';
134
- }
135
- });
136
- },
137
- mounted() {
138
-
139
- },
140
- methods: {
141
- //预览图片
142
- lookAttach(url, item, event) {
143
- event.preventDefault();
144
- if (this.isAskLightning == 1){
145
- window.parent.postMessage({
146
- data: "bot_preview",
147
- item: JSON.stringify(item),
148
- url: url
149
- },"*");
150
- } else {
151
- let index = url.lastIndexOf('?')
152
- let type = ''
153
- let httpUrl = '/knowledge-api/knowledge/getTemporaryCertificate'
154
- if (index !== -1) {
155
- url = url.substring(0, index)
156
- type = this.fileType(url)
157
- } else {
158
- type = this.fileType(url)
159
- }
160
- if (type === '' || type === 'OTHER') {
161
- httpUrl = httpUrl += '?needEncrypt=true'
162
- } else {
163
- httpUrl = httpUrl += '?needEncrypt=false'
164
- }
165
- this.$http.post(httpUrl, {
166
- "fileInOssPath":url
167
- }).then(res =>{
168
- if(res.data.code == '0') {
169
- this.previewHref = res.data.data;
170
- if (isMobile()){
171
- this.$refs.previewPdf.previewShowPopup = true;
172
- } else {
173
- this.$refs.previewPdf.drawer = true;
174
- }
175
- this.$refs.previewPdf.fileType = type
176
- this.$nextTick(() =>{
177
- if(item.source == 'CREATED_BY_ONESELF' || type === 'HTML') {
178
- this.$refs.previewPdf.getBolb(item)
179
- } else {
180
- this.$refs.previewPdf.loadIframe(item)
181
- }
182
- })
183
- }
184
- })
185
- }
186
-
187
- },
188
- fileType (url) {
189
- const fileType = url.substring(url.lastIndexOf('.'));
190
- if (fileType === '.mp4' || fileType === '.MP4') {
191
- return 'VIDEO'
192
- } else if (fileType === '.html') {
193
- return 'HTML'
194
- } else {
195
- return 'OTHER'
196
- }
197
- },
198
- }
199
- }
200
- </script>
201
-
202
- <style scoped lang="less">
203
- .answer-docknowledge {
204
- min-width: 100px;
205
-
206
- .answer-text {
207
- // font-size: 13px;
208
- text-align: left;
209
- line-height: 25px;
210
- padding: 0px 0px 12px 0px;
211
-
212
- .aci-view {
213
- // font-size: 13px;
214
- display: inline-block;
215
- // margin-left: 5px;
216
- color: #366aff;
217
- cursor: pointer;
218
- }
219
- }
220
-
221
- .ad-list {
222
- .ad-list-cell {
223
- border-top: solid 1px #E0E6F7;
224
- padding: 10px 0 10px;
225
-
226
- .alc-title {
227
- display: flex;
228
- flex-wrap: wrap;
229
- align-items: center;
230
- justify-content: space-between;
231
- line-height: 16px;
232
-
233
- .alc-box {
234
- display: flex;
235
- align-items: center;
236
- justify-content: space-between;
237
- // font-size: 12px;
238
- width: 100%;
239
- .alc-source-left{
240
- display: flex;
241
- align-items: center;
242
- .source-form{
243
- width: 34px;
244
- flex: none;
245
- color: #A9B3C6;
246
- }
247
- }
248
- .alc-content-text{
249
- width: 55px;
250
- flex: none;
251
- .aci-view{
252
- color: #366aff;
253
- cursor: pointer;
254
- }
255
- }
256
- .alc-title-from {
257
- line-height: 22px;
258
- word-break: break-all !important;
259
- text-align: left;
260
- flex: auto;
261
- display: flex;
262
- justify-content: flex-start;
263
- }
264
- }
265
- .alc-box-introduction{
266
- overflow: hidden;
267
- text-overflow: ellipsis;
268
- display: -webkit-box;
269
- -webkit-line-clamp:3;
270
- -webkit-box-orient:vertical;
271
- margin-top: 10px;
272
- color: #616161;
273
- // font-size: 12px;
274
- line-height: 24px;
275
- text-align: left;
276
- }
277
- .alc-updateTime{
278
- display: flex;
279
- align-items: center;
280
- justify-content: space-between;
281
- font-size: 13px;
282
- width: 100%;
283
- margin-top: 10px;
284
- .upload-source{
285
- flex: none;
286
- height: 18px;
287
- line-height: 18px;
288
- background: #E9F9F8;
289
- border: 1px solid #AFF2CD;
290
- border-radius: 2px;
291
- display: flex;
292
- align-items: center;
293
- justify-content: center;
294
- padding: 0 8px;
295
- color: #00C2BB;
296
- }
297
- .time{
298
- color: #999999;
299
- margin-left: 10px;
300
- }
301
- .alc-content-text {
302
- color: #366aff;
303
- cursor: pointer;
304
- }
305
- }
306
- .alc-title-icon {
307
- margin: 0 2px;
308
- width: 18px;
309
- height: 18px;
310
- flex: none;
311
- }
312
-
313
- .alc-title-updateTime {
314
- text-align: right;
315
- color: #999999;
316
- // font-size: 13px;
317
- }
318
- }
319
-
320
- .alc-content {
321
- .alc-title-updateTime {
322
- margin-top: 6px;
323
- display: block;
324
- text-align: right;
325
- color: #999999;
326
- // font-size: 13px;
327
- }
328
-
329
- .alc-content-text {
330
- margin-bottom: 6px;
331
- width: 55px;
332
- flex: none;
333
- .aci-view {
334
- display: inline-block;
335
- margin-left: 30px;
336
- color: #366aff;
337
- cursor: pointer;
338
- }
339
- }
340
-
341
- .alc-content-info {
342
- display: flex;
343
- flex-wrap: wrap;
344
- justify-content: space-between;
345
-
346
- .alcc-box {
347
- display: flex;
348
- flex-wrap: wrap;
349
- color: #999999;
350
-
351
- .aci-owner {
352
- margin-right: 20px;
353
- }
354
-
355
- .aci-enterprise {
356
- margin-right: 20px;
357
- }
358
- }
359
- }
360
- }
361
- }
362
- }
363
- }
1
+ <template>
2
+ <div class="answer-docknowledge">
3
+ <div v-if="msg.content.type == 0" class="answer-text">{{ msg.content.text }}</div>
4
+ <div v-if="msg.content.type == 1" class="answer-text">{{ msg.content.text }}</div>
5
+ <div class="ad-list">
6
+ <div v-for="(item, itemIndex) in msg.content.list" :style="{paddingBottom: itemIndex === msg.content.list.length - 1?0:'10px'}" :key="itemIndex" class="ad-list-cell">
7
+ <div class="alc-title">
8
+ <div class="alc-box">
9
+ <div class="alc-source-left">
10
+ <span class="source-form">出自</span>
11
+ <img class="alc-title-icon" height="24px" width="24px" :src="item.src" alt="" srcset="">
12
+ <span class="alc-title-from">{{ item.from }}</span>
13
+ </div>
14
+
15
+ </div>
16
+ <div v-html="item.introduction" class="alc-box-introduction">
17
+ </div>
18
+ <div class="alc-updateTime">
19
+ <div v-show="docSource[item.source]" class="upload-source">
20
+ {{docSource[item.source]}}
21
+ </div>
22
+ <div v-show="item.url" class="alc-content-text">
23
+ <span @click="lookAttach(item.url, item, $event)" class="aci-view">查看 ></span>
24
+ </div>
25
+ <!-- <div class="time">
26
+ <span>更新时间:</span>
27
+ {{ new Date(item.updateTime).Format('MM-dd hh:mm') }}
28
+ </div> -->
29
+ </div>
30
+ <!-- <span v-if="isPC" class="alc-title-updateTime">最后更新时间: {{ item.updateTime }}</span>-->
31
+ </div>
32
+ <div class="alc-content" v-if="false">
33
+ <div v-if="msg.content.type == 1" class="alc-content-text">{{ item.introduction }} <span
34
+ @click="lookAttach(item.url, item, $event)" class="aci-view">查看原文 ></span>
35
+ </div>
36
+ <span v-if="!isPC" class="alc-title-updateTime">最后更新时间: {{ item.updateTime }}</span>
37
+ <div v-if="false" class="alc-content-info">
38
+ <div class="alcc-box">
39
+ <span class="aci-owner">所有者: {{ item.owner }}</span>
40
+ <span class="aci-enterprise">所属企业: {{ item.enterprise }}</span>
41
+ <span class="aci-source">文件来源: {{ item.source }}</span>
42
+ </div>
43
+ </div>
44
+ </div>
45
+ </div>
46
+ </div>
47
+ <previewPdf ref="previewPdf" :url="previewHref" officePreviewType="pdf"></previewPdf>
48
+ </div>
49
+ </template>
50
+
51
+ <script>
52
+ import previewPdf from "./previewPdf";
53
+ import { isMobile } from "../assets/js/common";
54
+ export default {
55
+ name: "answerDocknowledge",
56
+ components: { previewPdf },
57
+ data() {
58
+ return {
59
+ isPC: true,
60
+ previewHref: "",
61
+ docSource: {
62
+ LOCAL_FILE: "来源于本地文件",
63
+ CREATED_BY_ONESELF: "来源于自建知识",
64
+ WECHAT: "来源于微信",
65
+ AUTO_SYN_FROM_LOCAL_FILE: "自动同步于本地",
66
+ YUQUE: "来源于语雀",
67
+ CORP_LOCAL_FILE:'来源于企业知识库'
68
+ },
69
+ imageObj: {
70
+ PDF: 'pdf1',
71
+ pdf: 'pdf1',
72
+ TXT: 'txt1',
73
+ txt: 'txt1',
74
+ selfadd: 'selfadd1',
75
+ md: "md2",
76
+ html: 'selfadd1',
77
+ mode: "mode",
78
+ general: 'general',
79
+ word: "word1",
80
+ Word: "word1",
81
+ docx: "word1",
82
+ doc: "word1",
83
+ WORD: "word1",
84
+ Excel: 'excel1',
85
+ EXCEL: 'excel1',
86
+ excel: 'excel1',
87
+ PPT: 'ppt1',
88
+ ppt: 'ppt1',
89
+ pptx: 'ppt1',
90
+ img: "image1",
91
+ image: "image1",
92
+ video: "video",
93
+ audio: 'audio',
94
+ link: "link",
95
+ wechat: "wechat",
96
+ mp4: "video",
97
+ MP4: "video",
98
+ xlsx: "excel1",
99
+ xls: "excel1",
100
+ jpg: "image1",
101
+ jpeg: "image1",
102
+ png: "image1",
103
+ webp: "image1",
104
+ gif: "image1",
105
+ svg: "image1",
106
+ bmp: "image1",
107
+ avi: "video",
108
+ mov: "video",
109
+ rmvb: "video",
110
+ wav: "audio",
111
+ mp3: "audio",
112
+ yqhtml: "yqhtml",
113
+ }
114
+ }
115
+ },
116
+ props: ['msg','isAskLightning'],
117
+ beforeMounted() {
118
+
119
+ },
120
+ created() {
121
+ var system = {};
122
+ system.pingtai = /(Win32|Win16|WinCE|Mac68K|MacIntel|MacIntel|MacPPC|Linux mips64)/i.test(navigator.platform);
123
+ if (system.pingtai) {
124
+ //电脑
125
+ this.isPC = true;
126
+ } else {
127
+ //手机
128
+ this.isPC = false;
129
+ }
130
+ this.msg.content.list.forEach(element => {
131
+ element.src = 'https://static.guoranbot.com/cdn-office-website/askbot_doc/' + this.imageObj[element.format] + '.png';
132
+ if ((element.format === "txt" || element.format === "html") && element.source === "WECHAT") {
133
+ element.src = 'https://static.guoranbot.com/cdn-office-website/askbot_doc/wechat.png';
134
+ }
135
+ });
136
+ },
137
+ mounted() {
138
+
139
+ },
140
+ methods: {
141
+ //预览图片
142
+ lookAttach(url, item, event) {
143
+ event.preventDefault();
144
+ if (this.isAskLightning == 1){
145
+ window.parent.postMessage({
146
+ data: "bot_preview",
147
+ item: JSON.stringify(item),
148
+ url: url
149
+ },"*");
150
+ } else {
151
+ let index = url.lastIndexOf('?')
152
+ let type = ''
153
+ let httpUrl = '/knowledge-api/knowledge/getTemporaryCertificate'
154
+ if (index !== -1) {
155
+ url = url.substring(0, index)
156
+ type = this.fileType(url)
157
+ } else {
158
+ type = this.fileType(url)
159
+ }
160
+ if (type === '' || type === 'OTHER') {
161
+ httpUrl = httpUrl += '?needEncrypt=true'
162
+ } else {
163
+ httpUrl = httpUrl += '?needEncrypt=false'
164
+ }
165
+ this.$http.post(httpUrl, {
166
+ "fileInOssPath":url
167
+ }).then(res =>{
168
+ if(res.data.code == '0') {
169
+ this.previewHref = res.data.data;
170
+ if (isMobile()){
171
+ this.$refs.previewPdf.previewShowPopup = true;
172
+ } else {
173
+ this.$refs.previewPdf.drawer = true;
174
+ }
175
+ this.$refs.previewPdf.fileType = type
176
+ this.$nextTick(() =>{
177
+ if(item.source == 'CREATED_BY_ONESELF' || type === 'HTML') {
178
+ this.$refs.previewPdf.getBolb(item)
179
+ } else {
180
+ this.$refs.previewPdf.loadIframe(item)
181
+ }
182
+ })
183
+ }
184
+ })
185
+ }
186
+
187
+ },
188
+ fileType (url) {
189
+ const fileType = url.substring(url.lastIndexOf('.'));
190
+ if (fileType === '.mp4' || fileType === '.MP4') {
191
+ return 'VIDEO'
192
+ } else if (fileType === '.html') {
193
+ return 'HTML'
194
+ } else {
195
+ return 'OTHER'
196
+ }
197
+ },
198
+ }
199
+ }
200
+ </script>
201
+
202
+ <style scoped lang="less">
203
+ .answer-docknowledge {
204
+ min-width: 100px;
205
+
206
+ .answer-text {
207
+ // font-size: 13px;
208
+ text-align: left;
209
+ line-height: 25px;
210
+ padding: 0px 0px 12px 0px;
211
+
212
+ .aci-view {
213
+ // font-size: 13px;
214
+ display: inline-block;
215
+ // margin-left: 5px;
216
+ color: #366aff;
217
+ cursor: pointer;
218
+ }
219
+ }
220
+
221
+ .ad-list {
222
+ .ad-list-cell {
223
+ border-top: solid 1px #E0E6F7;
224
+ padding: 10px 0 10px;
225
+
226
+ .alc-title {
227
+ display: flex;
228
+ flex-wrap: wrap;
229
+ align-items: center;
230
+ justify-content: space-between;
231
+ line-height: 16px;
232
+
233
+ .alc-box {
234
+ display: flex;
235
+ align-items: center;
236
+ justify-content: space-between;
237
+ // font-size: 12px;
238
+ width: 100%;
239
+ .alc-source-left{
240
+ display: flex;
241
+ align-items: center;
242
+ .source-form{
243
+ width: 34px;
244
+ flex: none;
245
+ color: #A9B3C6;
246
+ }
247
+ }
248
+ .alc-content-text{
249
+ width: 55px;
250
+ flex: none;
251
+ .aci-view{
252
+ color: #366aff;
253
+ cursor: pointer;
254
+ }
255
+ }
256
+ .alc-title-from {
257
+ line-height: 22px;
258
+ word-break: break-all !important;
259
+ text-align: left;
260
+ flex: auto;
261
+ display: flex;
262
+ justify-content: flex-start;
263
+ }
264
+ }
265
+ .alc-box-introduction{
266
+ overflow: hidden;
267
+ text-overflow: ellipsis;
268
+ display: -webkit-box;
269
+ -webkit-line-clamp:3;
270
+ -webkit-box-orient:vertical;
271
+ margin-top: 10px;
272
+ color: #616161;
273
+ // font-size: 12px;
274
+ line-height: 24px;
275
+ text-align: left;
276
+ }
277
+ .alc-updateTime{
278
+ display: flex;
279
+ align-items: center;
280
+ justify-content: space-between;
281
+ font-size: 13px;
282
+ width: 100%;
283
+ margin-top: 10px;
284
+ .upload-source{
285
+ flex: none;
286
+ height: 18px;
287
+ line-height: 18px;
288
+ background: #E9F9F8;
289
+ border: 1px solid #AFF2CD;
290
+ border-radius: 2px;
291
+ display: flex;
292
+ align-items: center;
293
+ justify-content: center;
294
+ padding: 0 8px;
295
+ color: #00C2BB;
296
+ }
297
+ .time{
298
+ color: #999999;
299
+ margin-left: 10px;
300
+ }
301
+ .alc-content-text {
302
+ color: #366aff;
303
+ cursor: pointer;
304
+ }
305
+ }
306
+ .alc-title-icon {
307
+ margin: 0 2px;
308
+ width: 18px;
309
+ height: 18px;
310
+ flex: none;
311
+ }
312
+
313
+ .alc-title-updateTime {
314
+ text-align: right;
315
+ color: #999999;
316
+ // font-size: 13px;
317
+ }
318
+ }
319
+
320
+ .alc-content {
321
+ .alc-title-updateTime {
322
+ margin-top: 6px;
323
+ display: block;
324
+ text-align: right;
325
+ color: #999999;
326
+ // font-size: 13px;
327
+ }
328
+
329
+ .alc-content-text {
330
+ margin-bottom: 6px;
331
+ width: 55px;
332
+ flex: none;
333
+ .aci-view {
334
+ display: inline-block;
335
+ margin-left: 30px;
336
+ color: #366aff;
337
+ cursor: pointer;
338
+ }
339
+ }
340
+
341
+ .alc-content-info {
342
+ display: flex;
343
+ flex-wrap: wrap;
344
+ justify-content: space-between;
345
+
346
+ .alcc-box {
347
+ display: flex;
348
+ flex-wrap: wrap;
349
+ color: #999999;
350
+
351
+ .aci-owner {
352
+ margin-right: 20px;
353
+ }
354
+
355
+ .aci-enterprise {
356
+ margin-right: 20px;
357
+ }
358
+ }
359
+ }
360
+ }
361
+ }
362
+ }
363
+ }
364
364
  </style>