PcHeader.vue 45 KB

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