direct.vue 46 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445
  1. <template>
  2. <div id="hall" style="background-color: #fff">
  3. <el-row>
  4. <el-col :span="24">
  5. <div class="livetop">
  6. <div class="w_1200">
  7. <el-col :span="24" class="title">
  8. {{ dockInfo.title }}
  9. </el-col>
  10. <el-col :span="24" class="zhuban">
  11. <span>主办方:</span>
  12. <span>{{ dockInfo.sponsor }}</span>
  13. </el-col>
  14. <el-col :span="24" class="num">
  15. <p>
  16. <span>同时在线</span>
  17. <span>{{ statNum.tszx }}人</span>
  18. </p>
  19. <p>
  20. <span>特邀嘉宾</span>
  21. <span>{{ statNum.tyjb }}人</span>
  22. </p>
  23. <p>
  24. <span>洽谈合作</span>
  25. <span>{{ statNum.qthz }}项</span>
  26. </p>
  27. <p>
  28. <span>达成意愿</span>
  29. <span>{{ statNum.dcyx }}项</span>
  30. </p>
  31. <p>
  32. <span>交易完成</span>
  33. <span>{{ statNum.jywc }}项</span>
  34. </p>
  35. <p>
  36. <span>参展项目</span>
  37. <span>{{ statNum.czxm }}项</span>
  38. </p>
  39. </el-col>
  40. </div>
  41. </div>
  42. <div class="w_1200">
  43. <el-col :span="24" class="livemain">
  44. <el-col :span="24" class="livevideo">
  45. <el-col :span="12" class="left">
  46. <el-col :span="24" class="lefttop">
  47. <span style="color: rgb(255, 132, 0);">视频</span>
  48. <span>直播</span>
  49. </el-col>
  50. <el-col :span="24" class="leftvideo">
  51. <p class="title textOver">{{ dockInfo.videointro }}</p>
  52. <el-col :span="24" class="video">
  53. <video :src="dockInfo.file_path" autoplay="" controls="controls" v-if="dockInfo.file_path != null">
  54. 您的浏览器不支持 video 标签。
  55. </video>
  56. <div class="videointro" v-else>
  57. <p>{{ dockInfo.videointro }}</p>
  58. <p>{{ dockInfo.videointroinfo }}</p>
  59. </div>
  60. </el-col>
  61. </el-col>
  62. </el-col>
  63. <el-col :span="12" class="right">
  64. <el-tabs v-model="videoList" type="card">
  65. <el-tab-pane label="图文直播" name="first">
  66. <el-col :span="24" class="rightFirst">
  67. <el-col :span="24" class="list" :style="{ height: `${this.user.role == 3 ? '390px' : '415px'}` }" id="chat">
  68. <el-col :span="24" class="lunboList" v-for="(item, index) in lunboList" :key="index">
  69. <el-col :span="2" class="image">
  70. <el-image :src="touxiang" style="width:30px;height:30px"></el-image>
  71. </el-col>
  72. <el-col :span="21" class="other">
  73. <el-col :span="24" class="one">
  74. <span>{{ item.type == '0' || item.type == '2' ? item.login_name : item.type == '1' ? item.market_username : '暂无' }}</span>
  75. <span>[{{ getlundate(item.date) }}]</span>
  76. </el-col>
  77. <el-col :span="24" class="two">
  78. <span v-if="item.type == '0'">
  79. <p class="hywl">
  80. <span>欢迎</span>
  81. <span>{{ item.login_name }}</span>
  82. <span>位临现场</span>
  83. <el-image :src="hand" class="hand"></el-image>
  84. <el-image :src="hand" class="hand"></el-image>
  85. <el-image :src="hand" class="hand"></el-image>
  86. <el-image :src="hand" class="hand"></el-image>
  87. <el-image :src="hand" class="hand"></el-image>
  88. <el-image :src="hand" class="hand"></el-image>
  89. </p>
  90. </span>
  91. <span v-else-if="item.type == '1'">
  92. <p class="zh">
  93. <span>祝贺</span>
  94. <span>{{ item.market_username }}</span>
  95. <span>和</span>
  96. <span>{{ item.username }}</span>
  97. <span>{{ getstatus(item.status) }}</span>
  98. <el-image :src="hand" class="hand"></el-image>
  99. <el-image :src="hand" class="hand"></el-image>
  100. <el-image :src="hand" class="hand"></el-image>
  101. <el-image :src="hand" class="hand"></el-image>
  102. <el-image :src="hand" class="hand"></el-image>
  103. <el-image :src="hand" class="hand"></el-image>
  104. </p>
  105. </span>
  106. <span v-else-if="item.type == '2'">
  107. <p class="remark">{{ item.remark }}</p>
  108. </span>
  109. </el-col>
  110. </el-col>
  111. </el-col>
  112. </el-col>
  113. <el-col :span="24" class="send" v-if="user.role == '3'">
  114. <el-col :span="21">
  115. <el-input v-model="text" size="mini" placeholder="请输入内容"></el-input>
  116. </el-col>
  117. <el-col :span="3" style="text-align:center;">
  118. <el-button @click="send" size="mini" style="background: #ff8500;color: #fff;width: 100%;padding: 8px 0;">发送</el-button>
  119. </el-col>
  120. </el-col>
  121. </el-col>
  122. </el-tab-pane>
  123. </el-tabs>
  124. </el-col>
  125. </el-col>
  126. <el-col :span="24" class="newimage">
  127. <el-image :src="superOne" style="width:100%;height:100px;position:relative;"> </el-image>
  128. <el-link :underline="false" href="user.docx">
  129. 使用手册
  130. </el-link>
  131. </el-col>
  132. <el-col :span="24" class="tabsData">
  133. <el-tabs type="border-card" @tab-click="handleClick">
  134. <el-tab-pane label="技术成果">
  135. <el-col :span="24" class="one">
  136. <el-row>
  137. <el-col :span="24" class="demandList">
  138. <el-col :span="24" class="topList">
  139. <el-col :span="4" class="list" v-for="(item, index) in demandList" :key="index" @click.native="oneBtnDetail(item)">
  140. <el-image :src="achievezb"></el-image>
  141. <el-col :span="24" class="company textOver">
  142. {{ item.company }}
  143. </el-col>
  144. <el-col :span="24" class="aName textOver">
  145. {{ item.name }}
  146. </el-col>
  147. <el-col :span="24" class="a-brief">{{ item.achievebrief }}</el-col>
  148. <el-col :span="24" class="cont">
  149. <el-col :span="24" class="a-field">领域:{{ item.field }}</el-col>
  150. <el-col :span="24" class="a-contacts">联系人:{{ item.contacts }}</el-col>
  151. </el-col>
  152. <el-col :span="24" class="clickBtn">
  153. <el-button size="mini" type="primary" @click="oneBtnDetail(item)">详情</el-button>
  154. <el-button
  155. size="mini"
  156. type="success"
  157. @click="
  158. $router.push({
  159. path: '/live/hall/dock/dockDetail',
  160. query: { id: item._id, dockid: dock_id, user_id: user_id, type: item.type },
  161. })
  162. "
  163. >对接</el-button
  164. >
  165. </el-col>
  166. </el-col>
  167. </el-col>
  168. <el-col :span="24" class="btn">
  169. <el-button
  170. type="primary"
  171. size="mini"
  172. @click="$router.push({ path: '/hall/productList/technologyList', query: { column_name: '产品', dockid: dock_id } })"
  173. v-if="demandList.length > 6"
  174. >查看所有项目</el-button
  175. >
  176. </el-col>
  177. </el-col>
  178. </el-row>
  179. </el-col>
  180. </el-tab-pane>
  181. <el-tab-pane label="科技需求">
  182. <el-col :span="24" class="one">
  183. <el-row class="jishulist">
  184. <el-col :span="24" class="topList">
  185. <el-col :span="24" class="list" v-for="(item, index) in jishulist" :key="index">
  186. <el-col :span="16" class="name">
  187. <p>
  188. <span class="inname"> {{ item.name }}</span>
  189. </p>
  190. </el-col>
  191. <el-col :span="4" class="names">
  192. <p>
  193. <span>
  194. 所属领域:
  195. {{ item.field }}</span
  196. >
  197. </p>
  198. </el-col>
  199. <el-col :span="4" class="click">
  200. <el-button size="mini" type="primary" @click="oneBtnDetail(item)">详情</el-button>
  201. <el-button
  202. size="mini"
  203. type="success"
  204. @click="
  205. $router.push({
  206. path: '/live/hall/dock/dockDetail',
  207. query: { id: item._id, dockid: dock_id, user_id: user_id, type: item.type },
  208. })
  209. "
  210. >对接</el-button
  211. >
  212. </el-col>
  213. </el-col>
  214. </el-col>
  215. <el-col :span="24" class="btn">
  216. <el-button
  217. type="primary"
  218. size="mini"
  219. @click="$router.push({ path: '/hall/productList/technologyList', query: { column_name: '技术', dockid: dock_id } })"
  220. v-if="jishulist.length > 10"
  221. >查看所有项目</el-button
  222. >
  223. </el-col>
  224. </el-row>
  225. </el-col>
  226. </el-tab-pane>
  227. <!-- <el-tab-pane label="商务服务">
  228. <el-col :span="24" class="one">
  229. <el-row>
  230. <el-col :span="24" class="serviceList">
  231. <el-col :span="24" class="topList">
  232. <el-col :span="24" class="list" v-for="(item, index) in serviceList" :key="index">
  233. <el-col :span="20" class="name">
  234. {{ item.name }}
  235. </el-col>
  236. <el-col :span="4" class="click">
  237. <el-button size="mini" type="primary" @click="oneBtnDetail(item)">详情</el-button>
  238. <el-button
  239. size="mini"
  240. type="success"
  241. @click="
  242. $router.push({
  243. path: '/live/hall/dock/dockDetail',
  244. query: { id: item._id, dockid: dock_id, user_id: user_id, type: item.type },
  245. })
  246. "
  247. >对接</el-button
  248. >
  249. </el-col>
  250. <el-col :span="12" class="otherInfo"> 信息属性:{{ item.messattribute }} </el-col>
  251. <el-col :span="12" class="otherInfo"> 需求程度:{{ item.demand }} </el-col>
  252. </el-col>
  253. </el-col>
  254. <el-col :span="24" class="btn">
  255. <el-button
  256. type="primary"
  257. size="mini"
  258. @click="$router.push({ path: '/hall/productList/technologyList', query: { column_name: '服务', dockid: dock_id } })"
  259. v-if="serviceList.length > 6"
  260. >查看所有项目</el-button
  261. >
  262. </el-col>
  263. </el-col>
  264. </el-row>
  265. </el-col>
  266. </el-tab-pane> -->
  267. <el-tab-pane label="专家服务">
  268. <el-col :span="24" class="two">
  269. <el-col :span="12" class="twoList" v-for="(item, index) in expertList" :key="index">
  270. <el-col :span="4" class="image">
  271. <el-image :src="item.expertimage" style="height: 92px;" v-if="item.expertimage != ''"></el-image>
  272. <el-image :src="expertimage" style="height: 92px;" v-else></el-image>
  273. </el-col>
  274. <el-col :span="20" class="info">
  275. <el-col :span="16" class="name textOver">
  276. {{ item.name }}
  277. </el-col>
  278. <el-col :span="8">
  279. <el-button size="mini" type="primary" @click="twoBtnDetail(item)" style="margin:0 5px 0 5px">详情</el-button>
  280. <el-button
  281. size="mini"
  282. type="success"
  283. @click="$router.push({ path: '/live/hall/dock/zhanjiaduijie', query: { id: item._id, dockid: dock_id, user_id: user_id } })"
  284. >对接</el-button
  285. >
  286. </el-col>
  287. <el-col :span="12" class="txt"> 毕业院校:{{ item.school || '暂无' }} </el-col>
  288. <el-col :span="12" class="txt"> 最高学历:{{ item.education || '暂无' }} </el-col>
  289. <el-col :span="12" class="txt"> QQ/微信:{{ item.qqwx || '暂无' }} </el-col>
  290. <el-col :span="12" class="txt textOver"> 电子邮箱:{{ item.email || '暂无' }} </el-col>
  291. </el-col>
  292. </el-col>
  293. <el-col :span="24" class="onmore">
  294. <el-button
  295. v-if="expertList.length >= 6"
  296. type="primary"
  297. size="mini"
  298. @click="$router.push({ path: '/hall/productList/expertList', query: { dockid: dock_id, user_id: user_id } })"
  299. >查看所有项目</el-button
  300. >
  301. </el-col>
  302. </el-col>
  303. </el-tab-pane>
  304. </el-tabs>
  305. <el-col :span="24" class="marketPublish">
  306. <el-col :span="18"> <el-input v-model="name" placeholder="请输入名称" style="height:30px" class="newinput"></el-input></el-col>
  307. <el-col :span="6"><el-button class="btnSearch" size="mini" @click="resetForm(name)">查询</el-button></el-col>
  308. </el-col>
  309. </el-col>
  310. <el-col :span="24">
  311. <el-image :src="two" style="width:100%;height:100px;position:relative;"> </el-image>
  312. </el-col>
  313. <div class="fangtan">
  314. <el-col :span="7" class="jiabin">
  315. <p class="jiabintop">
  316. <span>嘉宾访谈</span>
  317. <!-- <el-link :underline="false">MORE</el-link> -->
  318. </p>
  319. <div class="jiabinlist">
  320. <ul>
  321. <li v-for="(ref, index) in zxzdlist" :key="index">
  322. <img :src="ref.picture" />
  323. <p>
  324. <span class="textOver" @click="$router.push({ path: '/hall/zxzdxmly/zxzdDetail', query: { id: ref.id } })">{{ ref.title }}</span>
  325. <span>{{ ref.publish_time }}</span>
  326. <span class="text">{{ ref.titlejj }} </span>
  327. </p>
  328. </li>
  329. </ul>
  330. </div>
  331. </el-col>
  332. <el-col :span="7" class="jiabin luyan">
  333. <p class="jiabintop luyanTop">
  334. <span>项目路演</span>
  335. <!-- <el-link :underline="false">MORE</el-link> -->
  336. </p>
  337. <div class="luyanList">
  338. <ul>
  339. <li v-for="(item, index) in xmlylist" :key="index">
  340. <p>
  341. <span class="textOver" @click="$router.push({ path: '/hall/zxzdxmly/xmlyDetail', query: { id: item.id } })">{{ item.title }}</span>
  342. <span>时间:{{ item.publish_time }}</span>
  343. </p>
  344. <p>
  345. {{ item.titlejj }}
  346. </p>
  347. </li>
  348. </ul>
  349. </div>
  350. </el-col>
  351. <el-col :span="7" class="chat">
  352. <chat></chat>
  353. </el-col>
  354. </div>
  355. </el-col>
  356. </div>
  357. </el-col>
  358. <div class="pz_down">
  359. <live-foot></live-foot>
  360. </div>
  361. <el-col :span="24" class="nameShow">
  362. <div class="w_1200">
  363. <el-col :span="24" v-if="this.user.uid">
  364. <span>{{ user.name }}</span>
  365. <el-button
  366. type="info"
  367. size="mini"
  368. v-if="this.user.role == '4' || this.user.role == '5' || this.user.role == '6' || this.user.role == '7'"
  369. @click="$router.push({ path: '/userCenter/index', query: { num: 1 } })"
  370. >个人中心</el-button
  371. >
  372. <el-button type="info" size="mini" v-else-if="this.user.role == '3'" @click="$router.push({ path: '/adminCenter/index', query: { num: 1 } })"
  373. >管理中心</el-button
  374. >
  375. <el-button type="info" size="mini" v-else-if="this.user.role == '8'" @click="$router.push({ path: '/vipCenter/index', query: { num: 1 } })"
  376. >管理中心</el-button
  377. >
  378. </el-col>
  379. </div>
  380. </el-col>
  381. </el-row>
  382. <el-dialog title="信息详情" :visible.sync="dialogVisible" width="55%" :before-close="handleClose">
  383. <directDetail :directInfo="directInfo"></directDetail>
  384. </el-dialog>
  385. <el-dialog title="专家信息" :visible.sync="dialogExport" width="60%" :before-close="handleCloseExport">
  386. <expeDetail :detailInfo="exportInfo" :displayBtn="displayBtn"></expeDetail>
  387. </el-dialog>
  388. </div>
  389. </template>
  390. <script>
  391. import liveFoot from '@/layout/live/foot.vue';
  392. import chat from '@/components/parts/chat.vue';
  393. import directDetail from '@/layout/direct/directDetail.vue';
  394. import exportDetail from '@/layout/direct/exportDetail.vue';
  395. // 专家
  396. import expeDetail from '@/views/market/detail/expeDetail.vue';
  397. import { mapState, createNamespacedHelpers } from 'vuex';
  398. const { mapActions: transaction } = createNamespacedHelpers('transaction');
  399. const { mapActions: mapProduct } = createNamespacedHelpers('marketproduct');
  400. const { mapActions: market } = createNamespacedHelpers('market');
  401. const { mapActions: dock } = createNamespacedHelpers('dock');
  402. const { mapActions: expertsuser } = createNamespacedHelpers('expertsuser');
  403. const { mapActions: newsguidance } = createNamespacedHelpers('newsguidance');
  404. const { mapActions: newsroadshow } = createNamespacedHelpers('newsroadshow');
  405. import moment from 'moment';
  406. import _ from 'loadsh';
  407. export default {
  408. name: 'hall',
  409. props: {},
  410. filters: {
  411. getDate(meta) {
  412. let createdAt = _.get(meta, `createdAt`);
  413. let date = new Date(createdAt)
  414. .toLocaleDateString()
  415. .replace('/', '-')
  416. .replace('/', '-');
  417. return date;
  418. },
  419. },
  420. components: {
  421. chat,
  422. liveFoot,
  423. directDetail, //技术,产品,服务详情
  424. expeDetail,
  425. },
  426. data: () => ({
  427. hand: require('@/assets/emotion/flower.png'),
  428. achievezb: require('@/assets/3.png'),
  429. touxiang: require('@/assets/emotion/touxiang.png'),
  430. videodisplay: 'list',
  431. activeName: 'second',
  432. //搜索判断用
  433. panduan: '找技术',
  434. // 找技术
  435. jishulist: [],
  436. // 找产品
  437. demandList: [],
  438. // 找服务
  439. serviceList: [],
  440. // 找专家
  441. expertList: [],
  442. // 详情显示
  443. dialogVisible: false,
  444. displayBtn: false,
  445. // 技术,产品,服务详情
  446. directInfo: {},
  447. // 专家详情
  448. dialogExport: false,
  449. exportInfo: {},
  450. expertimage: require('@/assets/live/222.png'),
  451. // 交易实况
  452. directlist: [],
  453. //达成意向
  454. yixianglist: [],
  455. //合作成功
  456. successlist: [],
  457. // 嘉宾访谈
  458. zxzdlist: [],
  459. // 路演
  460. xmlylist: [],
  461. // 使用手册开始
  462. superOne: require('@/assets/live/main1.png'),
  463. two: require('@/assets/live/top_bg.png'),
  464. superOnes: require('@/assets/live/测试图片.jpg'),
  465. // 使用手册结束
  466. // 统计数字
  467. statNum: {
  468. tszx: 0,
  469. tyjb: 0,
  470. qthz: 0,
  471. dcyx: 0,
  472. jywc: 0,
  473. czxm: 0,
  474. },
  475. // 对接会详情
  476. dockInfo: {},
  477. //对接会创建人id
  478. user_id: '',
  479. name: '',
  480. dock_id: '',
  481. // 测试轮播
  482. lunboList: [],
  483. //现场直播对话框
  484. text: '',
  485. // 视频右侧聊天列表
  486. videoList: 'first',
  487. }),
  488. async created() {
  489. this.$set(this, `dock_id`, this.$route.query.id);
  490. // 对接会详情
  491. await this.searchdock();
  492. },
  493. methods: {
  494. bofang() {
  495. this.videodisplay = 'detail';
  496. },
  497. ...mapProduct({ mapProductQuery: 'newquery' }),
  498. ...market({ marketFetch: 'fetch', operaFetch: 'operaFetch', sendMsg: 'operationCreate' }),
  499. ...dock({ dockQuery: 'query', dockFetch: 'fetch', goodsquery: 'goodsquery' }),
  500. ...expertsuser({ expertQuery: 'query' }),
  501. ...transaction({ tquery: 'query' }),
  502. ...newsguidance({ danceQuery: 'query' }),
  503. ...newsroadshow({ adshowQuery: 'query' }),
  504. // 查询详情
  505. async searchdock() {
  506. // 标题
  507. let res = await this.dockFetch(this.dock_id);
  508. if (this.$checkRes(res)) {
  509. // 对接会详情
  510. this.$set(this, `dockInfo`, res.data);
  511. // 对接会创建人id
  512. this.$set(this, `user_id`, res.data.user_id);
  513. // 参展项目
  514. let czxm = res.data.apply.map(item => item.goodsList);
  515. // let czxm = res.data.map(item => item.apply.map(apply => apply.goodsList));
  516. czxm = _.flattenDeep(czxm);
  517. var czxmNew = czxm.filter(item => item.dockStatus == '1');
  518. this.$set(this.statNum, `czxm`, czxmNew.length);
  519. // 找技术
  520. var jishuData = czxmNew.filter(item => item.type === '0');
  521. this.$set(this, `jishulist`, jishuData);
  522. // 找产品
  523. var chanpinData = czxmNew.filter(item => item.type === '1');
  524. console.log(chanpinData);
  525. this.$set(this, `demandList`, chanpinData);
  526. // 找服务
  527. var fuwuData = czxmNew.filter(item => item.type === '2');
  528. this.$set(this, `serviceList`, fuwuData);
  529. // 找专家
  530. let exportdata = await this.expertQuery({ role: 6, limit: '6' });
  531. if (this.$checkRes(exportdata)) this.$set(this, `expertList`, exportdata.data);
  532. }
  533. // 查询特邀嘉宾
  534. let arr = await this.expertQuery({ role: 6 });
  535. this.$set(this.statNum, `tyjb`, arr.data.length);
  536. // 洽谈合作
  537. let qthe = await this.tquery({ status: 0, dockid: this.id });
  538. this.$set(this.statNum, `qthz`, qthe.length);
  539. // 达成意向
  540. let dcyx = await this.tquery({ status: 1, dockid: this.id });
  541. for (const val of dcyx.data) {
  542. var time = moment(val.meta.createdAt).format('YYYY-MM-DD hh:mm');
  543. val.time = time;
  544. }
  545. this.$set(this.statNum, `dcyx`, dcyx.total);
  546. this.$set(this, `yixianglist`, dcyx.data);
  547. // 交易完成&合作成功
  548. let jywc = await this.tquery({ status: 2, dockid: this.id });
  549. for (const val of jywc.data) {
  550. var time = moment(val.meta.createdAt).format('YYYY-MM-DD hh:mm');
  551. val.time = time;
  552. }
  553. this.$set(this.statNum, `jywc`, jywc.total);
  554. this.$set(this, `successlist`, jywc.data);
  555. //交易实况
  556. let jysk = await this.tquery({ dockid: this.id });
  557. let newjysk = jysk.data.filter(f => f.status == '1' || f.status == '2');
  558. for (const val of newjysk) {
  559. var time = moment(val.meta.createdAt).format('YYYY-MM-DD hh:mm');
  560. val.time = time;
  561. }
  562. this.$set(this, `directlist`, newjysk);
  563. // 展会动态
  564. // 登录情况+交易情况
  565. let jioayi = await this.operaFetch({ dockid: this.dock_id });
  566. for (const val of jioayi.data) {
  567. var date = moment(val.meta.createdAt).format('YYYY-MM-DD hh:mm');
  568. val.date = date;
  569. }
  570. this.$set(this, `lunboList`, jioayi.data.reverse());
  571. // 展会动态结束
  572. let zxzd = await this.danceQuery({ dock_id: this.dock_id });
  573. this.$set(this, `zxzdlist`, zxzd.data);
  574. let xmly = await this.adshowQuery({ dock_id: this.dock_id });
  575. this.$set(this, `xmlylist`, xmly.data);
  576. },
  577. // 交易实况
  578. handleClicks(tab, event) {
  579. if (tab.name == 'four') {
  580. this.$router.push('/tltest');
  581. } else if (tab.name == 'five') {
  582. this.$router.push('/tllltest');
  583. } else if (tab.name == 'six') {
  584. this.$router.push('/tltest2');
  585. }
  586. },
  587. // 点击查询
  588. async resetForm(name) {
  589. if (this.panduan == '找技术') {
  590. if (name) {
  591. let jishu = await this.goodsquery({ name: name });
  592. this.$set(this, `jishulist`, jishu.data);
  593. } else {
  594. this.searchdock();
  595. }
  596. } else if (this.panduan == '找产品') {
  597. if (name) {
  598. let chanpin = await this.goodsquery({ name: name });
  599. this.$set(this, `demandList`, chanpin.data);
  600. } else {
  601. this.searchdock();
  602. }
  603. } else if (this.panduan == '找服务') {
  604. if (name) {
  605. let service = await this.goodsquery({ name: name });
  606. this.$set(this, `serviceList`, service.data);
  607. } else {
  608. this.searchdock();
  609. }
  610. } else if (this.panduan == '找专家') {
  611. if (name) {
  612. var filterdata = this.expertList.filter(item => item.name === name);
  613. this.$set(this, `expertList`, filterdata);
  614. } else {
  615. this.searchdock();
  616. }
  617. }
  618. },
  619. //找技术,找产品,找服务,找专家
  620. handleClick(tab, event) {
  621. if (event.target.getAttribute('id') == 'tab-0') {
  622. this.panduan = '找技术';
  623. if (this.name) {
  624. console.log('找技术');
  625. }
  626. } else if (event.target.getAttribute('id') == 'tab-1') {
  627. this.panduan = '找产品';
  628. if (this.name) {
  629. console.log('找产品');
  630. }
  631. } else if (event.target.getAttribute('id') == 'tab-2') {
  632. this.panduan = '找服务';
  633. if (this.name) {
  634. console.log('找服务');
  635. }
  636. } else if (event.target.getAttribute('id') == 'tab-3') {
  637. this.panduan = '找专家';
  638. if (this.name) {
  639. console.log('找专家');
  640. }
  641. }
  642. },
  643. // 技术,产品,服务详情
  644. oneBtnDetail(data) {
  645. this.dialogVisible = true;
  646. this.$set(this, `directInfo`, data);
  647. },
  648. // 关闭技术,产品,服务详情
  649. handleClose(done) {
  650. done();
  651. },
  652. // 专家详情
  653. twoBtnDetail(data) {
  654. this.dialogExport = true;
  655. // data.phone = this.phoneNumFilter(data.phone);
  656. // data.cardnumber = this.cardnumberNumFilter(data.cardnumber);
  657. this.$set(this, `exportInfo`, data);
  658. },
  659. // 过滤隐藏手机号
  660. phoneNumFilter(phone) {
  661. let start = phone.slice(0, 3);
  662. let end = phone.slice(-4);
  663. return `${start}****${end}`;
  664. },
  665. // 过滤隐藏身份证号
  666. cardnumberNumFilter(cardnumber) {
  667. let start = cardnumber.slice(0, 4);
  668. let end = cardnumber.slice(-3);
  669. return `${start}****${end}`;
  670. },
  671. // 关闭专家详情
  672. handleCloseExport(done) {
  673. done();
  674. },
  675. async send() {
  676. if (this.text != '') {
  677. let object = { login_role: 3, type: 2, login_name: this.user.adminuser, remark: this.text, dockid: this.dock_id };
  678. let res = await this.sendMsg(object);
  679. this.$checkRes(res, null, res.errmsg || '发言失败');
  680. } else this.$message.error('请输入信息后发送');
  681. },
  682. channel() {
  683. this.$stomp({
  684. [`/exchange/bullet_chat/${this.dock_id}`]: this.onMessage,
  685. });
  686. },
  687. onMessage(message) {
  688. let body = _.get(message, 'body');
  689. if (body) {
  690. body = JSON.parse(body);
  691. console.log(body);
  692. body.date = moment(body.meta.createdAt).format('YYYY-MM-DD hh:mm');
  693. this.lunboList.push(body);
  694. this.text = '';
  695. this.turnBottom();
  696. }
  697. },
  698. turnBottom() {
  699. this.$nextTick(() => {
  700. document.getElementById('chat').scrollTop = document.getElementById('chat').scrollHeight;
  701. });
  702. },
  703. // 过滤轮播时间
  704. getlundate(data) {
  705. let newdata = moment(data).format('hh:mm');
  706. if (newdata) return newdata;
  707. },
  708. // 过滤轮播交易状态
  709. getstatus(status) {
  710. if (status == '0') return '正在洽谈';
  711. else if (status == '1') return '达成意向';
  712. else if (status == '2') return '交易完成';
  713. else if (status == '3') return '取消交易';
  714. else if (status == '4') return '交易待确定';
  715. else return '暂无';
  716. },
  717. },
  718. mounted() {
  719. this.channel();
  720. },
  721. computed: {
  722. ...mapState(['user']),
  723. pageTitle() {
  724. return `${this.$route.meta.title}`;
  725. },
  726. },
  727. metaInfo() {
  728. return { title: this.$route.meta.title };
  729. },
  730. };
  731. </script>
  732. <style lang="less" scoped>
  733. .w_1200 {
  734. margin: 0 auto;
  735. width: 1200px;
  736. }
  737. // 头部
  738. .livetop {
  739. width: 100%;
  740. height: 487px;
  741. overflow: hidden;
  742. background-image: url('~@/assets/live/top_3.png');
  743. .title {
  744. text-align: center;
  745. color: #fff;
  746. position: relative;
  747. width: 100%;
  748. font-size: 45px;
  749. top: 65px;
  750. }
  751. .zhuban {
  752. text-align: center;
  753. color: #fff;
  754. position: relative;
  755. width: 100%;
  756. font-size: 25px;
  757. top: 140px;
  758. span:first-child {
  759. font-weight: 700;
  760. }
  761. }
  762. .num {
  763. position: relative;
  764. top: 190px;
  765. color: #fff;
  766. p {
  767. float: left;
  768. width: 15%;
  769. background: #fff;
  770. margin: 0 14px 0 0 !important;
  771. color: #000;
  772. height: 50px;
  773. line-height: 50px;
  774. border-radius: 30px;
  775. span:first-child {
  776. display: inline-block;
  777. width: 56%;
  778. text-align: center;
  779. height: 50px;
  780. line-height: 50px;
  781. font-size: 16px;
  782. background: red;
  783. border-radius: 30px;
  784. color: #fff;
  785. font-weight: 700;
  786. }
  787. span:last-child {
  788. display: inline-block;
  789. width: 42%;
  790. text-align: center;
  791. font-size: 15px;
  792. font-weight: 700;
  793. }
  794. }
  795. }
  796. }
  797. // 直播
  798. .livemain {
  799. position: relative;
  800. top: -55px;
  801. z-index: 999;
  802. .livevideo {
  803. height: 470px;
  804. overflow: hidden;
  805. .left {
  806. float: left;
  807. height: 470px;
  808. overflow: hidden;
  809. border: 5px solid #000;
  810. background: #fff;
  811. border-radius: 5px;
  812. .lefttop {
  813. padding: 0 10px;
  814. height: 40px;
  815. line-height: 40px;
  816. font-size: 20px;
  817. font-weight: 700;
  818. border-bottom: 2px dashed #6e042c;
  819. }
  820. .leftvideo {
  821. .title {
  822. padding: 0 10px;
  823. height: 30px;
  824. line-height: 30px;
  825. font-weight: bolder;
  826. -webkit-text-stroke: 1px #6e042c;
  827. -webkit-text-fill-color: #fff;
  828. letter-spacing: 3px;
  829. font-size: 16px;
  830. }
  831. .video {
  832. padding: 5px 10px 10px 10px;
  833. height: 390px;
  834. overflow: hidden;
  835. video {
  836. width: 100%;
  837. height: 360px;
  838. background: #000;
  839. padding: 0px 0 15px 0px;
  840. }
  841. // p {
  842. // background: #000;
  843. // text-align: center;
  844. // color: #fff;
  845. // padding: 90px 15px;
  846. // font-size: 30px;
  847. // height: 190px;
  848. // }
  849. .videointro {
  850. background: #000;
  851. color: #fff;
  852. padding: 0 15px;
  853. height: 370px;
  854. p:first-child {
  855. text-align: center;
  856. font-size: 30px;
  857. padding: 10% 0 15px 0;
  858. }
  859. p:last-child {
  860. text-align: center;
  861. font-size: 20px;
  862. line-height: 35px;
  863. overflow: hidden;
  864. text-overflow: ellipsis;
  865. -webkit-line-clamp: 7;
  866. word-break: break-all;
  867. display: -webkit-box;
  868. -webkit-box-orient: vertical;
  869. }
  870. }
  871. }
  872. }
  873. }
  874. .right {
  875. height: 470px;
  876. background-color: #2e2f33;
  877. border-top-left-radius: 5px;
  878. border-bottom-left-radius: 5px;
  879. overflow: hidden;
  880. .rightFirst {
  881. color: #fff;
  882. height: 430px;
  883. padding: 0 10px;
  884. .list {
  885. overflow: auto;
  886. .lunboList {
  887. padding: 10px 0;
  888. .image {
  889. text-align: center;
  890. }
  891. .other {
  892. .one {
  893. span:nth-child(1) {
  894. color: #fff;
  895. }
  896. span:nth-child(2) {
  897. display: inline-block;
  898. margin: 0 0 0 15px;
  899. color: #ccc;
  900. }
  901. }
  902. .two {
  903. margin: 5px 0 0 0;
  904. .zh {
  905. min-height: 20px;
  906. font-size: 15px;
  907. padding: 5px;
  908. border-radius: 5px;
  909. background: #ea4235;
  910. }
  911. .hywl {
  912. min-height: 20px;
  913. font-size: 15px;
  914. padding: 5px;
  915. border-radius: 5px;
  916. background: #245efe5f;
  917. .hand {
  918. width: 35px;
  919. top: 6px;
  920. left: 5px;
  921. }
  922. }
  923. .remark {
  924. min-height: 20px;
  925. font-size: 15px;
  926. padding: 5px;
  927. border-radius: 5px;
  928. background: #cccccc5f;
  929. }
  930. }
  931. }
  932. }
  933. // padding: 10px 20px;
  934. // font-weight: bold;
  935. // color: #ffffff;
  936. // p:nth-child(1) {
  937. // font-size: 16px;
  938. // }
  939. // p:nth-child(2) {
  940. // font-size: 18px;
  941. // padding: 10px 0;
  942. // }
  943. // }
  944. }
  945. .send {
  946. height: 30px;
  947. }
  948. }
  949. }
  950. /deep/.el-tabs--card > .el-tabs__header {
  951. border-bottom: none;
  952. }
  953. /deep/.el-tabs__header {
  954. margin: 0;
  955. }
  956. /deep/.el-tabs--card > .el-tabs__header .el-tabs__item {
  957. border-bottom: none;
  958. border-left: none;
  959. }
  960. /deep/.el-tabs--card > .el-tabs__header .el-tabs__nav {
  961. border: none;
  962. }
  963. /deep/.el-tabs__item {
  964. font-weight: 700;
  965. font-size: 16px;
  966. color: #fff;
  967. }
  968. /deep/.el-tabs__item.is-active {
  969. color: #ff0000;
  970. }
  971. /deep/.el-tabs__nav-scroll {
  972. background-color: #fe950e;
  973. }
  974. }
  975. }
  976. // 图片
  977. .newimage {
  978. margin: 20px 0 0 0;
  979. background-size: 100% * 80px;
  980. background-size: cover;
  981. height: 100px;
  982. width: 100%;
  983. margin-bottom: 5px;
  984. position: relative;
  985. .el-link {
  986. position: absolute;
  987. top: 30px;
  988. left: 46%;
  989. color: #ffffff;
  990. font-size: 36px;
  991. z-index: 999;
  992. }
  993. }
  994. // 技术需求
  995. .tabsData {
  996. position: relative;
  997. height: 510px;
  998. margin: 20px 0;
  999. .one {
  1000. height: 467px;
  1001. padding: 0 15px;
  1002. overflow: hidden;
  1003. .onnList {
  1004. border-bottom: 1px dashed red;
  1005. padding: 10px;
  1006. .oneName {
  1007. height: 30px;
  1008. line-height: 30px;
  1009. margin: 0 0 5px 0;
  1010. font-size: 16px;
  1011. overflow: hidden;
  1012. text-overflow: ellipsis;
  1013. white-space: nowrap;
  1014. }
  1015. .btn {
  1016. height: 30px;
  1017. line-height: 30px;
  1018. margin: 0 0 5px 0;
  1019. text-align: center;
  1020. }
  1021. .oneInfo {
  1022. .oneInfoLeft {
  1023. font-size: 14px;
  1024. p {
  1025. padding: 0 0 10px 0;
  1026. span {
  1027. display: inline-block;
  1028. width: 50%;
  1029. }
  1030. }
  1031. p:first-child span:first-child {
  1032. color: red;
  1033. font-weight: bold;
  1034. }
  1035. p:nth-child(2) span:nth-child(2) {
  1036. color: red;
  1037. font-weight: bold;
  1038. }
  1039. }
  1040. .oneInfoRight {
  1041. overflow: hidden;
  1042. text-overflow: ellipsis;
  1043. -webkit-line-clamp: 4;
  1044. word-break: break-all;
  1045. display: -webkit-box;
  1046. -webkit-box-orient: vertical;
  1047. }
  1048. }
  1049. }
  1050. }
  1051. .two {
  1052. padding: 15px 15px 0 15px;
  1053. height: 466px;
  1054. overflow: hidden;
  1055. .twoList {
  1056. box-shadow: 0 0 3px red;
  1057. margin-bottom: 10px;
  1058. padding: 15px 5px;
  1059. .image {
  1060. border-radius: 90px;
  1061. .el-image {
  1062. border-radius: 90px;
  1063. }
  1064. }
  1065. .info {
  1066. .name {
  1067. font-size: 18px;
  1068. }
  1069. .txt {
  1070. font-size: 16px;
  1071. padding: 5px 0;
  1072. }
  1073. }
  1074. }
  1075. }
  1076. /deep/.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
  1077. font-weight: bold;
  1078. font-size: 16px;
  1079. background-color: #6e042c;
  1080. color: #fff;
  1081. }
  1082. /deep/.el-tabs__item {
  1083. font-size: 16px;
  1084. }
  1085. /deep/.el-tabs--border-card > .el-tabs__content {
  1086. padding: 0;
  1087. }
  1088. // 搜索
  1089. .marketPublish {
  1090. position: absolute;
  1091. top: 42.2%;
  1092. width: 286px;
  1093. z-index: 999;
  1094. left: 72%;
  1095. top: 1%;
  1096. text-align: center;
  1097. font-size: 18px;
  1098. color: #fff;
  1099. }
  1100. // 查看更多项目
  1101. .onmore {
  1102. text-align: center;
  1103. }
  1104. }
  1105. .fangtan {
  1106. float: left;
  1107. width: 100%;
  1108. height: 525px;
  1109. overflow: hidden;
  1110. // 嘉宾
  1111. .jiabin {
  1112. width: 31%;
  1113. border-radius: 5px;
  1114. box-shadow: 0 0 5px #c20808;
  1115. padding: 0 10px 0px 10px;
  1116. margin: 4px 15px 0 3px;
  1117. height: 515px;
  1118. .jiabintop {
  1119. height: 30px;
  1120. line-height: 30px;
  1121. span {
  1122. display: inline-block;
  1123. padding: 0 10px;
  1124. height: 30px;
  1125. color: #fff;
  1126. background-color: #ff8500;
  1127. border-bottom-left-radius: 10px;
  1128. border-bottom-right-radius: 10px;
  1129. }
  1130. a {
  1131. float: right;
  1132. }
  1133. }
  1134. .jiabinlist ul {
  1135. float: left;
  1136. width: 100%;
  1137. height: 475px;
  1138. overflow: auto;
  1139. li {
  1140. float: left;
  1141. width: 100%;
  1142. border-bottom: 1px dashed #ff8500;
  1143. padding: 16px 0;
  1144. img {
  1145. float: left;
  1146. width: 20%;
  1147. height: 80px;
  1148. }
  1149. p {
  1150. float: left;
  1151. width: 71%;
  1152. padding: 0 0 0 10px;
  1153. span:first-child {
  1154. float: left;
  1155. width: 70%;
  1156. font-size: 18px;
  1157. }
  1158. span:first-child:hover {
  1159. cursor: pointer;
  1160. }
  1161. span:last-child {
  1162. float: left;
  1163. width: 100%;
  1164. font-size: 14px;
  1165. color: #888;
  1166. overflow: hidden;
  1167. text-overflow: ellipsis;
  1168. -webkit-line-clamp: 3;
  1169. word-break: break-all;
  1170. display: -webkit-box;
  1171. -webkit-box-orient: vertical;
  1172. }
  1173. }
  1174. }
  1175. li:last-child {
  1176. border-bottom: none;
  1177. float: left;
  1178. width: 100%;
  1179. }
  1180. li:hover p span:first-child {
  1181. color: #0e90d2;
  1182. }
  1183. }
  1184. }
  1185. // 路演
  1186. .luyan {
  1187. width: 33%;
  1188. border-radius: 5px;
  1189. box-shadow: 0 0 5px #c20808;
  1190. padding: 0 10px 0px 10px;
  1191. margin: 4px 10px 0 3px;
  1192. height: 515px;
  1193. overflow: hidden;
  1194. .luyanList {
  1195. padding: 10px 0 0 0;
  1196. ul {
  1197. margin: 0;
  1198. padding: 0;
  1199. list-style-type: none;
  1200. float: left;
  1201. width: 100%;
  1202. height: 450px;
  1203. overflow-y: auto;
  1204. overflow-x: hidden;
  1205. li {
  1206. float: left;
  1207. border-radius: 10px;
  1208. padding: 5px;
  1209. margin: 0 0 12px 0;
  1210. height: 95px;
  1211. border: 1px solid #ff8500;
  1212. width: 95%;
  1213. p:first-child span:first-child {
  1214. font-size: 18px;
  1215. float: left;
  1216. width: 70%;
  1217. height: 30px;
  1218. line-height: 30px;
  1219. }
  1220. p:first-child span:first-child:hover {
  1221. cursor: pointer;
  1222. color: #0279d5;
  1223. }
  1224. p:first-child span:last-child {
  1225. float: left;
  1226. width: 30%;
  1227. height: 30px;
  1228. line-height: 30px;
  1229. }
  1230. p:last-child span {
  1231. float: left;
  1232. width: 100%;
  1233. padding: 5px 0;
  1234. font-size: 14px;
  1235. color: #666;
  1236. }
  1237. }
  1238. li:nth-child(5) {
  1239. border: 1px solid #ff8500;
  1240. float: left;
  1241. border-radius: 10px;
  1242. padding: 5px 10px;
  1243. margin: 0 0 22px 0;
  1244. height: 95px;
  1245. }
  1246. li:hover {
  1247. box-shadow: 0 0 5px red;
  1248. }
  1249. }
  1250. }
  1251. }
  1252. // 聊天
  1253. .chat {
  1254. float: left;
  1255. width: 33%;
  1256. }
  1257. }
  1258. // 产品
  1259. .jishulist {
  1260. .topList {
  1261. height: 430px;
  1262. overflow: hidden;
  1263. .list {
  1264. border-bottom: 1px dashed #ccc;
  1265. padding: 6px 0;
  1266. .name {
  1267. height: 30px;
  1268. line-height: 30px;
  1269. p:first-child {
  1270. font-size: 16px;
  1271. // display: inline-block;
  1272. width: 700px;
  1273. display: block;
  1274. overflow: hidden;
  1275. white-space: nowrap;
  1276. text-overflow: ellipsis;
  1277. }
  1278. }
  1279. .names {
  1280. height: 30px;
  1281. line-height: 30px;
  1282. p:first-child {
  1283. font-size: 14px;
  1284. display: inline-block;
  1285. width: 300px;
  1286. overflow: hidden;
  1287. text-overflow: ellipsis;
  1288. -o-text-overflow: ellipsis;
  1289. }
  1290. }
  1291. .click {
  1292. height: 30px;
  1293. line-height: 30px;
  1294. text-align: center;
  1295. }
  1296. }
  1297. }
  1298. .btn {
  1299. margin: 6px 0 0 0;
  1300. text-align: center;
  1301. }
  1302. }
  1303. // 技术
  1304. .demandList {
  1305. .topList {
  1306. height: 430px;
  1307. overflow: hidden;
  1308. .list {
  1309. height: 215px;
  1310. position: relative;
  1311. margin: 5px 10px 0px 9px;
  1312. width: 15%;
  1313. .el-image {
  1314. width: 100%;
  1315. height: 205px;
  1316. overflow: hidden;
  1317. // border-radius: 5px;
  1318. // transition: all 0.4s linear;
  1319. position: relative;
  1320. }
  1321. .company {
  1322. position: absolute;
  1323. top: 3px;
  1324. left: 20px;
  1325. width: 86%;
  1326. color: #ec6c2d;
  1327. -webkit-text-stroke: 1px #f18d2c;
  1328. font-style: oblique;
  1329. -webkit-text-fill-color: #ec6c2d;
  1330. letter-spacing: 3px;
  1331. }
  1332. .aName {
  1333. position: absolute;
  1334. top: 30px;
  1335. left: 0px;
  1336. text-align: center;
  1337. transform: scale(0.8);
  1338. font-weight: bolder;
  1339. -webkit-text-stroke: 1px #f18d2c;
  1340. font-style: oblique;
  1341. -webkit-text-fill-color: transparent;
  1342. letter-spacing: 3px;
  1343. }
  1344. .a-brief {
  1345. margin: 10px 0px;
  1346. position: absolute;
  1347. top: 30px;
  1348. left: 0px;
  1349. overflow: hidden;
  1350. line-height: 20px;
  1351. letter-spacing: 2px;
  1352. text-overflow: ellipsis;
  1353. -webkit-line-clamp: 5;
  1354. word-break: break-all;
  1355. display: -webkit-box;
  1356. -webkit-box-orient: vertical;
  1357. transform: scale(0.8);
  1358. }
  1359. .cont {
  1360. position: absolute;
  1361. left: 0px;
  1362. bottom: 50px;
  1363. transform: scale(0.8);
  1364. .a-field {
  1365. overflow: hidden;
  1366. text-overflow: ellipsis;
  1367. white-space: nowrap;
  1368. }
  1369. }
  1370. .clickBtn {
  1371. position: relative;
  1372. top: -38px;
  1373. text-align: center;
  1374. /deep/.el-button {
  1375. padding: 5px 10px;
  1376. }
  1377. }
  1378. }
  1379. }
  1380. .btn {
  1381. text-align: center;
  1382. margin: 6px 0 0 0;
  1383. }
  1384. }
  1385. // 服务
  1386. // .serviceList {
  1387. // .topList {
  1388. // height: 430px;
  1389. // overflow: hidden;
  1390. // .list {
  1391. // padding: 10px 0;
  1392. // border-bottom: 1px dashed #ccc;
  1393. // .name {
  1394. // font-size: 18px;
  1395. // }
  1396. // .click {
  1397. // text-align: right;
  1398. // }
  1399. // .otherInfo {
  1400. // font-size: 16px;
  1401. // }
  1402. // }
  1403. // }
  1404. // .btn {
  1405. // text-align: center;
  1406. // margin: 6px 0 0 0;
  1407. // }
  1408. // }
  1409. // 头部个人中心
  1410. .nameShow {
  1411. position: fixed;
  1412. top: 15px;
  1413. text-align: right;
  1414. z-index: 999;
  1415. span {
  1416. color: #fff;
  1417. font-weight: bold;
  1418. font-size: 16px;
  1419. padding: 0 10px;
  1420. }
  1421. }
  1422. /deep/.el-dialog__body {
  1423. padding: 20px;
  1424. }
  1425. /deep/.el-input__inner {
  1426. -webkit-appearance: none;
  1427. background-color: #fff;
  1428. background-image: none;
  1429. border-radius: 4px;
  1430. border: 1px solid #dcdfe6;
  1431. box-sizing: border-box;
  1432. color: #606266;
  1433. display: inline-block;
  1434. font-size: inherit;
  1435. height: 30px;
  1436. line-height: 12px;
  1437. outline: 0;
  1438. padding: 0 15px;
  1439. transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  1440. width: 100%;
  1441. }
  1442. </style>