askbot-dragon 1.1.26 → 1.1.28

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