PcHeader.vue 45 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604
  1. <template>
  2. <header :style="{ backgroundColor: `${bgColor}` }">
  3. <div class="topbar com-margin-auto com-flex com-width-1400">
  4. <nuxt-link
  5. :to="{ name: 'index' }"
  6. style="max-height: 100px">
  7. <img
  8. v-show="websitelogo.length"
  9. :src="`${websitelogo}`"
  10. alt="Logo"
  11. id="logo"
  12. /></nuxt-link>
  13. <div class="search-input">
  14. <el-input
  15. v-model="keyword"
  16. placeholder="Search item here"
  17. @focus="focus"
  18. @blur="blur"
  19. @keyup.enter.native="goSearchResultPage">
  20. <i
  21. slot="suffix"
  22. class="el-input__icon el-icon-search"
  23. @click="goSearchResultPage"></i>
  24. </el-input>
  25. <div
  26. v-loading="loading"
  27. class="search-detail flex column stretch"
  28. :style="{ display: showType }">
  29. <div
  30. class="flex-auto flex center stretch no-result"
  31. v-if="
  32. !loading && result.cate.length < 1 && productsList.length < 1
  33. ">
  34. No results found for “{{ keyword }}”
  35. </div>
  36. <div
  37. v-else
  38. class="flex-auto flex stretch"
  39. style="overflow: hidden">
  40. <div class="category-list flex column start stretch">
  41. <p class="autocomplete-title sub">CATEGORIES</p>
  42. <ul class="stretch">
  43. <li
  44. v-for="item in result.firstCate"
  45. :key="item.id"
  46. class="flex column stretch">
  47. <nuxt-link
  48. :to="{
  49. name: 'category-firstCategory',
  50. params: {
  51. firstCategory: item.name
  52. .replace(/\s+/g, '-')
  53. .replace('-&', '')
  54. .toLowerCase(),
  55. },
  56. }">
  57. <p>{{ item.name }}</p>
  58. </nuxt-link>
  59. </li>
  60. <p
  61. v-if="result.subCate.length"
  62. class="autocomplete-title">
  63. SUB CATEGORIES
  64. </p>
  65. <li
  66. v-for="item in result.subCate"
  67. :key="item.id"
  68. class="flex column stretch">
  69. <nuxt-link
  70. v-if="item.lev === 2"
  71. :to="{
  72. name: 'category-firstCategory-secondCategory',
  73. params: {
  74. firstCategory: item.parentName
  75. .replace(/\s+/g, '-')
  76. .replace('-&', '')
  77. .toLowerCase(),
  78. secondCategory: item.name
  79. .replace(/\s+/g, '-')
  80. .replace('-&', '')
  81. .toLowerCase(),
  82. },
  83. }">
  84. <p>{{ item.name }}</p>
  85. </nuxt-link>
  86. <nuxt-link
  87. v-else
  88. :to="{
  89. name: 'category-firstCategory-secondCategory-thirdCategory',
  90. params: {
  91. firstCategory: item.grandName
  92. .replace(/\s+/g, '-')
  93. .replace('-&', '')
  94. .toLowerCase(),
  95. secondCategory: item.parentName
  96. .replace(/\s+/g, '-')
  97. .replace('-&', '')
  98. .toLowerCase(),
  99. thirdCategory: item.name
  100. .replace(/\s+/g, '-')
  101. .replace('-&', '')
  102. .toLowerCase(),
  103. },
  104. }">
  105. <p>{{ item.name }}</p>
  106. </nuxt-link>
  107. </li>
  108. </ul>
  109. </div>
  110. <div class="product-list flex-auto flex column stretch">
  111. <div class="flex between start">
  112. <p class="autocomplete-title">PRODUCTS</p>
  113. <nuxt-link
  114. v-if="result.total"
  115. :to="{
  116. name: 'category-searchResult',
  117. query: { keyword: keyword },
  118. }">
  119. <div class="seeAllResult">
  120. Show all {{ result.total }} Results
  121. </div>
  122. </nuxt-link>
  123. </div>
  124. <ul
  125. class="flex-auto flex column stretch"
  126. style="overflow-y: auto">
  127. <li
  128. v-for="item in productsList"
  129. :key="item.id">
  130. <nuxt-link
  131. :to="{
  132. name: 'product-code',
  133. params: { code: item.product_code },
  134. }">
  135. <img
  136. :src="
  137. item.image && !$mediaRegExp.test(item.image)
  138. ? $OSS_PREFIX + item.image
  139. : $utils.generateResizedImageUrl(item.image, 100)
  140. "
  141. alt="" />
  142. <div class="product-info">
  143. <p>{{ item.product_name }}</p>
  144. <p>{{ item.product_code }}</p>
  145. </div>
  146. </nuxt-link>
  147. </li>
  148. <div
  149. class="no-result"
  150. v-if="!loading && productsList.length < 1">
  151. No results found for “{{ keyword }}”
  152. </div>
  153. </ul>
  154. </div>
  155. </div>
  156. <!-- <div class="sth-else">
  157. <span>Can't find what you're looking for?</span>
  158. <nuxt-link
  159. :to="{
  160. name: 'news-newsName',
  161. params: { newsName: 'indent-ideas', id: indentIdeasArticle.id },
  162. hash: '#formTag',
  163. }">
  164. click here
  165. </nuxt-link>
  166. </div> -->
  167. </div>
  168. </div>
  169. <div
  170. class="topbar-item com-flex"
  171. style="cursor: default"
  172. v-if="email">
  173. <img
  174. src="@/assets/img/help.png"
  175. alt="help" />
  176. <div class="topbar-item-right com-flex-item">
  177. <!-- <p style="margin-bottom: 8px">Help is here</p> -->
  178. <p>1300 369 252</p>
  179. </div>
  180. </div>
  181. <div class="topbar-item com-flex">
  182. <div
  183. class="topbar-item com-flex"
  184. v-if="false">
  185. <img src="@/assets/img/login.png" />
  186. <p @click="openDialog">Login</p>
  187. </div>
  188. <!-- </div> -->
  189. <div
  190. class="topbar-item"
  191. v-if="false">
  192. <el-popover
  193. placement="bottom-end"
  194. width="292"
  195. trigger="click"
  196. ref="userPopover">
  197. <div
  198. slot="reference"
  199. class="topbar-item-right-myAccount">
  200. <div class="flex center">
  201. <img src="@/assets/img/login.png" />
  202. <p>Hello, {{ $store.state.userInfo.contacts }}</p>
  203. <span class="el-icon-caret-bottom"></span>
  204. </div>
  205. </div>
  206. <div
  207. class="user-menu-panel flex column center"
  208. @click="closePopoverAndNavigate">
  209. <div class="user-menu-wrap">
  210. <div class="user-menu">
  211. <div class="menu-title">Client Portal</div>
  212. <div class="sub-menu">
  213. <nuxt-link
  214. :to="{
  215. path: '/home/myDetail',
  216. query: { type: 'all-orders' },
  217. }">
  218. <div class="flex">
  219. <div class="icon order"></div>
  220. <div class="sub-title">My Orders</div>
  221. </div>
  222. </nuxt-link>
  223. </div>
  224. <div style="height: 4px; width: 1px"></div>
  225. <div class="menu-title">Marketing Resources</div>
  226. <!-- <div class="sub-menu">
  227. <nuxt-link to="/home/video">
  228. <div class="flex">
  229. <div class="icon video"></div>
  230. <div class="sub-title">Videos</div>
  231. </div>
  232. </nuxt-link>
  233. </div> -->
  234. <div class="sub-menu">
  235. <a
  236. href="https://www.flipsnack.com/promocollection/"
  237. target="_blank">
  238. <div class="flex">
  239. <div class="icon book"></div>
  240. <div class="sub-title">Catalogue</div>
  241. </div>
  242. </a>
  243. </div>
  244. <div class="sub-menu">
  245. <nuxt-link to="/home/EDMS">
  246. <div class="flex">
  247. <div class="icon book"></div>
  248. <div class="sub-title">EDMS</div>
  249. </div>
  250. </nuxt-link>
  251. </div>
  252. <div class="sub-menu">
  253. <a
  254. href="mailto:Info@promocollection.com.au?subject=Sample%20Request">
  255. <div class="flex">
  256. <div class="icon mail"></div>
  257. <div class="sub-title">Sample Request</div>
  258. </div>
  259. </a>
  260. </div>
  261. <div class="sub-menu">
  262. <a
  263. href="mailto:Info@promocollection.com.au?subject=Free%20Mockup%20Request">
  264. <div class="flex">
  265. <div class="icon mail"></div>
  266. <div class="sub-title">Mockup Request</div>
  267. </div>
  268. </a>
  269. </div>
  270. <div class="menu-title">
  271. <nuxt-link
  272. :to="{
  273. path: '/home/myDetail',
  274. query: { type: 'profile' },
  275. }">
  276. My Profile
  277. </nuxt-link>
  278. </div>
  279. <div class="menu-title">
  280. <div
  281. class="btn-logout"
  282. @click="logout">
  283. Sign Out
  284. </div>
  285. </div>
  286. </div>
  287. </div>
  288. </div>
  289. </el-popover>
  290. </div>
  291. </div>
  292. </div>
  293. <nav>
  294. <ul class="com-width-1400 com-minwidth-1024 com-margin-auto">
  295. <li class="nav-list">
  296. <div class="nav-list-title">
  297. <span
  298. class="shopProducts"
  299. @click.stop="openShopProduct">
  300. Shop Products
  301. <i
  302. :class="
  303. isShopBlock ? 'el-icon-arrow-up' : 'el-icon-arrow-down'
  304. "></i>
  305. </span>
  306. </div>
  307. <Transition name="category">
  308. <div
  309. class="nav-menu border-radius"
  310. v-show="isShopBlock"
  311. @click="closeAllBlock">
  312. <div class="nav-menu-content">
  313. <div
  314. class="nav-menu-item"
  315. v-for="item1 in categoryList"
  316. :key="item1.id">
  317. <div class="primary-classification">
  318. <nuxt-link
  319. :to="{
  320. name: 'category-firstCategory',
  321. params: {
  322. firstCategory: item1.name
  323. .replace(/\s+/g, '-')
  324. .replace('-&', '')
  325. .toLowerCase(),
  326. },
  327. }">
  328. <div class="menu-item-icon">
  329. <img
  330. :src="
  331. item1.style && !$mediaRegExp.test(item1.style)
  332. ? $OSS_PREFIX + item1.style
  333. : item1.style
  334. "
  335. alt="" />
  336. </div>
  337. <div class="menu-item-title">
  338. {{ item1.name }}
  339. </div>
  340. </nuxt-link>
  341. <div class="menu-separator"></div>
  342. </div>
  343. <div
  344. class="secondary-classification"
  345. v-for="item2 in item1.child"
  346. :key="item2.id">
  347. <nuxt-link
  348. :to="{
  349. name: 'category-firstCategory-secondCategory',
  350. params: {
  351. firstCategory: item1.name
  352. .replace(/\s+/g, '-')
  353. .replace('-&', '')
  354. .toLowerCase(),
  355. secondCategory: item2.name
  356. .replace(/\s+/g, '-')
  357. .replace('-&', '')
  358. .toLowerCase(),
  359. },
  360. }">
  361. {{ item2.name }}
  362. </nuxt-link>
  363. </div>
  364. </div>
  365. </div>
  366. </div>
  367. </Transition>
  368. </li>
  369. <!-- <li class="nav-list">
  370. <div class="nav-list-title">
  371. <span
  372. class="LeadTime"
  373. @click.stop="openLeadTime">
  374. By Lead Time
  375. <i :class="isShopBlock?'el-icon-arrow-up':'el-icon-arrow-down'"></i>
  376. </span>
  377. </div>
  378. <Transition name="leadTime">
  379. <ul
  380. class="leadTime-list border-radius"
  381. v-show="isLeadTimeBlock"
  382. @click="closeAllBlock">
  383. <li
  384. class="leadTime-list-item"
  385. v-for="item in leadTime"
  386. :key="item.id">
  387. <nuxt-link
  388. :to="{ name: 'category', query: { lead_time: item.id } }">
  389. {{ item.name }}
  390. </nuxt-link>
  391. </li>
  392. </ul>
  393. </Transition>
  394. </li>
  395. <li class="nav-list">
  396. <div class="nav-list-title">
  397. <span
  398. class="Budget"
  399. @click.stop="openBudget"
  400. >By Budget
  401. <i :class="isShopBlock?'el-icon-arrow-up':'el-icon-arrow-down'"></i>
  402. </span>
  403. </div>
  404. <Transition name="budge">
  405. <ul
  406. class="budget-list border-radius"
  407. v-show="isBudgetBlock"
  408. @click.stop="closeAllBlock">
  409. <div
  410. class="budget-list-item"
  411. v-for="item in budget"
  412. :key="item.id">
  413. {{ item.name }}
  414. <div class="sub-item-wrap border-radius flex column stretch">
  415. <div class="budget-list-sub-item-title">QTY Needed</div>
  416. <div
  417. class="budget-list-item"
  418. v-for="(v, i2) in qtyList"
  419. :key="`${item.id}-${i2}`">
  420. <nuxt-link
  421. :to="{
  422. name: 'category',
  423. query: { pricetype: item.id, qty: v.value },
  424. }">
  425. {{ v.name }}
  426. </nuxt-link>
  427. </div>
  428. </div>
  429. </div>
  430. </ul>
  431. </Transition>
  432. </li> -->
  433. <li
  434. class="nav-list"
  435. @click="closeAllBlock">
  436. <!-- <a :href="'/category?feature=54'"> New products</a> -->
  437. <div class="nav-list-title">
  438. <nuxt-link
  439. :to="{ name: 'category', query: { feature: 54 } }"
  440. target="_self">
  441. New Products
  442. </nuxt-link>
  443. </div>
  444. </li>
  445. <!-- <li
  446. class="nav-list"
  447. @click="closeAllBlock">
  448. <div class="nav-list-title">
  449. <nuxt-link
  450. :to="{
  451. name: 'news-newsName',
  452. params: { newsName: 'compliance', id: complianceArticle.id },
  453. }"
  454. target="_self">
  455. Compliance
  456. </nuxt-link>
  457. </div>
  458. </li> -->
  459. <!--<li
  460. class="nav-list"
  461. @click="closeAllBlock">
  462. <div class="nav-list-title">
  463. <nuxt-link
  464. id="indentLink"
  465. :to="{
  466. name: 'news-newsName',
  467. params: { newsName: 'indent-ideas', id: indentIdeasArticle.id },
  468. }"
  469. target="_self">
  470. Indent Sourcing
  471. </nuxt-link>
  472. </div>
  473. </li>
  474. <li
  475. class="nav-list"
  476. @click="closeAllBlock">
  477. <div class="nav-list-title">
  478. <nuxt-link
  479. to="/category/apparel/socks"
  480. target="_self">
  481. Sock Collection
  482. </nuxt-link>
  483. </div>
  484. </li> -->
  485. <!-- <li
  486. class="nav-list compare-list"
  487. @click="closeAllBlock">
  488. <div class="nav-list-title">
  489. <el-badge
  490. :value="compareList.length"
  491. class="item"
  492. v-show="compareList.length">
  493. </el-badge>
  494. <span>Wishlist</span>
  495. </div>
  496. <div class="compare-product">
  497. <div class="compare-product-title">
  498. <p>Product to Compare</p>
  499. <el-button
  500. class="compare-btn"
  501. size="mini"
  502. @click="compareAll">
  503. Compare All
  504. </el-button>
  505. </div>
  506. <div class="red-line"></div>
  507. <div
  508. class="prompt-info"
  509. v-show="!compareList.length">
  510. <ul>
  511. <li>
  512. Select products to compare by clicking the "Compare list +"
  513. batton on any product listing.
  514. </li>
  515. <li>You can compare up to 5 products.</li>
  516. <li>
  517. After selecting products, click on the "Compare All" button to
  518. view the comparison chart.
  519. </li>
  520. </ul>
  521. </div>
  522. <ul>
  523. <li
  524. v-for="item in compareList"
  525. :key="item.id">
  526. <div class="item-left">
  527. <img
  528. :src="
  529. item.main.image &&
  530. item.main.image.indexOf(
  531. 'http://promocollection.s3.ap-southeast-2.amazonaws.com'
  532. ) != -1
  533. ? item.main.image
  534. : 'https://www.promocollection.com.au/' +
  535. item.main.image
  536. " />
  537. <p>{{ item.product_name }}</p>
  538. </div>
  539. <div
  540. class="item-right"
  541. @click="clearCompare(item.id)">
  542. <i class="el-icon-error"></i>
  543. </div>
  544. </li>
  545. </ul>
  546. <el-button
  547. class="clear-btn"
  548. size="mini"
  549. @click="clearAll"
  550. v-show="compareList.length">
  551. Clear All
  552. </el-button>
  553. </div>
  554. </li> -->
  555. </ul>
  556. </nav>
  557. <div class="header-redLine"></div>
  558. </header>
  559. </template>
  560. <script>
  561. import { mapMutations } from 'vuex'
  562. import cloneDeep from 'lodash.clonedeep'
  563. import algoliasearch from 'algoliasearch'
  564. export default {
  565. data() {
  566. return {
  567. // loaded: false,
  568. loading: false,
  569. timer: '',
  570. keyword: '',
  571. result: { cate: [], subCate: [], firstCate: [] },
  572. showType: 'none',
  573. matchingList: [],
  574. categoryList: [],
  575. leadTime: [],
  576. budget: [],
  577. compareList: [],
  578. indentIdeasArticle: {},
  579. complianceArticle: {},
  580. isShopBlock: false,
  581. isLeadTimeBlock: false,
  582. isBudgetBlock: false,
  583. qtyList: [
  584. {
  585. value: 50,
  586. name: 50,
  587. },
  588. {
  589. value: 100,
  590. name: 100,
  591. },
  592. {
  593. value: 250,
  594. name: 250,
  595. },
  596. {
  597. value: 500,
  598. name: 500,
  599. },
  600. {
  601. value: 1000,
  602. name: '1,000',
  603. },
  604. {
  605. value: 2500,
  606. name: '2,500',
  607. },
  608. {
  609. value: 5000,
  610. name: '5,000',
  611. },
  612. {
  613. value: 10000,
  614. name: '10,000',
  615. },
  616. ],
  617. index: null,
  618. websitelogo: '',
  619. bgColor: '#fff',
  620. }
  621. },
  622. async fetch() {
  623. const p1 = this.$axios.post('/common/shopProductList').then(res => {
  624. if (res.code === 1) {
  625. this.categoryList = res.result
  626. }
  627. })
  628. const p2 = this.$axios.get('/home/lead_time').then(res => {
  629. if (res.code === 1) {
  630. this.leadTime = res.result.sort((a, b) => a.rank - b.rank)
  631. }
  632. })
  633. const p3 = this.$axios
  634. .post('/common/goodsFilterList', { pid: 2 })
  635. .then(res => {
  636. if (res.code === 1) {
  637. this.budget = res.result
  638. }
  639. })
  640. const p4 = this.$axios
  641. .post('/home/articleLists', { state: 'au', keyword: 'Indent Ideas' })
  642. .then(res => {
  643. this.indentIdeasArticle = res.result.data[0] || {}
  644. })
  645. const p5 = this.$axios
  646. .post('/home/articleLists', { state: 'au', keyword: 'Compliance' })
  647. .then(res => {
  648. this.complianceArticle = res.result.data[0] || {}
  649. })
  650. // 并联异步操作,总耗时===耗时最长的单个请求。之前的逻辑是串联,总耗时为所有请求耗时的累加
  651. await Promise.all([p1, p2, p3, p4, p5])
  652. },
  653. computed: {
  654. email() {
  655. return this.$store.state.userInfo?.email
  656. },
  657. compareLists() {
  658. return this.$store.state.compareList
  659. },
  660. productsList() {
  661. if (this.result?.goods) {
  662. return this.result.goods.map(item => {
  663. const temp = {
  664. ...item,
  665. }
  666. if (item.img) {
  667. temp.image = !this.$mediaRegExp.test(item.img)
  668. ? this.$OSS_PREFIX + item.img
  669. : item.img
  670. }
  671. return temp
  672. })
  673. } else {
  674. return []
  675. }
  676. },
  677. },
  678. watch: {
  679. keyword: {
  680. handler(newValue, oldValue) {
  681. // if (newValue.length > 2 && this.loaded) {
  682. if (newValue.length > 2) {
  683. this.debounce(this.search, 700)
  684. } else {
  685. setTimeout(() => {
  686. this.showType = 'none'
  687. }, 501)
  688. }
  689. },
  690. deep: true,
  691. },
  692. compareLists: {
  693. handler(newValue, oldValue) {
  694. if (newValue) {
  695. this.compareList = cloneDeep(newValue)
  696. }
  697. },
  698. deep: true,
  699. immediate: true,
  700. },
  701. $route(to, from) {
  702. if (to.path == from.path && to.query.keyword != from.query.keyword) {
  703. location.reload()
  704. }
  705. if (!to.query.keyword) {
  706. this.keyword = ''
  707. }
  708. },
  709. },
  710. beforeMount() {
  711. this.$store.dispatch('getShopInfo').then(res => {
  712. document.title = (res.title || '').toUpperCase()
  713. this.websitelogo = !this.$mediaRegExp.test(res.logo)
  714. ? this.$OSS_PREFIX +
  715. (/^\/.+/.test(res.logo) ? res.logo : `/${res.logo}`)
  716. : res.logo
  717. this.bgColor = res.theme_color || '#fff'
  718. if (res.logo_icon?.length) {
  719. const link = document.getElementById('favicon')
  720. link.href = !this.$mediaRegExp.test(res.logo_icon)
  721. ? this.$OSS_PREFIX +
  722. (/^\/.+/.test(res.logo_icon) ? res.logo_icon : `/${res.logo_icon}`)
  723. : res.logo_icon
  724. }
  725. })
  726. },
  727. created() {
  728. // this.$store.dispatch('getCompareList')
  729. },
  730. mounted() {
  731. // if (this.$route.query.keyword && this.$route.query.keyword.length) {
  732. // this.keyword = this.$route.query.keyword
  733. // }
  734. // setTimeout(() => {
  735. // this.loaded = true
  736. // }, 0)
  737. window.addEventListener('click', this.closeLeadtimeAndBudget)
  738. const client = algoliasearch(
  739. 'OGR0RAPKVN',
  740. '19f480c6a3000b14705a78beadf19ab6'
  741. )
  742. this.index = client.initIndex('product_ca')
  743. },
  744. beforeDestroy() {
  745. window.removeEventListener('click', this.closeLeadtimeAndBudget)
  746. },
  747. methods: {
  748. ...mapMutations([
  749. 'openDialog',
  750. 'clearUserInfo',
  751. 'clearCompareList',
  752. 'getCompareList',
  753. ]),
  754. debounce(fn, wait) {
  755. if (this.timer !== null) {
  756. clearTimeout(this.timer)
  757. }
  758. this.timer = setTimeout(fn, wait)
  759. },
  760. search() {
  761. this.result = { cate: [], subCate: [], firstCate: [] }
  762. this.showType = 'flex'
  763. this.loading = true
  764. const key = this.keyword ? this.keyword.trim() : ''
  765. if (this.index) {
  766. this.index
  767. .search(key, {
  768. hitsPerPage: 1000,
  769. })
  770. .then(({ nbHits, hits }) => {
  771. const temp = {
  772. goods: [],
  773. total: nbHits || hits.length || 0,
  774. cate: [],
  775. firstCate: [],
  776. subCate: [],
  777. }
  778. const t1 = []
  779. const t2 = []
  780. hits
  781. .filter(i => i.status === 1 || i.status === '1' || i.status)
  782. .forEach(item => {
  783. let colorImg = ''
  784. item.colour_imgs = JSON.parse(item.colour_imgs)
  785. item.colour_imgs.sort((a, b) => a.name.length - b.name.length)
  786. if (
  787. Array.isArray(item.colour_imgs) &&
  788. item.colour_imgs.length
  789. ) {
  790. item.colour_imgs.forEach(colorItem => {
  791. if (colorItem.name && colorItem.name.length) {
  792. if (
  793. new RegExp(colorItem.name.toLowerCase(), 'i').test(key)
  794. ) {
  795. console.log(
  796. item.product_code,
  797. colorItem.name,
  798. 'replace'
  799. )
  800. colorImg = colorItem.img
  801. } else if (
  802. /\s/.test(colorItem.name) &&
  803. colorItem.name
  804. .split(' ')
  805. .filter(a => a.length > 0)
  806. .some(b => new RegExp(b.toLowerCase(), 'i').test(key))
  807. ) {
  808. console.log(
  809. item.product_code,
  810. colorItem.name,
  811. 'advance replace'
  812. )
  813. colorImg = colorItem.img
  814. }
  815. }
  816. })
  817. item.colour_imgs.forEach(i => {
  818. if (i.name && i.name.length) {
  819. if (key.toLowerCase().includes(i.name.toLowerCase())) {
  820. console.log(
  821. item.product_code,
  822. i.name,
  823. 'complete replace'
  824. )
  825. colorImg = i.img
  826. }
  827. }
  828. })
  829. console.log('---')
  830. }
  831. temp.goods.push({
  832. ...item,
  833. img: colorImg || item.image || item.img,
  834. product_name: item.product_name || item.name,
  835. })
  836. if (!item.category_id) return
  837. const id = parseInt(item.category_id)
  838. const categoryResult = this.getCategoryFromTree(
  839. id,
  840. this.categoryList
  841. )
  842. switch (categoryResult.lev) {
  843. case 1:
  844. if (!t1.includes(id)) {
  845. t1.push(id)
  846. temp.firstCate.push(categoryResult)
  847. }
  848. break
  849. case 2:
  850. case 3:
  851. if (!t2.includes(id)) {
  852. t2.push(id)
  853. temp.subCate.push(categoryResult)
  854. }
  855. // 当前商品在2 3 级, 搜索出来的分类里面应同时展示1级.
  856. if (!t1.includes(categoryResult.root.id)) {
  857. t1.push(categoryResult.root.id)
  858. temp.firstCate.push(categoryResult.root)
  859. }
  860. // no default
  861. }
  862. })
  863. this.result = temp
  864. })
  865. .finally(() => {
  866. this.loading = false
  867. })
  868. }
  869. },
  870. focus() {
  871. clearTimeout(this.timer)
  872. if (this.keyword) {
  873. this.showType = 'flex'
  874. }
  875. },
  876. blur() {
  877. this.timer = setTimeout(() => {
  878. this.showType = 'none'
  879. }, 200)
  880. },
  881. goSearchResultPage() {
  882. // 匹配同组件的路由更改query时, 页面不会被刷新
  883. // this.$router.push({
  884. // name: 'category-searchResult',
  885. // query: { keyword: this.keyword },
  886. // })
  887. location.href =
  888. location.origin +
  889. `/category/searchResult?keyword=${encodeURIComponent(this.keyword)}`
  890. },
  891. logout() {
  892. this.$store.dispatch('logout').then(() => {
  893. this.$router.push('/')
  894. })
  895. },
  896. compareAll() {
  897. if (this.compareList.length) {
  898. this.$router.push('/home/compareList')
  899. }
  900. },
  901. clearCompare(id) {
  902. this.$axios
  903. .post('home/compare_clear', {
  904. id,
  905. compare_keys: 'keys',
  906. })
  907. .then(res => {
  908. if (res.code === 1) {
  909. this.compareList.splice(
  910. this.compareList.findIndex(item => item.id === id),
  911. 1
  912. )
  913. }
  914. })
  915. },
  916. clearAll() {
  917. if (this.compareList.length) {
  918. this.$axios
  919. .post('home/compare_clear', {
  920. id: 0,
  921. compare_keys: 'keys',
  922. })
  923. .then(res => {
  924. if (res.code === 1) {
  925. this.clearCompareList()
  926. }
  927. })
  928. }
  929. },
  930. openShopProduct() {
  931. this.isShopBlock = !this.isShopBlock
  932. this.isLeadTimeBlock = false
  933. this.isBudgetBlock = false
  934. },
  935. openLeadTime() {
  936. this.isLeadTimeBlock = !this.isLeadTimeBlock
  937. this.isShopBlock = false
  938. this.isBudgetBlock = false
  939. },
  940. openBudget() {
  941. this.isBudgetBlock = !this.isBudgetBlock
  942. this.isLeadTimeBlock = false
  943. this.isShopBlock = false
  944. },
  945. closeAllBlock() {
  946. this.isShopBlock = false
  947. this.isLeadTimeBlock = false
  948. this.isBudgetBlock = false
  949. },
  950. closeLeadtimeAndBudget(e) {
  951. const className = e.target?.className
  952. if (!['shopProducts', 'LeadTime', 'Budget'].includes(className)) {
  953. this.isShopBlock = false
  954. this.isLeadTimeBlock = false
  955. this.isBudgetBlock = false
  956. }
  957. },
  958. closePopoverAndNavigate() {
  959. this.$refs.userPopover.doClose()
  960. },
  961. // 从分类树数据里面找到对应分类
  962. getCategoryFromTree(id, tree) {
  963. let result = {}
  964. if (!tree.length) return result
  965. tree.forEach(i => {
  966. if (i.id === id) {
  967. result = cloneDeep(i)
  968. result.lev = 1
  969. }
  970. if (!Array.isArray(i.child)) return
  971. i.child.forEach(secondCate => {
  972. if (secondCate.id === id) {
  973. result = cloneDeep(secondCate)
  974. result.parentName = i.name
  975. result.lev = 2
  976. result.root = {
  977. name: i.name,
  978. id: i.id,
  979. pid: 0,
  980. }
  981. }
  982. if (!Array.isArray(secondCate.child)) return
  983. secondCate.child.forEach(thirdCate => {
  984. if (thirdCate.id === id) {
  985. result = cloneDeep(thirdCate)
  986. result.parentName = secondCate.name
  987. result.grandName = i.name
  988. result.lev = 3
  989. result.root = {
  990. name: i.name,
  991. id: i.id,
  992. pid: 0,
  993. }
  994. }
  995. })
  996. })
  997. })
  998. return result
  999. },
  1000. },
  1001. }
  1002. </script>
  1003. <style lang="scss" scoped>
  1004. header {
  1005. width: 100%;
  1006. position: fixed;
  1007. top: 0px;
  1008. left: 0px;
  1009. z-index: 100;
  1010. background-color: #fff;
  1011. .topbar {
  1012. min-width: 800px;
  1013. min-height: 92px;
  1014. display: flex;
  1015. align-items: center;
  1016. #logo {
  1017. cursor: pointer;
  1018. // max-width: 120px;
  1019. max-height: 100px;
  1020. }
  1021. .search-input {
  1022. flex: 1;
  1023. padding: 0 26px 0 50px;
  1024. position: relative;
  1025. .search-detail {
  1026. z-index: 101;
  1027. padding: 12px 0 8px;
  1028. box-sizing: border-box;
  1029. width: calc(100% - 76px);
  1030. height: 320px;
  1031. position: absolute;
  1032. top: 52px;
  1033. background: #ffffff;
  1034. border: 1px solid #bebebe;
  1035. border-radius: 4px;
  1036. font-size: 12px;
  1037. font-weight: 400;
  1038. color: #333333;
  1039. .autocomplete-title {
  1040. height: 36px;
  1041. line-height: 36px;
  1042. margin-bottom: 8px;
  1043. font-size: 14px;
  1044. font-weight: bold;
  1045. color: #000000;
  1046. }
  1047. .category-list {
  1048. box-sizing: border-box;
  1049. padding: 0 12px;
  1050. height: 100%;
  1051. width: 35%;
  1052. min-width: 35%;
  1053. border-right: 1px solid #7f7f7f;
  1054. position: relative;
  1055. ul {
  1056. overflow-y: auto;
  1057. li {
  1058. width: 100%;
  1059. position: relative;
  1060. p {
  1061. box-sizing: border-box;
  1062. padding: 0 8px;
  1063. width: 100%;
  1064. height: 50px;
  1065. line-height: 50px;
  1066. color: #333;
  1067. font-size: 14px;
  1068. cursor: pointer;
  1069. &:hover {
  1070. background-color: #f5f5f5;
  1071. color: #0b6dc9;
  1072. }
  1073. }
  1074. }
  1075. }
  1076. }
  1077. .product-list {
  1078. padding: 0 16px;
  1079. ul li {
  1080. margin-bottom: 10px;
  1081. a {
  1082. display: flex;
  1083. justify-content: flex-start;
  1084. align-items: center;
  1085. img {
  1086. width: 43px;
  1087. height: 43px;
  1088. }
  1089. p {
  1090. height: 24px;
  1091. line-height: 24px;
  1092. margin-left: 5px;
  1093. }
  1094. }
  1095. &:hover {
  1096. background: #f5f5f5;
  1097. p {
  1098. color: #0b6dc9;
  1099. }
  1100. }
  1101. }
  1102. .seeAllResult {
  1103. text-align: center;
  1104. font-size: 14px;
  1105. font-weight: bold;
  1106. background-color: #00213b;
  1107. color: #fff;
  1108. padding: 0 12px;
  1109. line-height: 26px;
  1110. height: 26px;
  1111. border-radius: 4px;
  1112. }
  1113. }
  1114. .sth-else {
  1115. margin-top: 4px;
  1116. text-align: center;
  1117. height: 24px;
  1118. line-height: 24px;
  1119. font-size: 18px;
  1120. font-weight: 600;
  1121. color: #00213b;
  1122. a {
  1123. display: inline-block;
  1124. padding: 0 6px;
  1125. border-radius: 4px;
  1126. background-color: #00213b;
  1127. color: #fff;
  1128. box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  1129. }
  1130. a:hover {
  1131. background-color: #000;
  1132. }
  1133. }
  1134. }
  1135. }
  1136. .topbar-item {
  1137. font-weight: bold;
  1138. white-space: nowrap;
  1139. cursor: pointer;
  1140. .topbar-item-right {
  1141. padding: 0 30px 0 12px;
  1142. }
  1143. .topbar-item-right-myAccount {
  1144. // display: flex;
  1145. // align-items: center;
  1146. position: relative;
  1147. p {
  1148. margin-left: 10px;
  1149. }
  1150. .greeting {
  1151. position: absolute;
  1152. top: -20px;
  1153. left: 30px;
  1154. }
  1155. }
  1156. }
  1157. }
  1158. nav {
  1159. background-color: #00213b;
  1160. height: 52px;
  1161. // font-family: ProximaNova-Regular;
  1162. ul {
  1163. display: flex;
  1164. // justify-content: space-between;
  1165. align-items: center;
  1166. li.nav-list {
  1167. width: 170px;
  1168. height: 52px;
  1169. font-size: 16px;
  1170. font-weight: 400;
  1171. color: #ffffff;
  1172. text-align: center;
  1173. line-height: 52px;
  1174. .nav-list-title {
  1175. font-weight: 600;
  1176. }
  1177. a {
  1178. display: block;
  1179. width: 100%;
  1180. color: #ffffff;
  1181. }
  1182. span {
  1183. display: inline-block;
  1184. cursor: pointer;
  1185. .el-icon-arrow-up,
  1186. .el-icon-arrow-down {
  1187. margin-left: 5px;
  1188. text-align: center;
  1189. }
  1190. }
  1191. .nav-menu {
  1192. width: 1400px;
  1193. height: 395px;
  1194. color: #fff;
  1195. background-color: RGB(56 54 55);
  1196. overflow: hidden;
  1197. .nav-menu-content {
  1198. box-sizing: border-box;
  1199. padding: 20px 0 0 20px;
  1200. margin: 0 auto;
  1201. display: flex;
  1202. justify-content: space-between;
  1203. .nav-menu-item {
  1204. position: relative;
  1205. width: 130px;
  1206. }
  1207. .primary-classification {
  1208. $width: 85px;
  1209. .menu-item-icon {
  1210. width: $width;
  1211. height: $width;
  1212. img {
  1213. width: 100%;
  1214. height: 100%;
  1215. }
  1216. }
  1217. &:hover {
  1218. .menu-item-title {
  1219. color: #0b6dc9;
  1220. }
  1221. }
  1222. .menu-item-title {
  1223. margin-top: 5px;
  1224. height: 24px;
  1225. font-size: 15px;
  1226. // font-size: 1.1rem;
  1227. font-weight: bold;
  1228. text-align: left;
  1229. line-height: 24px;
  1230. cursor: pointer;
  1231. white-space: normal;
  1232. word-break: keep-all;
  1233. overflow: hidden;
  1234. }
  1235. .menu-separator {
  1236. width: $width;
  1237. height: 1px;
  1238. background-color: #666;
  1239. margin: 12px 0;
  1240. }
  1241. }
  1242. .secondary-classification {
  1243. width: 100%;
  1244. font-size: 13px;
  1245. font-weight: 400;
  1246. line-height: 24px;
  1247. text-align: left;
  1248. cursor: pointer;
  1249. white-space: normal;
  1250. word-break: keep-all;
  1251. overflow: hidden;
  1252. }
  1253. }
  1254. }
  1255. .leadTime-list,
  1256. .budget-list {
  1257. display: flex;
  1258. flex-direction: column;
  1259. justify-content: flex-start;
  1260. color: #fff;
  1261. background-color: RGB(56 54 55);
  1262. text-align: center;
  1263. font-size: 14px;
  1264. width: 171px;
  1265. box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  1266. .budget-list-item,
  1267. .leadTime-list-item {
  1268. width: 171px;
  1269. height: 40px;
  1270. line-height: 40px;
  1271. min-height: 40px;
  1272. a {
  1273. display: block;
  1274. width: 100%;
  1275. height: 100%;
  1276. }
  1277. }
  1278. }
  1279. .sub-item-wrap {
  1280. display: none;
  1281. z-index: 1;
  1282. background-color: rgb(56 54 55);
  1283. position: absolute;
  1284. top: 0;
  1285. left: 170px;
  1286. .budget-list-item {
  1287. cursor: pointer;
  1288. }
  1289. .budget-list-sub-item-title {
  1290. width: 171px;
  1291. height: 40px;
  1292. line-height: 40px;
  1293. min-height: 40px;
  1294. }
  1295. // color: red;
  1296. }
  1297. .budget-list-item {
  1298. position: relative;
  1299. overflow: visible;
  1300. &:hover {
  1301. .sub-item-wrap {
  1302. display: flex;
  1303. }
  1304. }
  1305. }
  1306. .leadTime-list {
  1307. height: 280px;
  1308. }
  1309. .budget-list {
  1310. height: 360px;
  1311. }
  1312. .compare-product {
  1313. width: 543px;
  1314. background: #fff;
  1315. color: #333333;
  1316. box-shadow: 0px 1px 10px 0px rgba(7, 5, 5, 0.13);
  1317. margin-left: -372px;
  1318. padding: 31px 13px 14px 29px;
  1319. box-sizing: border-box;
  1320. visibility: hidden;
  1321. opacity: 0;
  1322. .compare-product-title {
  1323. display: flex;
  1324. justify-content: space-between;
  1325. align-items: center;
  1326. p {
  1327. font-size: 24px;
  1328. font-weight: bold;
  1329. }
  1330. .compare-btn {
  1331. width: 136px;
  1332. height: 38px;
  1333. background: #00213b;
  1334. border-radius: 4px;
  1335. color: #ffffff;
  1336. font-size: 14px;
  1337. }
  1338. }
  1339. .red-line {
  1340. width: 27px;
  1341. height: 7px;
  1342. background: #e90000;
  1343. }
  1344. .prompt-info {
  1345. font-size: 14px;
  1346. text-align: left;
  1347. line-height: 24px;
  1348. }
  1349. ul {
  1350. display: flex;
  1351. flex-direction: column;
  1352. justify-content: flex-start;
  1353. margin-top: 10px;
  1354. li {
  1355. display: flex;
  1356. justify-content: space-between;
  1357. align-items: center;
  1358. width: 500px;
  1359. .item-left {
  1360. display: flex;
  1361. justify-content: flex-start;
  1362. align-items: center;
  1363. img {
  1364. width: 30px;
  1365. height: 30px;
  1366. margin-right: 10px;
  1367. }
  1368. }
  1369. .el-icon-error {
  1370. color: #e90000;
  1371. font-size: 21px;
  1372. }
  1373. }
  1374. }
  1375. .clear-btn {
  1376. background: #e90000;
  1377. color: #fff;
  1378. font-size: 14px;
  1379. padding: 10px 20px;
  1380. }
  1381. }
  1382. &:hover {
  1383. div.nav-list-title {
  1384. color: #333333;
  1385. background-color: #e3e3e3;
  1386. a {
  1387. color: #333333;
  1388. background-color: #e3e3e3;
  1389. }
  1390. .el-icon-arrow-down {
  1391. color: #333333;
  1392. }
  1393. }
  1394. .compare-product {
  1395. opacity: 1;
  1396. visibility: visible;
  1397. transition: all 0.5s;
  1398. }
  1399. }
  1400. .menu-item-title:hover,
  1401. .secondary-classification:hover a {
  1402. color: #0b6dc9;
  1403. }
  1404. .leadTime-list-item:hover,
  1405. .budget-list-item:hover {
  1406. background: #0b6dc9;
  1407. color: #f5f5f5;
  1408. & > a {
  1409. background: #0b6dc9;
  1410. color: #f5f5f5;
  1411. width: 100%;
  1412. height: 100%;
  1413. }
  1414. }
  1415. }
  1416. }
  1417. }
  1418. :deep(.el-badge.item .el-badge__content) {
  1419. background-color: #e90000;
  1420. }
  1421. .header-redLine {
  1422. height: 4px;
  1423. background: #e90000;
  1424. }
  1425. }
  1426. :deep(.el-input) {
  1427. .el-input__inner {
  1428. border-radius: 18px;
  1429. }
  1430. }
  1431. :deep(.el-menu-item-group__title) {
  1432. padding: 0;
  1433. }
  1434. :deep(.el-submenu__title) {
  1435. font-family: Proxima Nova;
  1436. font-size: 14px;
  1437. color: #333333;
  1438. height: 40px;
  1439. line-height: 40px;
  1440. font-weight: bold;
  1441. &:hover {
  1442. color: #1a72b7;
  1443. }
  1444. }
  1445. :deep(.el-menu-item) {
  1446. font-family: Proxima Nova;
  1447. height: 40px;
  1448. line-height: 40px;
  1449. font-weight: bold;
  1450. color: #333333;
  1451. a {
  1452. display: inline-block;
  1453. width: 100%;
  1454. }
  1455. &:hover a {
  1456. color: #1a72b7;
  1457. }
  1458. }
  1459. :deep(.el-menu-item.is-active) {
  1460. a {
  1461. color: #1a72b7;
  1462. }
  1463. }
  1464. :deep(.el-menu-item-group) {
  1465. font-family: Proxima Nova;
  1466. .el-menu-item {
  1467. font-size: 12px;
  1468. font-weight: 400;
  1469. color: #333333;
  1470. &:hover a {
  1471. color: #1a72b7;
  1472. }
  1473. }
  1474. .is-active a {
  1475. color: #1a72b7;
  1476. font-size: 12px;
  1477. font-weight: 400;
  1478. }
  1479. }
  1480. @keyframes fade {
  1481. 0% {
  1482. height: 0;
  1483. }
  1484. }
  1485. .category-enter-active,
  1486. .leadTime-enter-active,
  1487. .budge-enter-active {
  1488. overflow: hidden;
  1489. animation: fade 0.3s ease-in-out;
  1490. }
  1491. .category-leave-active,
  1492. .leadTime-leave-active,
  1493. .budge-leave-active {
  1494. overflow: hidden;
  1495. animation: fade 0.3s ease-in-out reverse;
  1496. }
  1497. .border-radius {
  1498. border-radius: 6px;
  1499. }
  1500. .no-result {
  1501. margin-top: 120px;
  1502. font-size: 34px;
  1503. font-family: Proxima Nova;
  1504. font-weight: 600;
  1505. color: #797979;
  1506. }
  1507. .user-menu-panel {
  1508. width: 292px;
  1509. box-sizing: border-box;
  1510. padding: 0 0 20px;
  1511. font-size: 15px;
  1512. font-family: ProximaNova-Semibold, sans-serif;
  1513. color: #333;
  1514. & div {
  1515. box-sizing: border-box;
  1516. }
  1517. & > div {
  1518. padding-left: 27px;
  1519. padding-right: 27px;
  1520. }
  1521. .greeting {
  1522. width: 270px;
  1523. font-weight: 600;
  1524. padding-top: 18px;
  1525. padding-bottom: 18px;
  1526. padding-left: 11px;
  1527. padding-right: 11px;
  1528. border-bottom: 1px solid rgba(#002369, 0.3);
  1529. }
  1530. .btn-logout {
  1531. display: inline-block;
  1532. cursor: pointer;
  1533. }
  1534. }
  1535. .user-menu-wrap {
  1536. width: 100%;
  1537. padding-top: 6px;
  1538. padding-bottom: 24px;
  1539. }
  1540. .user-menu {
  1541. margin-top: 8px;
  1542. .menu-title {
  1543. font-weight: 600;
  1544. line-height: 36px;
  1545. }
  1546. .sub-menu {
  1547. font-family: Proxima Nova, sans-serif;
  1548. padding-left: 14px;
  1549. display: flex;
  1550. align-items: center;
  1551. .icon {
  1552. display: inline-block;
  1553. width: 20px;
  1554. height: 20px;
  1555. margin-right: 8px;
  1556. background-position: center;
  1557. background-repeat: no-repeat;
  1558. background-size: contain;
  1559. &.book {
  1560. background-image: url(~@/assets/img/header/book.png);
  1561. }
  1562. &.folder {
  1563. background-image: url(~@/assets/img/header/folder.png);
  1564. }
  1565. &.mail {
  1566. background-image: url(~@/assets/img/header/mail.png);
  1567. }
  1568. &.order {
  1569. background-image: url(~@/assets/img/header/order.png);
  1570. }
  1571. &.video {
  1572. background-image: url(~@/assets/img/header/video.png);
  1573. }
  1574. }
  1575. .sub-title {
  1576. display: inline-block;
  1577. line-height: 36px;
  1578. font-size: 14px;
  1579. }
  1580. &:hover {
  1581. .sub-title {
  1582. color: #409eff;
  1583. }
  1584. }
  1585. }
  1586. }
  1587. </style>