Commit 649065a9 authored by guoyou's avatar guoyou

首页改版

parent 727268df
......@@ -17,6 +17,7 @@ import nuxt_plugin_filters_2b4f519a from 'nuxt_plugin_filters_2b4f519a' // Sourc
import nuxt_plugin_elementUI_3fa02fdd from 'nuxt_plugin_elementUI_3fa02fdd' // Source: ..\\plugins\\elementUI.js
import nuxt_plugin_baidu_7b6ad772 from 'nuxt_plugin_baidu_7b6ad772' // Source: ..\\plugins\\baidu.js
import nuxt_plugin_viewer_1261dfef from 'nuxt_plugin_viewer_1261dfef' // Source: ..\\plugins\\viewer.js
import nuxt_plugin_vueSeamlessScroll_5f38d67a from 'nuxt_plugin_vueSeamlessScroll_5f38d67a' // Source: ..\\plugins\\vueSeamlessScroll.js (ssr: false)
// Component: <no-ssr>
......@@ -144,6 +145,9 @@ async function createApp (ssrContext) {
if (typeof nuxt_plugin_baidu_7b6ad772 === 'function') await nuxt_plugin_baidu_7b6ad772(app.context, inject)
if (typeof nuxt_plugin_viewer_1261dfef === 'function') await nuxt_plugin_viewer_1261dfef(app.context, inject)
if (process.browser) {
if (typeof nuxt_plugin_vueSeamlessScroll_5f38d67a === 'function') await nuxt_plugin_vueSeamlessScroll_5f38d67a(app.context, inject)
}
// If server-side, wait for async component to be resolved first
if (process.server && ssrContext && ssrContext.url) {
......
......@@ -30,12 +30,30 @@
<div class="content unicode" style="display: block;">
<ul class="icon_lists dib-box">
<li class="dib">
<span class="icon iconfont">&#xe631;</span>
<div class="name">回到顶部</div>
<div class="code-name">&amp;#xe631;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe64f;</span>
<div class="name">手机</div>
<div class="code-name">&amp;#xe64f;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6bc;</span>
<div class="name">24小时</div>
<div class="code-name">&amp;#xe6bc;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe628;</span>
<div class="name">微信</div>
<div class="code-name">&amp;#xe628;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe60b;</span>
<div class="name">地图</div>
......@@ -54,6 +72,18 @@
<div class="code-name">&amp;#xe623;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe60d;</span>
<div class="name">分享</div>
<div class="code-name">&amp;#xe60d;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe605;</span>
<div class="name">客服</div>
<div class="code-name">&amp;#xe605;</div>
</li>
</ul>
<div class="article markdown">
<h2 id="unicode-">Unicode 引用</h2>
......@@ -104,6 +134,24 @@
<div class="content font-class">
<ul class="icon_lists dib-box">
<li class="dib">
<span class="icon iconfont iconhuidaodingbu"></span>
<div class="name">
回到顶部
</div>
<div class="code-name">.iconhuidaodingbu
</div>
</li>
<li class="dib">
<span class="icon iconfont iconshouji"></span>
<div class="name">
手机
</div>
<div class="code-name">.iconshouji
</div>
</li>
<li class="dib">
<span class="icon iconfont icon24xiaoshi"></span>
<div class="name">
......@@ -113,6 +161,15 @@
</div>
</li>
<li class="dib">
<span class="icon iconfont iconweixin"></span>
<div class="name">
微信
</div>
<div class="code-name">.iconweixin
</div>
</li>
<li class="dib">
<span class="icon iconfont iconditu"></span>
<div class="name">
......@@ -140,6 +197,24 @@
</div>
</li>
<li class="dib">
<span class="icon iconfont iconfenxiang"></span>
<div class="name">
分享
</div>
<div class="code-name">.iconfenxiang
</div>
</li>
<li class="dib">
<span class="icon iconfont iconkefu"></span>
<div class="name">
客服
</div>
<div class="code-name">.iconkefu
</div>
</li>
</ul>
<div class="article markdown">
<h2 id="font-class-">font-class 引用</h2>
......@@ -169,6 +244,22 @@
<div class="content symbol">
<ul class="icon_lists dib-box">
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconhuidaodingbu"></use>
</svg>
<div class="name">回到顶部</div>
<div class="code-name">#iconhuidaodingbu</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconshouji"></use>
</svg>
<div class="name">手机</div>
<div class="code-name">#iconshouji</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon24xiaoshi"></use>
......@@ -177,6 +268,14 @@
<div class="code-name">#icon24xiaoshi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconweixin"></use>
</svg>
<div class="name">微信</div>
<div class="code-name">#iconweixin</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconditu"></use>
......@@ -201,6 +300,22 @@
<div class="code-name">#iconsingle_arrow</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconfenxiang"></use>
</svg>
<div class="name">分享</div>
<div class="code-name">#iconfenxiang</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconkefu"></use>
</svg>
<div class="name">客服</div>
<div class="code-name">#iconkefu</div>
</li>
</ul>
<div class="article markdown">
<h2 id="symbol-">Symbol 引用</h2>
......
@font-face {font-family: "iconfont";
src: url('iconfont.eot?t=1571128885134'); /* IE9 */
src: url('iconfont.eot?t=1571128885134#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAASoAAsAAAAACPwAAARaAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDMgqFCIQ4ATYCJAMUCwwABCAFhG0HWxvXB8iOkVuMOJb/5188fO33eu7uvhci9DweSKhERUVVWCBfIWtEWdemwrAR/+/Z1EeY5EJdfsUtFZvBRGmAlEboESaeztVhJvY/l9OrLTi/neW49uI66gUYB5SFe+JaeqAFEiDm3jB2cRnbCbSaFA071Va1A7VC6xeIB15PgzqmU0qKQ7NQ50wt4h0015yeq84BeOt+Pv5DYqhJqkwbenZfwkD+L+LZPtz63wpdbAT4/VnAzCJjHSjEY67tAe7H1uFapdbNHAKtmiWpr2buz4Ke7fv/n1C0IkWr/odHkhVB1DRZO6Icxgu/CBMl8csdJfMriFcu3wcF5yKr7Cmt6MJ3gOgFTTHvDmmWZdHS1TJF4IMAD+3tPQQxbFhDUe3ItUe9OiqKO7XuJinLUdQ0hSLJ9pTituJceKexGPbhYtp1mZSvtcKmzQ7Drl6nFKXdtmvhrrEwjRHRqq98BYSbW6B++C3RjkHEwrSxMDt7VzQUnPd9FtZ72z7r/rEHmw5Q1661k2+Wn73dXlE6nFACl14vPS4HLLqm26PkrtkSRe0ae7uHcdQqhcaoGWNcWpFtZ84RsZlNbjijP+Y2w43jXotNs7qSdmNWWVcTjjPXuvfknWorO5GtMh49blvxMz+0c5fw8qKHj66E2D24+0l+YmP7dHNYcXhZ2ZqOynVtq5JfUNNq3p49+MyFGHjxvJPRcxuHGpwqI8f2ANXbdnAjYbEbFdz/Sp+BfvvKYi5A85cl2t8xnk6eI73oEU51MdpcbZ1uucYSEv849ZvnMhQaHPXxIOkw1kE4ex4grTvcLb5bcr74fODn0artO/DRdv3+jmWYv+Ps+qpG79gx+qS1ssrDw6RbJ9HVanzAn6/VtTVdNh5of/tWjZuz8urTi2Df3bJMFqD+DKxcMdt79V5FOTtHE/kLZvvMXrt2ls+sfbdvQ3bkq7xDkr289qK9AO5/5epFRy6Qc0z8UGwPzwAad/NZHAE0DuJleABAYz++F88EIH9SNf0q37H9lM13t8/+qiYK+Hl2ZYrra+xvBvXjzRIM/8fg16woslDTV0UsN3lifuWOmlst+AdKfgdXr3v9qAZwIjQbCCFpMmHJmmU+JBTKOlTa7EOt2QG0WlM6u00fES5KC1YNBxC6bYSk00fIup0nFMpdqAx6C7XuwKHVTTgv2WYxeE2RyNISy6C6vojXCWbOMEoar7gNq+9ppMWo0GVQrGjhgyghNj6ZLGXNrNjHCEsvfaIkcYgTBRPSgt1Yo1FAjaLQwOqk2HpJasyMi+PyrhSrE0ygcULEoklYDKROXwhPR2DG2bUlmtT722Dp9WREE0swJW4KS2TBN44kiBVfg1AqM9fCnMs+Fr3oJZJIOAhHJDBBtMDCMuoxAdKY36kBS0cSq75FpFGmOFSNqyuLHV9husZ10Eq7UBUpcpSootaym9yHpwVLPd+M4aWe9n15RjDrmZ60+UjGxthYeLPeyHanRVHoDQAAAA==') format('woff2'),
url('iconfont.woff?t=1571128885134') format('woff'),
url('iconfont.ttf?t=1571128885134') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
url('iconfont.svg?t=1571128885134#iconfont') format('svg'); /* iOS 4.1- */
src: url('iconfont.eot?t=1571622133817'); /* IE9 */
src: url('iconfont.eot?t=1571622133817#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAhQAAsAAAAADrAAAAgBAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCEIAqOfIwhATYCJAMoCxYABCAFhG0HgQ4bdQzIDiUtwcAAAGBgYATRHDmbXMIFRFXPisESKwJXlkDqVWtE/2VVJXgg4Xh43Na/berXYSSIOSsbZtQhDG4GSF0kXiN3TehlJIyr5CLi///7uToRi3o3aNbL+29i98Mw9SbWOEuEyCEkcSuFVQiV3NCQzuYmtQ960PUEWtOFg9YVlrOApYSHA71OkgIOsHRlSTHaUKeVIcemsdBsUKiz2/BFADzUfz9+gtiwJFPk+L5bDxfwQPYXc9NBRPG/AhxUc8Ct8gqw3YgcSwFpyw6ERl8CROKsR7QDk/OAsewplOgvoJlsTAyTnynYFGOqMh38/39CJuexw1hRATR6tqFSJQmZnP3zShTpIbzS3PDFXPbYSEOYH22QoQYykKEE+iFDBQxGhgSMQYYAViFDBjwIdDfx22PGApYD2XoA8nmAKzYamklqvfx+uUCtGAdZjUTRZkQzg4aMh1BhW+bBgGgDmr4fRaNNtNYZ+aFNM9o6HuriqRXrVAwBoVFt6KPztXS6tt8Z4vavDYmLDX3r261XHnS1GDwUYLPmiPt/8w8PsdFoQBpePNKNtNZq6ZCdG+qu9TjOYm844dZIUQx84y22wRCGqymcza7HKfrqi8FNKgh6fSXJaGAb9NWQejAIumHEKYq1Ux/s4gpxmsU08cI7Ac3uPQB/57W8sB+jLUlSgSfpe8NBROWzNKirJbRFpTRod8MGoNA5isJ1dOUhej1LYahgqV00Kka9y6pdNNUahsHAVp0JYvsO1tHxK0a/bjXavzswUOvMiktfARmN9bE00wHMfpSjdvEs1aLowE7/krzBnRbqy12a1NXRipYHQjR78PCdBxWHVEf6Dtf6MMOtkgt36imq4TTlu8JYdMrgs1TP3U9lrt8ehu8digGPovC1FAfCR3Wbanadbr4E0vXRXRWjIbp2xJl9o1rhwrY9rUpz0G1g1BdzbnznVcU11Y2+69wh6tXzFzC4ulWDAy241rKscWFrlq5sTuhr1IwjAnYRqA1so5E+oOeOV/uaQyWrEk7RkD6kzxvo9QLqMa5/yNJ2q8HA0DCCQjnPuc8uwFJrtbv91QMumkGXVWfcGTpG+gyNsePndn6KazRKVwfXaX19o0dPdQWuF/qVDj6O5pCpwG2u8/oQsaXx4+2r02w8bKZdvf1Qb/8j8vbSiygL61ld9Moruz37opUaZe9+EciPOVaVNbGrUx4/qSv9mR3Y3BJckvfo8fUA24f3PhmeWtt8uDUpP7i4eH0jZSysjom3yuqF+/cjuiUQcOd5UzdzJx/rdCwLVQ0B8EMWuBmzjI77j74+YqzXweKIy8D8bkHh7wimI3OqG2eKY0dEYWZhB3cVKg2IfpL4jbkSC/QP+3iEba+yF124BMCvACd+EBFkCKKcwes6p2dBpkD3N3cCT4bAxILZMhSOSd0nlBMhDXx6PTw+L1f+v2eTKz8O9elNuqb57mH11Me7YqCdC9wmEXhUjFXssBCXktGphHlD7ENb5m6ZU3ZOdXBVyORR+EhYuHnuRFgKbRxGbxmJLJ0Ok56jEXhoFMG8OxMzQw69GNINzxkFN8Mt6lO6oS547mi4yTqhIXH4b9+jcW5xNs51bnXRYL/9zk5cNy4GQLbU/l7+vYJL+Zd8PyvhXbsRpe2ovyoe7+9025Gwcvdu5RlFWbmrqyxRzJZYWl4Q/PlaUVXZsuVw/Z3blXQn6tWnF/6e+xbFh+Zgo3lgzepB93UHKOrCfDT0Fxj0GNywYcBj4OCdOyA9smH3gHg3twPYAYD3v37jigPfl+8Q+yHfDrw1fmSxvL1Z7A8f2Gw7u12srM+9+TX51awaFrVEeOPU5BfkaW3z3dqbQzc7/1m3psS0cjXr/1z95/6c8nImEwnmzKkot7IqSDHa94P2pRNa1za7osKPc+ILK1Ju9pOKJECT2ZS9Uk0j6rpN1R+JlSeQZZRxGQIComxQkTzV6Wz3fa+qFPdQasQyJbJ7NzxtJAiFYJsgOA39mvaErra4th0WRCXmOSdI0xGONWdcjNT3ySSfatCSjsPQkKIxg+IrocH1z5VRc64DzvsbZ23sPn2qQ06KkjpI/0W6YMGEMYm0NvM2UfoEcH0Q8Pb5K3gIAP9XBUcRXLfdyy8gWPRzLkJM2I4gxYjPxQ4hB5BUAMgH4T7g/zZkH1LCWsaZnUcUPyvbmfev43C7XfpXS9o/zYqPNyK+ki9dE7Usqjj4EclI546c/wMXPw+117mR8W05NVoPP5GRzNXW4j+VjXa/bHZcau+vFTvOhkxlGuRqc7lJuBQKnRVQqq2E1hJFJ3fGkEBEarDYZAZhpC2QGe4N5Ea6xE3Ce1AY7y2URgYCrd3hdM7O/CDRPAnBkRE8rGMkRnJFQr6UK0ON3rWEQN7NkTj9uhUnJFKyFouJjPa2FhFCQlLGAdJhgliZjI/xJaIerJDdjOjuFmG9ElEnwZVFDpXJelOjovhhB0ZyRT0AtZYEgUOmJubBdBiZmsQlIsSPLYP6fr4WQUCuG4ckZtJzahxBQopcOyZGpOgU3KKIMNWkbRkoNYxALBkV8GHySAmRHphCKiB0iyYRTG/4Vp0IXDKRhuZo6JUqiqbjp41E1s/2LG3//9IU/P3byCKPFEWUUUUdTbTR6Y/KSR5HxCOFgg65hXSoSN5JWsXGjyA5IselSYvhBDmCFJrxSJncbiTJEwkFPDlHOG8FEdbS9Bt2E+0ciUQ03JJPCNlgocCsi+DLAQAAAA==') format('woff2'),
url('iconfont.woff?t=1571622133817') format('woff'),
url('iconfont.ttf?t=1571622133817') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
url('iconfont.svg?t=1571622133817#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
......@@ -15,10 +15,22 @@
-moz-osx-font-smoothing: grayscale;
}
.iconhuidaodingbu:before {
content: "\e631";
}
.iconshouji:before {
content: "\e64f";
}
.icon24xiaoshi:before {
content: "\e6bc";
}
.iconweixin:before {
content: "\e628";
}
.iconditu:before {
content: "\e60b";
}
......@@ -31,3 +43,11 @@
content: "\e623";
}
.iconfenxiang:before {
content: "\e60d";
}
.iconkefu:before {
content: "\e605";
}
No preview for this file type
!function(a){var e,n='<svg><symbol id="icon24xiaoshi" viewBox="0 0 1024 1024"><path d="M374.321436 278.414786c-9.638048-12.114457-188.927143-181.777667-188.927143-181.777667l-81.721498 58.185882 227.340674 228.393999C357.117934 358.261949 398.201268 310.954752 374.321436 278.414786L374.321436 278.414786zM438.73118 573.415187C311.823732 445.949452 309.499362 409.574457 311.278824 401.898319L85.087564 174.646436c-22.627032 45.77951-84.525095 234.233508 232.705821 528.54791C645.028459 1006.818392 780.987694 921.531887 806.63361 899.504496L590.497592 682.366238C576.489339 684.824402 538.402995 673.524874 438.73118 573.415187L438.73118 573.415187zM610.030329 663.470848l214.883218 215.845319 70.623877-81.356605c0 0-183.266431-185.61756-180.395938-186.621017C679.204363 593.278761 631.768238 639.093544 610.030329 663.470848L610.030329 663.470848zM458.169045 247.476701c0.345432-0.133794 0.571666-0.323539 0.757762-0.588694l0.172716 0.167851c32.567941-36.36648 75.62778-64.067961 126.222666-77.882821 139.797912-38.172702 284.071848 44.175196 322.250631 183.995002 27.107921 99.275297-6.58754 200.804419-78.444756 264.979415l0.188528 0.290698c0 0-1.505793 40.539643 29.448104 29.411614l0.22745 0.279752c82.239647-74.61581 120.596011-191.640732 89.3502-306.071263C904.026057 179.759807 736.537611 84.118847 574.21727 128.442433c-58.43036 15.95435-108.243158 47.875214-145.967041 89.797803l0.485308 0.443953c-0.057167 4.865244 0.675053 39.106829 29.435941 28.797377L458.169045 247.476701zM784.733931 499.115618l0-44.832004 25.243317 0 0-17.794629L784.733931 436.488985 784.733931 301.033304l-26.167713 0L661.387841 436.488985l0 17.794629 97.178377 0 0 44.832004L784.733931 499.115618 784.733931 499.115618zM687.560419 436.465876l71.005799-99.01379 0 99.01379L687.560419 436.465876 687.560419 436.465876zM593.190504 425.266085c37.390614-24.294594 55.146321-48.895699 53.268337-73.826424-3.117405-32.997299-25.549827-50.751789-67.293618-53.248876-36.1293 0-59.476388 18.412515-70.058293 55.145104l25.243317 0c6.851479-24.890587 22.088206-37.658202 45.785592-38.299198 25.509689 0 38.316227 12.130269 38.316227 36.419998 1.854874 18.090192-13.40253 38.671389-45.80262 61.707102-29.285118 21.178406-51.08141 44.5036-65.414418 70.035183l0 15.899616 139.223813 0 0-15.899616-111.20001 0c8.701488-18.641181 28.023804-37.947684 57.928024-57.932889L593.190504 425.266085zM593.190504 425.266085" ></path></symbol><symbol id="iconditu" viewBox="0 0 1024 1024"><path d="M515.2 339c-44.8 0-81 36.3-81 81 0 44.8 36.3 81 81 81s81-36.3 81-81-36.3-81-81-81z m0-243.1c-179 0-324.1 145.1-324.1 324.1 0 135.5 270.2 540.5 324.1 540.2 53 0.3 324.1-406.5 324.1-540.2 0-179-145.1-324.1-324.1-324.1z m0 459.2c-74.6 0-135.1-60.5-135.1-135.1s60.5-135.1 135.1-135.1S650.3 345.4 650.3 420c-0.1 74.6-60.5 135.1-135.1 135.1z" ></path></symbol><symbol id="iconyidongduanicon-" viewBox="0 0 1024 1024"><path d="M508.84 650c-49-39.91-105.49-93.6-154.44-154.16-34.34-42.45-64.71-87-33.35-118.37L100.94 158C68.86 198-2.23 388.39 302.47 700.13c321 328.52 528.09 258.24 563.73 221.2L651.61 707c-30 29.93-68.64 3.32-142.77-57z m434.82 146.78v-0.2s-167.45-166.92-167.55-167a33.75 33.75 0 0 0-47.62 0.07l-60.69 60.74L883 905.29s60.76-60.53 60.7-60.6l0.16-0.13c13.9-13.91 12.48-35.07-0.16-47.78zM398.41 300.31v-0.17a33.57 33.57 0 0 0 0-47.69v-0.23L226.05 80.46a33.67 33.67 0 0 0-47.65 0l-60.69 60.79 219.93 219.61s60.77-60.45 60.77-60.55z" ></path></symbol><symbol id="iconsingle_arrow" viewBox="0 0 1024 1024"><path d="M960 576v-2q-0.06-1-0.15-2v-0.27c-0.06-0.56-0.13-1.13-0.21-1.7l-0.06-0.35c-0.09-0.54-0.18-1.07-0.29-1.61 0-0.11-0.05-0.22-0.07-0.34-0.12-0.53-0.24-1.07-0.37-1.6 0-0.09 0-0.18-0.08-0.28-0.14-0.55-0.3-1.09-0.46-1.64l-0.06-0.17c-0.18-0.58-0.37-1.15-0.58-1.72a39.6 39.6 0 0 0-6.69-11.65v-0.06c-0.39-0.47-0.78-0.93-1.19-1.38-0.22-0.24-0.45-0.47-0.67-0.7s-0.42-0.45-0.64-0.67L668.14 267.57a39.88 39.88 0 0 0-56.39 0l-0.18 0.18a39.88 39.88 0 0 0 0 56.39L823.43 536H104a40 40 0 0 0 0 80h817.87A40 40 0 0 0 960 577.89v-1.12-0.77z" fill="#999999" ></path></symbol></svg>',t=(e=document.getElementsByTagName("script"))[e.length-1].getAttribute("data-injectcss");if(t&&!a.__iconfont__svg__cssinject__){a.__iconfont__svg__cssinject__=!0;try{document.write("<style>.svgfont {display: inline-block;width: 1em;height: 1em;fill: currentColor;vertical-align: -0.1em;font-size:16px;}</style>")}catch(e){console&&console.log(e)}}!function(e){if(document.addEventListener)if(~["complete","loaded","interactive"].indexOf(document.readyState))setTimeout(e,0);else{var t=function(){document.removeEventListener("DOMContentLoaded",t,!1),e()};document.addEventListener("DOMContentLoaded",t,!1)}else document.attachEvent&&(o=e,c=a.document,i=!1,(l=function(){try{c.documentElement.doScroll("left")}catch(e){return void setTimeout(l,50)}n()})(),c.onreadystatechange=function(){"complete"==c.readyState&&(c.onreadystatechange=null,n())});function n(){i||(i=!0,o())}var o,c,i,l}(function(){var e,t;(e=document.createElement("div")).innerHTML=n,n=null,(t=e.getElementsByTagName("svg")[0])&&(t.setAttribute("aria-hidden","true"),t.style.position="absolute",t.style.width=0,t.style.height=0,t.style.overflow="hidden",function(e,t){t.firstChild?function(e,t){t.parentNode.insertBefore(e,t)}(e,t.firstChild):t.appendChild(e)}(t,document.body))})}(window);
\ No newline at end of file
!function(s){var t,c='<svg><symbol id="iconhuidaodingbu" viewBox="0 0 1024 1024"><path d="M484.538555 297.401434 78.508052 703.407378c-11.784394 11.813047-11.784394 30.912034 0 42.724057 11.81714 11.81407 30.94171 11.81407 42.757826 0l386.211109-386.181433 379.830795 379.806235c11.453866 11.482519 30.039153 11.482519 41.491996 0 11.511171-11.453866 11.511171-30.039153 0-41.516556L534.372543 303.776631c-1.543146-1.539053-3.417843-2.296299-5.200442-3.412726-0.691755-0.935302-1.055029-2.085498-1.933025-2.962471-11.784394-11.784394-30.912034-11.784394-42.695405 0L484.538555 297.401434zM484.538555 297.401434" ></path></symbol><symbol id="iconshouji" viewBox="0 0 1024 1024"><path d="M394.395 795.891c-26.407 0-47.89 21.482-47.89 47.891 0 26.407 21.484 47.891 47.89 47.891 26.408 0 47.893-21.483 47.893-47.891C442.287 817.373 420.803 795.891 394.395 795.891zM631.334 42.069 157.458 42.069c-39.865 0-72.298 32.433-72.298 72.298l0 795.266c0 39.866 32.433 72.298 72.298 72.298l473.875 0c39.865 0 72.297-32.432 72.297-72.298L703.63 114.367C703.631 74.502 671.199 42.069 631.334 42.069zM157.458 90.268l473.875 0c13.289 0 24.1 10.812 24.1 24.1l0 595.808L133.359 710.176 133.359 114.367C133.359 101.079 144.17 90.268 157.458 90.268zM631.334 933.731 157.458 933.731c-13.288 0-24.1-10.81-24.1-24.099L133.358 762.5l522.075 0 0 147.133C655.434 922.922 644.623 933.731 631.334 933.731z" ></path></symbol><symbol id="icon24xiaoshi" viewBox="0 0 1024 1024"><path d="M374.321436 278.414786c-9.638048-12.114457-188.927143-181.777667-188.927143-181.777667l-81.721498 58.185882 227.340674 228.393999C357.117934 358.261949 398.201268 310.954752 374.321436 278.414786L374.321436 278.414786zM438.73118 573.415187C311.823732 445.949452 309.499362 409.574457 311.278824 401.898319L85.087564 174.646436c-22.627032 45.77951-84.525095 234.233508 232.705821 528.54791C645.028459 1006.818392 780.987694 921.531887 806.63361 899.504496L590.497592 682.366238C576.489339 684.824402 538.402995 673.524874 438.73118 573.415187L438.73118 573.415187zM610.030329 663.470848l214.883218 215.845319 70.623877-81.356605c0 0-183.266431-185.61756-180.395938-186.621017C679.204363 593.278761 631.768238 639.093544 610.030329 663.470848L610.030329 663.470848zM458.169045 247.476701c0.345432-0.133794 0.571666-0.323539 0.757762-0.588694l0.172716 0.167851c32.567941-36.36648 75.62778-64.067961 126.222666-77.882821 139.797912-38.172702 284.071848 44.175196 322.250631 183.995002 27.107921 99.275297-6.58754 200.804419-78.444756 264.979415l0.188528 0.290698c0 0-1.505793 40.539643 29.448104 29.411614l0.22745 0.279752c82.239647-74.61581 120.596011-191.640732 89.3502-306.071263C904.026057 179.759807 736.537611 84.118847 574.21727 128.442433c-58.43036 15.95435-108.243158 47.875214-145.967041 89.797803l0.485308 0.443953c-0.057167 4.865244 0.675053 39.106829 29.435941 28.797377L458.169045 247.476701zM784.733931 499.115618l0-44.832004 25.243317 0 0-17.794629L784.733931 436.488985 784.733931 301.033304l-26.167713 0L661.387841 436.488985l0 17.794629 97.178377 0 0 44.832004L784.733931 499.115618 784.733931 499.115618zM687.560419 436.465876l71.005799-99.01379 0 99.01379L687.560419 436.465876 687.560419 436.465876zM593.190504 425.266085c37.390614-24.294594 55.146321-48.895699 53.268337-73.826424-3.117405-32.997299-25.549827-50.751789-67.293618-53.248876-36.1293 0-59.476388 18.412515-70.058293 55.145104l25.243317 0c6.851479-24.890587 22.088206-37.658202 45.785592-38.299198 25.509689 0 38.316227 12.130269 38.316227 36.419998 1.854874 18.090192-13.40253 38.671389-45.80262 61.707102-29.285118 21.178406-51.08141 44.5036-65.414418 70.035183l0 15.899616 139.223813 0 0-15.899616-111.20001 0c8.701488-18.641181 28.023804-37.947684 57.928024-57.932889L593.190504 425.266085zM593.190504 425.266085" ></path></symbol><symbol id="iconweixin" viewBox="0 0 1024 1024"><path d="M506.942 345.921c25.259 0 42.134-16.916 42.134-42.107 0-25.477-16.848-41.956-42.134-41.956-25.299 0-50.668 16.48-50.668 41.956 0.028 25.204 25.409 42.107 50.668 42.107l0 0zM506.942 345.921zM271.257 261.857c-25.259 0-50.79 16.48-50.79 41.956 0 25.19 25.532 42.107 50.79 42.107 25.163 0 42.012-16.916 42.012-42.107-0.014-25.477-16.834-41.956-42.012-41.956l0 0zM271.257 261.857zM1010.654 615.492c0-133.202-123.563-246.702-275.237-258.512 0.205-1.652 0.301-3.373-0.068-5.092-30.406-141.79-182.886-248.695-354.7-248.695-194.15 0-352.119 135.387-352.119 301.793 0 89.279 45.574 169.725 131.946 233.158l-30.106 90.508c-1.939 5.885-0.177 12.37 4.506 16.452 2.853 2.458 6.445 3.741 10.076 3.741 2.335 0 4.697-0.546 6.867-1.625l113.036-56.565 13.926 2.827c34.802 7.154 64.853 13.353 101.868 13.353 10.895 0 40.878-3.987 43.404-7.182 40.755 101.99 153.094 175.61 285.273 175.61 33.86 0 68.13-8.164 98.891-15.866l87.136 47.636c2.307 1.257 4.847 1.911 7.359 1.911 3.441 0 6.881-1.161 9.639-3.413 4.847-3.932 6.841-10.404 5.038-16.33l-22.255-74.001c74.602-58.955 115.521-129.488 115.521-199.708l0 0zM409.798 665.75c-9.626 0.833-19.388 1.243-29.082 1.243-32.686 0-60.334-5.652-92.31-12.26l-18.582-3.755c-3.195-0.683-6.567-0.245-9.503 1.269l-81.687 40.892 21.231-63.775c2.076-6.24-0.205-13.053-5.57-16.821-82.07-57.207-123.659-126.894-123.659-207.093 0-144.179 139.087-261.516 310.067-261.516 151.142 0 284.959 91.955 312.579 214.261-158.475 2.076-286.706 113.487-286.706 250.32 0 19.893 3.018 39.171 8.11 57.767-1.542-0.382-3.168-0.683-4.887-0.532l0 0zM860.371 788.699c-4.875 3.673-6.935 10.007-5.188 15.852l13.804 45.903-56.647-30.993c-2.157-1.188-4.588-1.803-7.004-1.803-1.188 0-2.389 0.15-3.564 0.464-30.379 7.674-61.822 15.593-92.433 15.593-142.186 0-257.857-97.717-257.857-217.811 0-120.095 115.658-217.771 257.857-217.771 139.469 0 257.325 99.724 257.325 217.771 0 59.87-37.738 121.255-106.291 172.797l0 0zM868.181 797.178zM616.454 506.006c-16.848 0-33.696 16.971-33.696 33.792 0 16.944 16.848 33.669 33.696 33.669 25.313 0 42.038-16.725 42.038-33.669 0-16.848-16.725-33.792-42.038-33.792l0 0zM616.454 506.006zM801.58 506.006c-16.603 0-33.451 16.971-33.451 33.792 0 16.944 16.848 33.669 33.451 33.669 25.231 0 42.257-16.725 42.257-33.669 0-16.848-16.998-33.792-42.257-33.792l0 0zM801.58 506.006z" ></path></symbol><symbol id="iconditu" viewBox="0 0 1024 1024"><path d="M515.2 339c-44.8 0-81 36.3-81 81 0 44.8 36.3 81 81 81s81-36.3 81-81-36.3-81-81-81z m0-243.1c-179 0-324.1 145.1-324.1 324.1 0 135.5 270.2 540.5 324.1 540.2 53 0.3 324.1-406.5 324.1-540.2 0-179-145.1-324.1-324.1-324.1z m0 459.2c-74.6 0-135.1-60.5-135.1-135.1s60.5-135.1 135.1-135.1S650.3 345.4 650.3 420c-0.1 74.6-60.5 135.1-135.1 135.1z" ></path></symbol><symbol id="iconyidongduanicon-" viewBox="0 0 1024 1024"><path d="M508.84 650c-49-39.91-105.49-93.6-154.44-154.16-34.34-42.45-64.71-87-33.35-118.37L100.94 158C68.86 198-2.23 388.39 302.47 700.13c321 328.52 528.09 258.24 563.73 221.2L651.61 707c-30 29.93-68.64 3.32-142.77-57z m434.82 146.78v-0.2s-167.45-166.92-167.55-167a33.75 33.75 0 0 0-47.62 0.07l-60.69 60.74L883 905.29s60.76-60.53 60.7-60.6l0.16-0.13c13.9-13.91 12.48-35.07-0.16-47.78zM398.41 300.31v-0.17a33.57 33.57 0 0 0 0-47.69v-0.23L226.05 80.46a33.67 33.67 0 0 0-47.65 0l-60.69 60.79 219.93 219.61s60.77-60.45 60.77-60.55z" ></path></symbol><symbol id="iconsingle_arrow" viewBox="0 0 1024 1024"><path d="M960 576v-2q-0.06-1-0.15-2v-0.27c-0.06-0.56-0.13-1.13-0.21-1.7l-0.06-0.35c-0.09-0.54-0.18-1.07-0.29-1.61 0-0.11-0.05-0.22-0.07-0.34-0.12-0.53-0.24-1.07-0.37-1.6 0-0.09 0-0.18-0.08-0.28-0.14-0.55-0.3-1.09-0.46-1.64l-0.06-0.17c-0.18-0.58-0.37-1.15-0.58-1.72a39.6 39.6 0 0 0-6.69-11.65v-0.06c-0.39-0.47-0.78-0.93-1.19-1.38-0.22-0.24-0.45-0.47-0.67-0.7s-0.42-0.45-0.64-0.67L668.14 267.57a39.88 39.88 0 0 0-56.39 0l-0.18 0.18a39.88 39.88 0 0 0 0 56.39L823.43 536H104a40 40 0 0 0 0 80h817.87A40 40 0 0 0 960 577.89v-1.12-0.77z" fill="#999999" ></path></symbol><symbol id="iconfenxiang" viewBox="0 0 1024 1024"><path d="M202.24 679.68c-83.2 0-151.04-67.84-151.04-151.04s67.84-151.04 151.04-151.04 151.04 67.84 151.04 151.04-67.84 151.04-151.04 151.04z m0-245.76c-52.224 0-94.72 42.496-94.72 94.72s42.496 94.72 94.72 94.72 94.72-42.496 94.72-94.72-42.496-94.72-94.72-94.72z" ></path><path d="M713.216 274.688l-367.36 211.968c-15.872 9.216-36.352 3.84-45.568-12.288-9.216-15.872-3.84-36.352 12.288-45.568l367.36-211.968c15.872-9.216 36.352-3.84 45.568 12.288 8.96 16.128 3.584 36.608-12.288 45.568zM549.632 800.256l-252.416-169.984c-15.36-10.24-19.2-30.976-8.96-46.08 10.24-15.36 30.976-19.2 46.08-8.96l252.416 169.984c15.36 10.24 19.2 30.976 8.96 46.08-9.984 15.36-30.72 19.2-46.08 8.96z" ></path><path d="M815.36 328.96c-75.52 0-136.96-61.44-136.96-136.96s61.44-136.96 136.96-136.96S952.32 116.48 952.32 192s-61.44 136.96-136.96 136.96z m0-217.6C770.816 111.36 734.72 147.456 734.72 192s36.096 80.64 80.64 80.64S896 236.544 896 192s-36.096-80.64-80.64-80.64zM684.8 974.08c-75.52 0-136.96-61.44-136.96-136.96s61.44-136.96 136.96-136.96 136.96 61.44 136.96 136.96-61.44 136.96-136.96 136.96z m0-217.6c-44.544 0-80.64 36.096-80.64 80.64s36.096 80.64 80.64 80.64S765.44 881.664 765.44 837.12s-36.096-80.64-80.64-80.64z" ></path></symbol><symbol id="iconkefu" viewBox="0 0 1225 1024"><path d="M406.3 576.58s0 188.713 207.79 188.713S821.882 576.58 821.882 576.58s-199.54 182.397-415.58 0z m589.084-76.955c0-210.626-170.796-381.293-381.293-381.293-210.627 0-381.293 170.667-381.293 381.293 0 103.122 40.99 196.576 107.504 265.281 30.163 27.199 63.162 51.175 99.384 69.994 19.722 10.184 41.506 20.496 64.322 29.906 34.933 10.44 71.928 16.241 110.212 16.241 210.368 0 381.164-170.666 381.164-381.422zM614.09 823.815c-179.046 0-324.19-145.144-324.19-324.19s145.144-324.06 324.19-324.06 324.06 145.144 324.06 324.06c0 179.046-145.144 324.19-324.06 324.19z m485.317-443.811C1045.656 161.772 848.693 0 614.09 0 379.36 0 182.655 161.644 128.902 379.746c0 0-134.574 21.27-128.644 156.617 5.93 135.347 147.98 143.597 147.98 143.597 1.675 4.382 31.58-4.254 42.28-6.059C168.346 620.278 156.1 561.37 156.1 499.625c0-253.035 205.083-457.99 458.119-457.99 253.035 0 458.118 205.084 458.118 457.99 0 201.861-130.578 373.173-311.814 434.143-11.602 3.996-23.976-1.289-23.976-1.289s-30.679-5.8-69.22 5.156c-18.95 5.414-27.07 25.652-25.91 43.312 1.418 21.14 9.41 36.221 31.452 39.573 28.359 4.511 68.834 9.538 84.044-20.883 4.125-8.25 8.637-23.589 18.305-26.811 139.73-47.436 251.875-155.585 305.111-292.866 0 0 141.148-16.5 145.273-146.691s-126.195-153.265-126.195-153.265z m0 0" ></path></symbol></svg>',e=(t=document.getElementsByTagName("script"))[t.length-1].getAttribute("data-injectcss");if(e&&!s.__iconfont__svg__cssinject__){s.__iconfont__svg__cssinject__=!0;try{document.write("<style>.svgfont {display: inline-block;width: 1em;height: 1em;fill: currentColor;vertical-align: -0.1em;font-size:16px;}</style>")}catch(t){console&&console.log(t)}}!function(t){if(document.addEventListener)if(~["complete","loaded","interactive"].indexOf(document.readyState))setTimeout(t,0);else{var e=function(){document.removeEventListener("DOMContentLoaded",e,!1),t()};document.addEventListener("DOMContentLoaded",e,!1)}else document.attachEvent&&(l=t,o=s.document,i=!1,(n=function(){try{o.documentElement.doScroll("left")}catch(t){return void setTimeout(n,50)}c()})(),o.onreadystatechange=function(){"complete"==o.readyState&&(o.onreadystatechange=null,c())});function c(){i||(i=!0,l())}var l,o,i,n}(function(){var t,e;(t=document.createElement("div")).innerHTML=c,c=null,(e=t.getElementsByTagName("svg")[0])&&(e.setAttribute("aria-hidden","true"),e.style.position="absolute",e.style.width=0,e.style.height=0,e.style.overflow="hidden",function(t,e){e.firstChild?function(t,e){e.parentNode.insertBefore(t,e)}(t,e.firstChild):e.appendChild(t)}(e,document.body))})}(window);
\ No newline at end of file
......@@ -5,6 +5,20 @@
"css_prefix_text": "icon",
"description": "",
"glyphs": [
{
"icon_id": "691112",
"name": "回到顶部",
"font_class": "huidaodingbu",
"unicode": "e631",
"unicode_decimal": 58929
},
{
"icon_id": "700847",
"name": "手机",
"font_class": "shouji",
"unicode": "e64f",
"unicode_decimal": 58959
},
{
"icon_id": "782211",
"name": "24小时",
......@@ -12,6 +26,13 @@
"unicode": "e6bc",
"unicode_decimal": 59068
},
{
"icon_id": "880414",
"name": "微信",
"font_class": "weixin",
"unicode": "e628",
"unicode_decimal": 58920
},
{
"icon_id": "1724840",
"name": "地图",
......@@ -32,6 +53,20 @@
"font_class": "single_arrow",
"unicode": "e623",
"unicode_decimal": 58915
},
{
"icon_id": "7720062",
"name": "分享",
"font_class": "fenxiang",
"unicode": "e60d",
"unicode_decimal": 58893
},
{
"icon_id": "10392615",
"name": "客服",
"font_class": "kefu",
"unicode": "e605",
"unicode_decimal": 58885
}
]
}
......@@ -20,9 +20,18 @@ Created by iconfont
/>
<missing-glyph />
<glyph glyph-name="huidaodingbu" unicode="&#58929;" d="M484.538555 598.598566 78.508052 192.592622c-11.784394-11.813047-11.784394-30.912034 0-42.724057 11.81714-11.81407 30.94171-11.81407 42.757826 0l386.211109 386.181433 379.830795-379.806235c11.453866-11.482519 30.039153-11.482519 41.491996 0 11.511171 11.453866 11.511171 30.039153 0 41.516556L534.372543 592.223369c-1.543146 1.539053-3.417843 2.296299-5.200442 3.412726-0.691755 0.935302-1.055029 2.085498-1.933025 2.962471-11.784394 11.784394-30.912034 11.784394-42.695405 0L484.538555 598.598566zM484.538555 598.598566" horiz-adv-x="1024" />
<glyph glyph-name="shouji" unicode="&#58959;" d="M394.395 100.109c-26.407 0-47.89-21.482-47.89-47.891 0-26.407 21.484-47.891 47.89-47.891 26.408 0 47.893 21.483 47.893 47.891C442.287 78.627 420.803 100.109 394.395 100.109zM631.334 853.931 157.458 853.931c-39.865 0-72.298-32.433-72.298-72.298l0-795.266c0-39.866 32.433-72.298 72.298-72.298l473.875 0c39.865 0 72.297 32.432 72.297 72.298L703.63 781.633C703.631 821.498 671.199 853.931 631.334 853.931zM157.458 805.732l473.875 0c13.289 0 24.1-10.812 24.1-24.1l0-595.808L133.359 185.824 133.359 781.633C133.359 794.921 144.17 805.732 157.458 805.732zM631.334-37.731 157.458-37.731c-13.288 0-24.1 10.81-24.1 24.099L133.358 133.5l522.075 0 0-147.133C655.434-26.922 644.623-37.731 631.334-37.731z" horiz-adv-x="1024" />
<glyph glyph-name="24xiaoshi" unicode="&#59068;" d="M374.321436 617.585214c-9.638048 12.114457-188.927143 181.777667-188.927143 181.777667l-81.721498-58.185882 227.340674-228.393999C357.117934 537.738051 398.201268 585.045248 374.321436 617.585214L374.321436 617.585214zM438.73118 322.584813C311.823732 450.050548 309.499362 486.425543 311.278824 494.101681L85.087564 721.353564c-22.627032-45.77951-84.525095-234.233508 232.705821-528.54791C645.028459-110.818392 780.987694-25.531887 806.63361-3.504496L590.497592 213.633762C576.489339 211.175598 538.402995 222.475126 438.73118 322.584813L438.73118 322.584813zM610.030329 232.529152l214.883218-215.845319 70.623877 81.356605c0 0-183.266431 185.61756-180.395938 186.621017C679.204363 302.721239 631.768238 256.906456 610.030329 232.529152L610.030329 232.529152zM458.169045 648.523299c0.345432 0.133794 0.571666 0.323539 0.757762 0.588694l0.172716-0.167851c32.567941 36.36648 75.62778 64.067961 126.222666 77.882821 139.797912 38.172702 284.071848-44.175196 322.250631-183.995002 27.107921-99.275297-6.58754-200.804419-78.444756-264.979415l0.188528-0.290698c0 0-1.505793-40.539643 29.448104-29.411614l0.22745-0.279752c82.239647 74.61581 120.596011 191.640732 89.3502 306.071263C904.026057 716.240193 736.537611 811.881153 574.21727 767.557567c-58.43036-15.95435-108.243158-47.875214-145.967041-89.797803l0.485308-0.443953c-0.057167-4.865244 0.675053-39.106829 29.435941-28.797377L458.169045 648.523299zM784.733931 396.884382l0 44.832004 25.243317 0 0 17.794629L784.733931 459.511015 784.733931 594.966696l-26.167713 0L661.387841 459.511015l0-17.794629 97.178377 0 0-44.832004L784.733931 396.884382 784.733931 396.884382zM687.560419 459.534124l71.005799 99.01379 0-99.01379L687.560419 459.534124 687.560419 459.534124zM593.190504 470.733915c37.390614 24.294594 55.146321 48.895699 53.268337 73.826424-3.117405 32.997299-25.549827 50.751789-67.293618 53.248876-36.1293 0-59.476388-18.412515-70.058293-55.145104l25.243317 0c6.851479 24.890587 22.088206 37.658202 45.785592 38.299198 25.509689 0 38.316227-12.130269 38.316227-36.419998 1.854874-18.090192-13.40253-38.671389-45.80262-61.707102-29.285118-21.178406-51.08141-44.5036-65.414418-70.035183l0-15.899616 139.223813 0 0 15.899616-111.20001 0c8.701488 18.641181 28.023804 37.947684 57.928024 57.932889L593.190504 470.733915zM593.190504 470.733915" horiz-adv-x="1024" />
<glyph glyph-name="weixin" unicode="&#58920;" d="M506.942 550.079c25.259 0 42.134 16.916 42.134 42.107 0 25.477-16.848 41.956-42.134 41.956-25.299 0-50.668-16.48-50.668-41.956 0.028-25.204 25.409-42.107 50.668-42.107l0 0zM506.942 550.079zM271.257 634.143c-25.259 0-50.79-16.48-50.79-41.956 0-25.19 25.532-42.107 50.79-42.107 25.163 0 42.012 16.916 42.012 42.107-0.014 25.477-16.834 41.956-42.012 41.956l0 0zM271.257 634.143zM1010.654 280.508c0 133.202-123.563 246.702-275.237 258.512 0.205 1.652 0.301 3.373-0.068 5.092-30.406 141.79-182.886 248.695-354.7 248.695-194.15 0-352.119-135.387-352.119-301.793 0-89.279 45.574-169.725 131.946-233.158l-30.106-90.508c-1.939-5.885-0.177-12.37 4.506-16.452 2.853-2.458 6.445-3.741 10.076-3.741 2.335 0 4.697 0.546 6.867 1.625l113.036 56.565 13.926-2.827c34.802-7.154 64.853-13.353 101.868-13.353 10.895 0 40.878 3.987 43.404 7.182 40.755-101.99 153.094-175.61 285.273-175.61 33.86 0 68.13 8.164 98.891 15.866l87.136-47.636c2.307-1.257 4.847-1.911 7.359-1.911 3.441 0 6.881 1.161 9.639 3.413 4.847 3.932 6.841 10.404 5.038 16.33l-22.255 74.001c74.602 58.955 115.521 129.488 115.521 199.708l0 0zM409.798 230.25c-9.626-0.833-19.388-1.243-29.082-1.243-32.686 0-60.334 5.652-92.31 12.26l-18.582 3.755c-3.195 0.683-6.567 0.245-9.503-1.269l-81.687-40.892 21.231 63.775c2.076 6.24-0.205 13.053-5.57 16.821-82.07 57.207-123.659 126.894-123.659 207.093 0 144.179 139.087 261.516 310.067 261.516 151.142 0 284.959-91.955 312.579-214.261-158.475-2.076-286.706-113.487-286.706-250.32 0-19.893 3.018-39.171 8.11-57.767-1.542 0.382-3.168 0.683-4.887 0.532l0 0zM860.371 107.301c-4.875-3.673-6.935-10.007-5.188-15.852l13.804-45.903-56.647 30.993c-2.157 1.188-4.588 1.803-7.004 1.803-1.188 0-2.389-0.15-3.564-0.464-30.379-7.674-61.822-15.593-92.433-15.593-142.186 0-257.857 97.717-257.857 217.811 0 120.095 115.658 217.771 257.857 217.771 139.469 0 257.325-99.724 257.325-217.771 0-59.87-37.738-121.255-106.291-172.797l0 0zM868.181 98.822zM616.454 389.994c-16.848 0-33.696-16.971-33.696-33.792 0-16.944 16.848-33.669 33.696-33.669 25.313 0 42.038 16.725 42.038 33.669 0 16.848-16.725 33.792-42.038 33.792l0 0zM616.454 389.994zM801.58 389.994c-16.603 0-33.451-16.971-33.451-33.792 0-16.944 16.848-33.669 33.451-33.669 25.231 0 42.257 16.725 42.257 33.669 0 16.848-16.998 33.792-42.257 33.792l0 0zM801.58 389.994z" horiz-adv-x="1024" />
<glyph glyph-name="ditu" unicode="&#58891;" d="M515.2 557c-44.8 0-81-36.3-81-81 0-44.8 36.3-81 81-81s81 36.3 81 81-36.3 81-81 81z m0 243.1c-179 0-324.1-145.1-324.1-324.1 0-135.5 270.2-540.5 324.1-540.2 53-0.3 324.1 406.5 324.1 540.2 0 179-145.1 324.1-324.1 324.1z m0-459.2c-74.6 0-135.1 60.5-135.1 135.1s60.5 135.1 135.1 135.1S650.3 550.6 650.3 476c-0.1-74.6-60.5-135.1-135.1-135.1z" horiz-adv-x="1024" />
......@@ -32,6 +41,12 @@ Created by iconfont
<glyph glyph-name="single_arrow" unicode="&#58915;" d="M960 320v2q-0.06 1-0.15 2v0.27c-0.06 0.56-0.13 1.13-0.21 1.7l-0.06 0.35c-0.09 0.54-0.18 1.07-0.29 1.61 0 0.11-0.05 0.22-0.07 0.34-0.12 0.53-0.24 1.07-0.37 1.6 0 0.09 0 0.18-0.08 0.28-0.14 0.55-0.3 1.09-0.46 1.64l-0.06 0.17c-0.18 0.58-0.37 1.15-0.58 1.72a39.6 39.6 0 0 1-6.69 11.65v0.06c-0.39 0.47-0.78 0.93-1.19 1.38-0.22 0.24-0.45 0.47-0.67 0.7s-0.42 0.45-0.64 0.67L668.14 628.4300000000001a39.88 39.88 0 0 1-56.39 0l-0.18-0.18a39.88 39.88 0 0 1 0-56.39L823.43 360H104a40 40 0 0 1 0-80h817.87A40 40 0 0 1 960 318.11v1.12 0.77z" horiz-adv-x="1024" />
<glyph glyph-name="fenxiang" unicode="&#58893;" d="M202.24 216.32c-83.2 0-151.04 67.84-151.04 151.04s67.84 151.04 151.04 151.04 151.04-67.84 151.04-151.04-67.84-151.04-151.04-151.04z m0 245.76c-52.224 0-94.72-42.496-94.72-94.72s42.496-94.72 94.72-94.72 94.72 42.496 94.72 94.72-42.496 94.72-94.72 94.72zM713.216 621.312l-367.36-211.968c-15.872-9.216-36.352-3.84-45.568 12.288-9.216 15.872-3.84 36.352 12.288 45.568l367.36 211.968c15.872 9.216 36.352 3.84 45.568-12.288 8.96-16.128 3.584-36.608-12.288-45.568zM549.632 95.744l-252.416 169.984c-15.36 10.24-19.2 30.976-8.96 46.08 10.24 15.36 30.976 19.2 46.08 8.96l252.416-169.984c15.36-10.24 19.2-30.976 8.96-46.08-9.984-15.36-30.72-19.2-46.08-8.96zM815.36 567.04c-75.52 0-136.96 61.44-136.96 136.96s61.44 136.96 136.96 136.96S952.32 779.52 952.32 704s-61.44-136.96-136.96-136.96z m0 217.6C770.816 784.64 734.72 748.544 734.72 704s36.096-80.64 80.64-80.64S896 659.456 896 704s-36.096 80.64-80.64 80.64zM684.8-78.08c-75.52 0-136.96 61.44-136.96 136.96s61.44 136.96 136.96 136.96 136.96-61.44 136.96-136.96-61.44-136.96-136.96-136.96z m0 217.6c-44.544 0-80.64-36.096-80.64-80.64s36.096-80.64 80.64-80.64S765.44 14.336 765.44 58.88s-36.096 80.64-80.64 80.64z" horiz-adv-x="1024" />
<glyph glyph-name="kefu" unicode="&#58885;" d="M406.3 319.42s0-188.713 207.79-188.713S821.882 319.42 821.882 319.42s-199.54-182.397-415.58 0z m589.084 76.955c0 210.626-170.796 381.293-381.293 381.293-210.627 0-381.293-170.667-381.293-381.293 0-103.122 40.99-196.576 107.504-265.281 30.163-27.199 63.162-51.175 99.384-69.994 19.722-10.184 41.506-20.496 64.322-29.906 34.933-10.44 71.928-16.241 110.212-16.241 210.368 0 381.164 170.666 381.164 381.422zM614.09 72.185c-179.046 0-324.19 145.144-324.19 324.19s145.144 324.06 324.19 324.06 324.06-145.144 324.06-324.06c0-179.046-145.144-324.19-324.06-324.19z m485.317 443.811C1045.656 734.228 848.693 896 614.09 896 379.36 896 182.655 734.356 128.902 516.254c0 0-134.574-21.27-128.644-156.617 5.93-135.347 147.98-143.597 147.98-143.597 1.675-4.382 31.58 4.254 42.28 6.059C168.346 275.722 156.1 334.63 156.1 396.375c0 253.035 205.083 457.99 458.119 457.99 253.035 0 458.118-205.084 458.118-457.99 0-201.861-130.578-373.173-311.814-434.143-11.602-3.996-23.976 1.289-23.976 1.289s-30.679 5.8-69.22-5.156c-18.95-5.414-27.07-25.652-25.91-43.312 1.418-21.14 9.41-36.221 31.452-39.573 28.359-4.511 68.834-9.538 84.044 20.883 4.125 8.25 8.637 23.589 18.305 26.811 139.73 47.436 251.875 155.585 305.111 292.866 0 0 141.148 16.5 145.273 146.691s-126.195 153.265-126.195 153.265z m0 0" horiz-adv-x="1225" />
</font>
......
No preview for this file type
......@@ -8,7 +8,7 @@
}
.footer {
font-family: sans-serif;
padding: 15px 0;
padding: 10px 0;
display: flex;
width: 1120px;
margin: 0 auto;
......
......@@ -157,10 +157,24 @@ li {
background: #fff;
padding-bottom: 10px;
transition: all 0.2s linear;
overflow: hidden;
}
.swiper-containerActivity .left:hover {
box-shadow: 0px 20px 40px 0px rgba(102, 102, 102, 0.3);
}
.swiper-containerActivity .left img {
/* border: 1px solid red; */
transition: all 0.3s linear;
}
.swiper-containerActivity .left img:hover {
transform: scale(1.1)
}
.swiper-containerActivity :hover .left {
box-shadow: -1px 4px 12px rgba(0, 0, 0, .1);
/* box-shadow: -1px 4px 12px rgba(0, 0, 0, .1); */
}
.swiper-containerActivity .left h3,
......@@ -169,11 +183,13 @@ li {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-top: 10px;
}
.swiper-containerActivity h3 {
margin-bottom: 10px;
font-size: 16px;
color: #333;
}
.swiper-containerActivity p {
......@@ -189,14 +205,15 @@ li {
}
.swiper-containerActivity ul li {
padding: 10px 10px;
padding: 12px 10px;
margin-bottom: 10px;
background: #fff;
transition: all 0.2s linear;
}
.swiper-containerActivity ul li:hover {
box-shadow: -1px 4px 12px rgba(0, 0, 0, .1);
/* box-shadow: -1px 4px 12px rgba(0, 0, 0, .1); */
box-shadow: 0px 20px 40px 0px rgba(102, 102, 102, 0.3);
}
.vehicle-container {
......@@ -342,7 +359,7 @@ li {
.tour-t {
color: #666;
padding: 15px 18px;
padding: 15px 31px;
display: flex;
border: 1px solid #eee;
cursor: pointer;
......@@ -364,7 +381,7 @@ li {
.tour-t-s-t {
font-size: 16px;
font-weight: 700;
margin-bottom: 22px;
margin: 14px 0 16px 0;
}
.item-c {
......@@ -470,7 +487,8 @@ li {
.show-detail img {
position: absolute;
top: 10px;
margin-left: 5px;
right: 12px;
/* margin-left: 5px; */
}
.choiceness {
......@@ -493,10 +511,11 @@ li {
}
.choiceness-type ul li {
margin-bottom: 30px;
margin-bottom: 32px;
text-align: center;
}
.choiceness-type ul li:hover a{
.choiceness-type ul li:hover a {
color: #1bbb9f;
}
......@@ -534,8 +553,9 @@ li {
.idnexCar {
position: absolute;
width: 200px;
left: -14px;
width: 308px;
left: -114px;
bottom: -12px;
}
......@@ -569,9 +589,9 @@ li {
.embellish-3 {
width: 562px;
height: 162px;
top: 149px;
right: -112px;
height: 225px;
top: 97px;
right: -37px;
}
/* .hot-car .flex-aic-jcb a{
......@@ -579,6 +599,9 @@ li {
} */
.hot-car .min-win .v-type-ul {
color: #fff;
width: 400px;
overflow: hidden;
text-align: center;
}
.hot-car .min-win .v-type-ul ul li {
......@@ -699,10 +722,12 @@ li {
line-height: 30px;
padding: 30px 0;
}
.flex-fdc-jcc .right ul li>img{
.flex-fdc-jcc .right ul li>img {
/* border: 1px solid red; */
width: 114px;
}
.flex-fdc-jcc .right ul li>p:nth-child(2) {
font-size: 16px;
font-weight: bold;
......@@ -800,7 +825,7 @@ li {
.miniPic1,
.miniPic2,
.miniPic3 {
width: 80px;
width: 80px !important;
/* height: 80px; */
}
......@@ -815,7 +840,6 @@ li {
padding: 30px;
display: inline-block;
}
.flex-aic-jcb-warp .left h3 {
font-size: 16px;
margin-bottom: 20px;
......@@ -833,6 +857,11 @@ li {
.flex-aic-jcb-warp .left img {
width: 478px;
height: 278px;
transition: all 0.2s linear;
}
.flex-aic-jcb-warp .left img:hover {
transform: scale(1.1)
}
.flex-aic-jcb-warp .right {
......@@ -842,8 +871,8 @@ li {
.flex-aic-jcb-warp .right li {
padding: 0 10px;
height: 50px;
line-height: 50px;
height: 53px;
line-height: 53px;
width: 567px;
border-bottom: 1px solid #d9d9d9;
}
......@@ -874,7 +903,7 @@ li {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 442px;
width: 454px;
margin-right: 13px;
}
......@@ -894,7 +923,7 @@ li {
}
.introduce {
width: 461px;
width: 465px;
background: rgba(0, 0, 0, .4);
display: inline-block;
height: 380px;
......@@ -914,7 +943,7 @@ li {
}
.introduce ul {
margin-top: 20px;
margin-top: 10px;
overflow: hidden;
padding: 0;
}
......@@ -942,7 +971,9 @@ li {
cursor: pointer;
margin-top: 10px;
}
.look-info:hover{
background: rgba(18,156,132) !important;
}
.campsite {
width: 1120px;
margin: 0 auto;
......@@ -955,7 +986,7 @@ li {
}
.campsite .left-title {
background: #000;
background: #333;
color: #fff;
padding: 19px 15px;
}
......@@ -966,13 +997,21 @@ li {
}
.campsite .left img {
padding: 15px;
/* padding: 15px; */
transition: all 0.2s linear;
}
.campsite .left img:hover{
transform: scale(1.2);
}
.campsite .left ul {
padding: 0 15px 20px 15px;
}
.head-img img{
transition: all 0.2s linear;;
}
.head-img img:hover{
transform: scale(1.2);
}
.campsite .left ul li {
font-size: 16px;
color: #333;
......@@ -987,48 +1026,58 @@ li {
color: #1bbb9f;
}
.campsite .right{
.campsite .right {
float: right;
width: 739px;
height: 479px;
display: inline-block;
border: 1px solid #e5e5e5;
}
.campsite .adress{
.campsite .adress {
float: right;
/* margin-right: 30px; */
width: 340px;
}
.campsite .adress p{
.campsite .adress p {
color: #666;
font-size: 14px;
}
.campsite .adress p:nth-child(1){
.campsite .adress p:nth-child(1) {
font-size: 20px;
color: #333;
margin-bottom: 30px;
font-weight: bold;
}
.campsite .adress p:nth-child(2){
.campsite .adress p:nth-child(2) {
margin-bottom: 5px;
}
.campsite .company-address{
.campsite .company-address {
padding: 0;
margin-top: 15px;
}
.campsite .company-address li{
.campsite .company-address li {
margin-top: 10px;
}
.campsite .company-address li a:hover{
.campsite .company-address li a:hover {
color: #1bbb9f;
}
.campsite .company-address li a:hover span{
.campsite .company-address li a:hover span {
color: #1bbb9f !important;
}
.campsite .company-address li span:nth-child(2){
.campsite .company-address li span:nth-child(2) {
margin-left: 10px;
color: #999;
}
.campsite .company-address li span:nth-child(3){
.campsite .company-address li span:nth-child(3) {
float: right;
}
\ No newline at end of file
}
......@@ -215,17 +215,20 @@ h2{
right:20px;
color: #999;
text-decoration: none;
z-index: 8;
}
.more-container a:hover{
right: 30px;
/*color: #1bbb9f;*/
/*box-shadow: 5px 5px 5px #888888;*/
/* right: 30px; */
right: 0;
color: #1bbb9f;
/* box-shadow: 5px 5px 5px #888888; */
}
.more-container a img{
margin-left: 5px;
position: relative;
top: 2px;
}
.activity-item, .vehicle-item{
......
@media screen and (min-width:1120px) and (max-width:1920px){
.menu-logo-l{
@media screen and (min-width:1120px) and (max-width:1920px) {
.menu-logo-l {
width: 175px;
/*margin-right: 60px;*/
}
}
@media screen and (min-width:1920px){
.menu-logo-l{
@media screen and (min-width:1920px) {
.menu-logo-l {
width: 175px;
/*margin-right: 60px;*/
}
}
.logo-t{
.logo-t {
color: #333;
font-size: 16px;
}
.logo-d{
.logo-d {
color: #9F9F9F;
font-size: 12px;
}
.users {
list-style-type: none;
display: flex;
width: 100%;
justify-content: space-between;
}
.users li a:hover, .users .active{
.users li a:hover,
.users .active {
color: #1bbb9f !important;
border-bottom: 3px solid #1bbb9f !important;
}
......@@ -38,15 +43,19 @@
clear: both;
visibility: hidden;
}
.clearfix {
*zoom: 1; /*ie6清除浮动的方式 *号只有IE6-IE7执行,其他浏览器不执行*/
*zoom: 1;
/*ie6清除浮动的方式 *号只有IE6-IE7执行,其他浏览器不执行*/
}
@media screen and (min-width: 1120px) and (max-width: 1920px) {
.menu-logo-l {
width: 175px;
/*margin-right: 60px;*/
}
}
@media screen and (min-width: 1920px) {
.menu-logo-l {
width: 175px;
......@@ -66,6 +75,7 @@
justify-content: center;
border-bottom: 1px solid #eee;
}
.logo-t {
color: #333;
font-size: 16px;
......@@ -79,17 +89,20 @@
margin: 0 auto;
}
.secoud-li{
.secoud-li {
padding: 10px;
}
.menu-container .v-ul li {
margin: 0;
padding: 0;
list-style: none;
float: left;
cursor: pointer;
height:30px;line-height:30px;text-align:center;
margin-right:10px;
height: 30px;
line-height: 30px;
text-align: center;
margin-right: 10px;
}
@media screen and (min-width: 1120px) and (max-width: 1920px) {
......@@ -98,6 +111,7 @@
/*margin-right: 60px;*/
}
}
@media screen and (min-width: 1920px) {
.menu-logo-l {
width: 175px;
......@@ -109,6 +123,7 @@
color: #9f9f9f;
font-size: 12px;
}
.menu {
justify-content: space-between;
font-family: sans-serif;
......@@ -121,6 +136,7 @@
margin: 0 auto;
margin-left: -560px;
}
.menu-new {
font-family: sans-serif;
position: fixed;
......@@ -133,6 +149,7 @@
background-color: #333;
height: 50px;
}
.users {
list-style-type: none;
display: flex;
......@@ -140,6 +157,7 @@
justify-content: space-between;
margin: 0 auto;
}
.users li a {
display: inline-block;
margin: 0 30px;
......@@ -148,13 +166,15 @@
color: #fff;
text-decoration: none;
border-bottom: 3px solid #333;
font-size: 18px;
font-size: 16px;
}
.users li a:hover,
.active {
color: #1bbb9f !important;
/* border-bottom: 3px solid #1bbb9f !important; */
}
.triangle-down {
position: absolute;
top: 5px;
......@@ -176,9 +196,10 @@
font-size: 14px;
width: 720px;
margin: 0 auto 30px auto;
background:rgba(255,255,255,1);
box-shadow:0px 5px 20px 0px rgba(153,153,153,0.3);
background: rgba(255, 255, 255, 1);
box-shadow: 0px 5px 20px 0px rgba(153, 153, 153, 0.3);
}
.v-ul {
margin: 0;
padding: 0;
......@@ -186,26 +207,150 @@
list-style: none;
}
a{
a {
text-decoration: none;
color: #666666
}
.menu-container .v-ul li:hover{
.menu-container .v-ul li:hover {
background-color: #1BBB9F;
color: #fff
}
.menu-container .v-ul li:hover a{
background-color: #1BBB9F;
.menu-container .v-ul li:hover a {
background-color: #1BBB9F;
color: #fff
}
.margin-Top{
margin-top:22px;
.margin-Top {
margin-top: 22px;
}
.menu-select{
.menu-select {
width: 500px !important;
border: 1px solid #1bbb9f;
}
.help:hover a{
color:#1BBB9F;
.help:hover a {
color: #1BBB9F;
}
.sidebar {
position: fixed;
right: 50px;
top: 50%;
margin-top: -50px;
background: #333;
}
.sidebar ul {
padding: 0;
}
.sidebar a span {
display: block;
font-size: 24px;
text-align: center;
color: #fff;
}
.sidebar ul li {
position: relative;
}
.sidebar ul li>a {
display: block;
height: 44px;
width: 44px;
line-height: 44px;
text-align: center;
}
.sidebar ul li span:hover {
background: #1bbb9f;
}
.sidebar ul li:hover span {
background: #1bbb9f;
}
.sidebar ul li:nth-child(1):hover p {
display: block;
}
.sidebar ul li:nth-child(5):hover p {
display: block;
}
.sidebar ul li:nth-child(1) p,.sidebar ul li:nth-child(5) p {
position: absolute;
left: -164px;
top: 0px;
background: #1bbb9f;
color: #fff;
padding: 0 50px;
display: none;
}
.sidebar ul li:nth-child(2):hover div {
display: block;
}
.sidebar ul li:nth-child(2) div {
display: none;
position: absolute;
left: -146px;
top: -70px;
background: #1bbb9f;
color: #fff;
width: 146px;
padding: 10px;
text-align: center;
}
.sidebar ul li:nth-child(2) div p,
.sidebar ul li:nth-child(3) div p,
.sidebar ul li:nth-child(4) div p {
padding: 10px 0;
line-height: 22px;
}
.sidebar ul li:nth-child(2) div img,
.sidebar ul li:nth-child(3) div img,
.sidebar ul li:nth-child(4) div img {
width: 100%;
background: #1bbb9f;
}
.sidebar ul li:nth-child(3):hover div {
display: block;
}
.sidebar ul li:nth-child(4):hover div {
display: block;
}
.sidebar ul li:nth-child(3) div,
.sidebar ul li:nth-child(4) div {
display: none;
position: absolute;
background: #1bbb9f;
color: #fff;
left: -147px;
top: -62px;
width: 147px;
padding: 10px;
text-align: center;
}
/* .sidebar ul li:nth-child(4) div {
display: none;
position: absolute;
background: #1bbb9f;
color: #fff;
left: -147px;
top: -62px;
width: 147px;
padding: 10px;
text-align: center;
} */
<template>
<div class="banner banner-b-n-n">
<div class="box">
<ul>
<ul id="bannerBox">
<li
v-for="(item, index) in list"
:key="item.id"
......@@ -9,10 +9,10 @@
@click="bannerClick(index, item)"
>
<!-- <img :src= "item.cover" style="width:100%;height:560px;min-height: 350px;" :alt="item.alt"/> -->
<img :src="item.cover" style="width:100%;" :alt="item.alt" />
<img :src="item.cover" style="width:100%;" class="indexBanner" :alt="item.alt" />
</li>
</ul>
<div class="status">
<div class="status" id="status">
<span
class="name-t ellipsis"
v-for="(item, index) in list"
......@@ -33,7 +33,10 @@ export default {
return {
current: 0, // 当前索引
timerId: null, // 清除循环标记
intStyle: {}
intStyle: {},
imgHeight: '',
uiHeight: '',
screenWidth: '',//屏幕宽度
}
},
props: [
......@@ -100,8 +103,22 @@ export default {
background: this.background,
color: this.color
}
},
//图片高度
picHeigth() {
this.$nextTick(function() {
// console.log(document.getElementsByClassName('indexBanner')[0].height);
this.imgHeight = document.getElementsByClassName(
'indexBanner'
)[0].height
this.uiHeight = document.getElementById('bannerBox')
this.uiHeight.style.height = this.imgHeight + 'px'
})
}
},
mounted() {
this.picHeigth()
},
created() {
this.int(4000)
}
......
......@@ -7,11 +7,16 @@
<span>LINK</span>
<span>友情链接</span>
</p>
<ul class="link-list">
<!-- <ul class="link-list">
<li v-for="(item,index) in list" :key="index">
<a :href="item.linkUrl" :title="item.brief">{{ item.name }}</a>
</li>
</ul>
</ul> -->
<vue-seamless-scroll :data="list" :class-option="optionLeft" class="seamless-warp2" style="width:864px;">
<ul class="item" style="overflow: hidden;">
<li v-for="(item,index) in list" :key="index" v-text="item.name"></li>
</ul>
</vue-seamless-scroll>
</div>
</div>
</div>
......@@ -33,48 +38,13 @@
</p>
</div>
</div>
<!-- <nuxt-link :to="item.linkUrl">{{ item.name }}</nuxt-link> -->
<!-- <div class="footer">
<div class="flex-aic-jcb" style="height: 200px;width: 100%;border-bottom: 1px solid #323737">
<div class="flex-aic">
<div class="footer-scan">
<img src="https://mgmt.dfangche.com/xxfccn/image/home/webchat.jpg" alt="欣新房车,让生活更美好"/>
<p class="ft-12 tc color-ccc">欣新房车微信公众号</p>
</div>
<div class="footer-scan">
<img src="https://mgmt.dfangche.com/xxfccn/image/home/webchat_app.jpg" alt="欣新房车,让生活更美好"/>
<p class="ft-12 tc color-ccc">欣新房车助手小程序</p>
</div>
<div class="footer-scan">
<img src="https://mgmt.dfangche.com/xxfccn/image/qrcode/appQrcode.png" alt="欣新房车,让生活更美好"/>
<p class="ft-12 tc color-ccc">滴房车App(欣新旗下)</p>
</div>
</div>
<div class="r-contant">
<div class="ft-30 flex-aic r-contant-i"><img src="https://mgmt.dfangche.com/xxfccn/image/home/phone.png" style="width: 30px;" alt="欣新房车,让生活更美好"/>4000-369-369</div>
<div class="ft-16 flex-aic r-contant-i"><img src="https://mgmt.dfangche.com/xxfccn/image/home/address.png" alt="欣新房车,让生活更美好"/>广东省东莞市松山湖工业西路12号</div>
<div class="ft-16 flex-aic r-contant-i"><img src="https://mgmt.dfangche.com/xxfccn/image/home/company.png" alt="欣新房车,让生活更美好"/>欣新房车控股集团(东莞)股份有限公司</div>
</div>
</div>
</div>
<div class=" flex-aic-jcc">
<ul class="fri" v-if="listShow">
<li v-for="(item,index) in list" :key="index">
<a :href="item.linkUrl" :title="item.brief">{{ item.name }}</a>
<span>|</span>
</li>
</ul>
</div>
<div class="link-f flex-aic-jcc">
©欣新房车控股集团(东莞)股份有限公司2019保留一切权利
<span style="margin-left: 5px;">备案号:</span><a href="http://beian.miit.gov.cn" rel="nofollow" target="_blank">粤ICP备19072339号-2</a>
</div>-->
</div>
</template>
<script>
import axios from '../plugins/axios'
import Swiper from 'swiper'
import 'swiper/dist/css/swiper.min.css'
export default {
transition: 'bounce',
name: 'footerModal',
......@@ -82,7 +52,23 @@ export default {
data() {
return {
list: [],
listShow: false
listShow: false,
newsList: [
{
title: '11111111111'
},
{
title: '2222222'
}
]
}
},
computed: {
optionLeft() {
return {
direction: 2,
limitMoveNum: 2
}
}
},
created() {
......@@ -104,8 +90,23 @@ export default {
}
</script>
<style>
.seamless-warp2 {
overflow: hidden;
height: 25px;
width: 870px;
display: inline-block;
margin-left:80px;
}
.seamless-warp2 ul.item {
width: 580px;
}
.seamless-warp2 ul.item li {
float: left;
margin-right: 95px;
}
.footer {
display: block;
overflow: hidden;
}
.foot-content {
width: 100%;
......@@ -128,11 +129,14 @@ export default {
}
.link-list {
margin-top: 15px;
overflow: hidden;
display: inline-block;
position: relative;
top: -27px;
left: 80px;
}
.link-list li {
float: left;
width: 200px;
margin-right: 95px;
line-height: 25px;
}
......@@ -167,18 +171,18 @@ export default {
margin-right: 10px;
}
.bottom-main .adress {
display: inline-block;
float: right;
text-align: center;
margin-top: 44px;
}
.bottom-main .adress p:nth-child(1){
font-size: 16px;
color: #ccc;
}
.bottom-main .adress p:nth-child(2){
font-size: 12px;
color: #999;
margin-top: 20px;
display: inline-block;
float: right;
text-align: center;
margin-top: 44px;
}
.bottom-main .adress p:nth-child(1) {
font-size: 16px;
color: #ccc;
}
.bottom-main .adress p:nth-child(2) {
font-size: 12px;
color: #999;
margin-top: 20px;
}
</style>
\ No newline at end of file
<template>
<div id="goTop">
<div id="goTop" style="display:none">
<div class="show-go-top" v-show="goTopShow" @click="goTop">
<img style="width: 20px;" src="https://mgmt.dfangche.com/xxfccn/image/home/top.png"/>
<div class="goTop">回到顶部</div>
......
<template>
<div>
<div class="menu-container">
<div style="width: 100%;position: fixed;top: 0;z-index: 1000;border-bottom: 1px solid #eee;">
<div
class="flex-aic-jcb"
style="width: 1120px; margin: 0 auto;font-size:12px;height: 40px;color: #666;position: relative"
>
<div>您好!欢迎进入欣新房车集团官方网站</div>
<div class="ft-14" style="position: relative;right:20px;">
<span style="margin-right:30px" class="help">
<nuxt-link to="/company">服务热线: 4000-369-369</nuxt-link>
</span>
<nuxt-link to="/indexWeb">
<span style="color:#666" @mouseenter="enter()" @mouseleave="leave()">网站地图</span>
</nuxt-link>
<div>
<div class="menu-container">
<div style="width: 100%;position: fixed;top: 0;z-index: 1000;border-bottom: 1px solid #eee;">
<div
class="flex-aic-jcb"
style="width: 1120px; margin: 0 auto;font-size:12px;height: 40px;color: #666;position: relative"
>
<div>您好!欢迎进入欣新房车集团官方网站</div>
<div class="ft-14" style="position: relative;right:20px;">
<span style="margin-right:30px" class="help">
<nuxt-link to="/company">服务热线: 4000-369-369</nuxt-link>
</span>
<nuxt-link to="/indexWeb">
<span style="color:#666" @mouseenter="enter()" @mouseleave="leave()">网站地图</span>
</nuxt-link>
<span class="triangle-down"></span>
</div>
<!--v-if="visibleMap"-->
<div class="webMap" v-if="visibleMap" @mouseenter="enter()" @mouseleave="leave()">
<div style="border-bottom: 1px solid rgb(242, 242, 242);">
<ul class="v-ul clearfix" style="margin-bottom: 15px;">
<li>
<nuxt-link to="/aboutXx">欣新介绍</nuxt-link>
</li>
</ul>
</div>
<div>
<!--<div style="margin-top:23px">产品展示</div>-->
<ul class="v-ul clearfix flex-aic">
<li style="margin-right:12px;min-width: 60px;" @click="chooseVe()">房车租赁</li>
<div class="secoud-li">
<li
v-for="item in vehicleType"
:key="item.id"
style
@click="chooseVe(item.id)"
>{{item.name}}</li>
</div>
</ul>
<ul class="v-ul clearfix flex-aic" style="margin-top:9px;">
<li style="margin-right:12px;min-width: 60px;" @click="chooseSelect()">房车旅行</li>
<div class="secoud-li">
<li
v-for="item in tourType"
:key="item.id"
@click="chooseSelect(item.id)"
>{{item.name}}</li>
</div>
</ul>
<ul
class="v-ul clearfix flex-aic"
style="margin-top:9px;padding-bottom:9px;border-bottom:1px solid #F2F2F2"
>
<li style="margin-right:12px;min-width: 60px;" @click="chooseType()">房车营地</li>
<div class="secoud-li">
<li
v-for="item in campsiteType"
:key="item.id"
@click="chooseType(item.id)"
>{{item.name}}</li>
</div>
</ul>
</div>
<!--<div class="" style="padding:26px 0 ;border-bottom:1px solid #F2F2F2" >-->
<!--<div style="">招商加盟</div>-->
<!--</div>-->
<div class style="padding-bottom:12px;border-bottom:1px solid #F2F2F2">
<ul class="v-ul clearfix">
<li style>
<nuxt-link to="/activity">欣新活动</nuxt-link>
</li>
<li style="padding: 0 10px;">
<nuxt-link to="/news">新闻动态</nuxt-link>
</li>
</ul>
</div>
<div>
<ul class="v-ul clearfix">
<li>
<nuxt-link to="/company">联系我们</nuxt-link>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="menu">
<!-- src="https://mgmt.dfangche.com/xxfccn/image/home/logo.png" -->
<nuxt-link to="/">
<div class="flex-aic menu-logo-l">
<img
src="../assets/images/logos.png"
style="width:175px;"
alt="欣新房车,让生活更美好"
/>
</div>
</nuxt-link>
<el-input
placeholder="车型/旅游路线/营地/活动/新闻/子公司"
v-model="listQuery.keyword"
class="input-with-select menu-select"
>
<el-select v-model="select" slot="prepend" placeholder="综合" style="width:90px">
<el-option
v-for="menu in findList"
:key="menu.id"
:label="menu.name"
:value="menu.link"
style="width:90px"
>{{menu.name}}</el-option>
</el-select>
<el-button slot="append" style="width:88px;height:44px" @click="findTo()">搜索</el-button>
<!-- <el-button slot="append" style="width:88px;height:44px" @click="findTo()">搜索</el-button> -->
</el-input>
<!-- <ul class="users">
<span class="triangle-down"></span>
</div>
<!--v-if="visibleMap"-->
<div class="webMap" v-if="visibleMap" @mouseenter="enter()" @mouseleave="leave()">
<div style="border-bottom: 1px solid rgb(242, 242, 242);">
<ul class="v-ul clearfix" style="margin-bottom: 15px;">
<li>
<nuxt-link to="/aboutXx">欣新介绍</nuxt-link>
</li>
</ul>
</div>
<div>
<!--<div style="margin-top:23px">产品展示</div>-->
<ul class="v-ul clearfix flex-aic">
<li style="margin-right:12px;min-width: 60px;" @click="chooseVe()">房车租赁</li>
<div class="secoud-li">
<li
v-for="item in vehicleType"
:key="item.id"
style
@click="chooseVe(item.id)"
>{{item.name}}</li>
</div>
</ul>
<ul class="v-ul clearfix flex-aic" style="margin-top:9px;">
<li style="margin-right:12px;min-width: 60px;" @click="chooseSelect()">房车旅行</li>
<div class="secoud-li">
<li v-for="item in tourType" :key="item.id" @click="chooseSelect(item.id)">{{item.name}}</li>
</div>
</ul>
<ul
class="v-ul clearfix flex-aic"
style="margin-top:9px;padding-bottom:9px;border-bottom:1px solid #F2F2F2"
>
<li style="margin-right:12px;min-width: 60px;" @click="chooseType()">房车营地</li>
<div class="secoud-li">
<li v-for="item in campsiteType" :key="item.id" @click="chooseType(item.id)">{{item.name}}</li>
</div>
</ul>
</div>
<!--<div class="" style="padding:26px 0 ;border-bottom:1px solid #F2F2F2" >-->
<!--<div style="">招商加盟</div>-->
<!--</div>-->
<div class style="padding-bottom:12px;border-bottom:1px solid #F2F2F2">
<ul class="v-ul clearfix">
<li style>
<nuxt-link to="/activity">欣新活动</nuxt-link>
</li>
<li style="padding: 0 10px;">
<nuxt-link to="/news">新闻动态</nuxt-link>
</li>
</ul>
</div>
<div>
<ul class="v-ul clearfix">
<li>
<nuxt-link to="/company">联系我们</nuxt-link>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="menu">
<!-- src="https://mgmt.dfangche.com/xxfccn/image/home/logo.png" -->
<nuxt-link to="/">
<div class="flex-aic menu-logo-l">
<img src="../assets/images/logos.png" style="width:175px;" alt="欣新房车,让生活更美好" />
</div>
</nuxt-link>
<el-input
placeholder="车型/旅游路线/营地/活动/新闻/子公司"
v-model="listQuery.keyword"
class="input-with-select menu-select"
>
<el-select v-model="select" slot="prepend" placeholder="综合" style="width:90px">
<el-option
v-for="menu in findList"
:key="menu.id"
:label="menu.name"
:value="menu.link"
style="width:90px"
>{{menu.name}}</el-option>
</el-select>
<el-button
slot="append"
style="width:88px;height:43px;background:#1bbb9f;color:#fff;border-radius: 0;"
class="search"
@click="findTo()"
>搜索</el-button>
<!-- <el-button slot="append" style="width:88px;height:44px" @click="findTo()">搜索</el-button> -->
</el-input>
<!-- <ul class="users">
<li v-for="menu in menuList" :key="menu.id">
<nuxt-link
v-if="menu.link=='/'"
......@@ -127,27 +120,27 @@
:class="router.indexOf(menu.link) != -1?'active':''"
>{{ menu.name }}</nuxt-link>
</li>
</ul>-->
</div>
<div class="menu-new">
<ul class="users">
<li>
<nuxt-link to="/" :class="router== '/'?'active':''">网站首页</nuxt-link>
</li>
<li>
<nuxt-link to="/aboutXx" :class="router== '/aboutXx'?'active':''">欣新介绍</nuxt-link>
</li>
</ul>-->
</div>
<div class="menu-new">
<ul class="users">
<li>
<nuxt-link to="/" :class="router== '/'?'active':''">网站首页</nuxt-link>
</li>
<li>
<nuxt-link to="/aboutXx" :class="router== '/aboutXx'?'active':''">欣新介绍</nuxt-link>
</li>
<li>
<nuxt-link to="/vehicle?types=" :class="router== '/vehicle'?'active':''">房车租赁</nuxt-link>
</li>
<li>
<nuxt-link to="/tour?tagIds=" :class="router== '/tour'?'active':''">房车旅游</nuxt-link>
</li>
<li>
<nuxt-link to="/campsite?types=" :class="router== '/campsite'?'active':''">房车营地</nuxt-link>
</li>
<!-- <li style="position: relative" class="select">
<li>
<nuxt-link to="/vehicle?types=" :class="router== '/vehicle'?'active':''">房车租赁</nuxt-link>
</li>
<li>
<nuxt-link to="/tour?tagIds=" :class="router== '/tour'?'active':''">房车旅游</nuxt-link>
</li>
<li>
<nuxt-link to="/campsite?types=" :class="router== '/campsite'?'active':''">房车营地</nuxt-link>
</li>
<!-- <li style="position: relative" class="select">
<nuxt-link
to="/vehicle"
:class="router== '/vehicle' || router== '/tour' || router== '/campsite'?'active':''"
......@@ -166,31 +159,28 @@
<nuxt-link to="/campsite?types=">房车营地</nuxt-link>
</li>
</ul>
</li> -->
<!-- <li>
</li>-->
<!-- <li>
<nuxt-link to="/" :class="router== '/aboutXx'?'active':''">招商加盟</nuxt-link>
</!-->
<li style="position: relative" class="news-msg">
<nuxt-link
to="/activity"
:class="router== '/activity' || router== '/news' ?'active':''"
>
新闻资讯
<span class="arrow"></span>
</nuxt-link>
<ul class="select-news">
<li>
<nuxt-link to="/activity">房车活动</nuxt-link>
</li>
<li>
<nuxt-link to="/news">新闻动态</nuxt-link>
</li>
</ul>
</li>
<li>
<nuxt-link to="/company" :class="router== '/company'?'active':''">联系我们</nuxt-link>
</li>
<!-- <el-menu class="el-menu-demo" mode="horizontal">
</!-->
<li style="position: relative" class="news-msg">
<nuxt-link to="/activity" :class="router== '/activity' || router== '/news' ?'active':''">
新闻资讯
<span class="arrow"></span>
</nuxt-link>
<ul class="select-news">
<li>
<nuxt-link to="/activity">房车活动</nuxt-link>
</li>
<li>
<nuxt-link to="/news">新闻动态</nuxt-link>
</li>
</ul>
</li>
<li>
<nuxt-link to="/company" :class="router== '/company'?'active':''">联系我们</nuxt-link>
</li>
<!-- <el-menu class="el-menu-demo" mode="horizontal">
<el-submenu index="2">
<template slot="title">我的工作台</template>
<el-menu-item index="2-1">选项1</el-menu-item>
......@@ -203,9 +193,9 @@
<el-menu-item index="2-4-3">选项3</el-menu-item>
</el-submenu>
</el-submenu>
</el-menu>-->
</el-menu>-->
<!-- <li v-for="menu in menuList" :key="menu.id">
<!-- <li v-for="menu in menuList" :key="menu.id">
<nuxt-link
v-if="menu.link=='/'"
:to="menu.link"
......@@ -216,228 +206,328 @@
:to="menu.link"
:class="menu.link.indexOf(router) != -1 && router!='/' ?'active':''"
>{{ menu.name }}</nuxt-link>
</li>-->
</ul>
</div>
</div>
</div>
</li>-->
</ul>
</div>
<div class="sidebar">
<ul>
<li>
<a href="https://p.qiao.baidu.com/cps2/chatIndex?speedLogId=15716279636992e55_1571627963699_14930&eid=28588720&reqParam=%7B%22from%22%3A0%2C%22sid%22%3A%22-100%22%2C%22tid%22%3A%22-1%22%2C%22ttype%22%3A1%2C%22siteId%22%3A%2213772364%22%2C%22userId%22%3A%2228588720%22%2C%22pageId%22%3A0%7D" target="_blank">
<span class="iconfont iconkefu"></span>
<p>在线咨询</p>
</a>
</li>
<li>
<nuxt-link to="##">
<span style="font-size: 28px;" class="iconfont iconweixin"></span>
<div>
<p>扫码关注公众号了解更多咨询</p>
<img src="https://mgmt.dfangche.com/xxfccn/image/home/webchat.jpg" alt />
</div>
</nuxt-link>
</li>
<li>
<nuxt-link to="##">
<span style="font-size: 28px;position: relative;left: 4px;" class="iconfont iconshouji"></span>
<div>
<p>扫码下载滴房车APP关注最新活动</p>
<img src="https://mgmt.dfangche.com/xxfccn/image/qrcode/appQrcode.png" alt />
</div>
</nuxt-link>
</li>
<li>
<nuxt-link to="##">
<span class="iconfont iconfenxiang"></span>
<div>
<p>扫码进入欣新房车助手小程序</p>
<img src="https://mgmt.dfangche.com/xxfccn/image/home/webchat_app.jpg" alt />
</div>
</nuxt-link>
</li>
<li @click="goTop">
<nuxt-link to="##">
<span class="iconfont iconhuidaodingbu"></span>
<p>回到顶部</p>
</nuxt-link>
</li>
</ul>
</div>
</div>
</div>
</template>
<script>
import axios from "../plugins/axios";
import axios from '../plugins/axios'
export default {
transition: "bounce",
name: "menuModal",
props: [],
data() {
return {
router: "/",
activeLink: "true",
menuList: [
{ id: 1, name: "网站首页", link: "/" },
{ id: 7, name: "欣新介绍", link: "/aboutXx" },
{ id: 2, name: "产品展示", link: "/vehicle?types=" },
{ id: 3, name: "招商加盟", link: "/tour?tagIds=" },
{ id: 4, name: "新闻资讯", link: "/campsite?types=" },
{ id: 8, name: "联系我们", link: "/company" }
],
tourType: [],
vehicleType: [],
childType: [],
visibleMap: false,
select: "/findList/all",
findList: [
{ id: 1, value: "", name: "综合", link: "/findList/all" },
{
id: 2,
value: "vehicle",
name: "车型",
link: "/findList/findVehicle"
},
{ id: 3, value: "tour", name: "旅游", link: "/findList/findTour" },
{
id: 4,
value: "campsite",
name: "营地",
link: "/findList/findCampsite"
},
{
id: 5,
value: "activity",
name: "活动",
link: "/findList/findActivity"
},
{ id: 6, value: "news", name: "新闻", link: "/findList/findNew" },
{
id: 7,
value: "company",
name: "子公司",
link: "/findList/findCompany"
}
],
listQuery: {
type: "",
keyword: "",
page: "",
limit: ""
}
};
},
created() {
// console.log(this);
this.getType();
transition: 'bounce',
name: 'menuModal',
props: [],
data() {
return {
scrollTop: '',
router: '/',
activeLink: 'true',
menuList: [
{ id: 1, name: '网站首页', link: '/' },
{ id: 7, name: '欣新介绍', link: '/aboutXx' },
{ id: 2, name: '产品展示', link: '/vehicle?types=' },
{ id: 3, name: '招商加盟', link: '/tour?tagIds=' },
{ id: 4, name: '新闻资讯', link: '/campsite?types=' },
{ id: 8, name: '联系我们', link: '/company' }
],
tourType: [],
vehicleType: [],
childType: [],
visibleMap: false,
select: '/findList/all',
findList: [
{ id: 1, value: '', name: '综合', link: '/findList/all' },
{
id: 2,
value: 'vehicle',
name: '车型',
link: '/findList/findVehicle'
},
{
id: 3,
value: 'tour',
name: '旅游',
link: '/findList/findTour'
},
{
id: 4,
value: 'campsite',
name: '营地',
link: '/findList/findCampsite'
},
{
id: 5,
value: 'activity',
name: '活动',
link: '/findList/findActivity'
},
{
id: 6,
value: 'news',
name: '新闻',
link: '/findList/findNew'
},
{
id: 7,
value: 'company',
name: '子公司',
link: '/findList/findCompany'
}
],
listQuery: {
type: '',
keyword: '',
page: '',
limit: ''
}
}
},
created() {
// console.log(this);
this.getType()
if (
this.$route.path == "/findList/all" ||
this.$route.path == "/findList/findVehicle" ||
this.$route.path == "/findList/findTour" ||
this.$route.path == "/findList/findCampsite" ||
this.$route.path == "/findList/findActivity" ||
this.$route.path == "/findList/findNew" ||
this.$route.path == "/findList/findCompany"
) {
this.select = this.$route.path;
} else {
this.select = "/findList/all";
}
if (
this.$route.path == '/findList/all' ||
this.$route.path == '/findList/findVehicle' ||
this.$route.path == '/findList/findTour' ||
this.$route.path == '/findList/findCampsite' ||
this.$route.path == '/findList/findActivity' ||
this.$route.path == '/findList/findNew' ||
this.$route.path == '/findList/findCompany'
) {
this.select = this.$route.path
} else {
this.select = '/findList/all'
}
this.listQuery.keyword = this.$route.query.keywords;
let router = this.$route.path;
this.router = router;
},
methods: {
chooseSelect(e) {
if (e == undefined) {
(e = ""), console.log(2);
}
this.$router.push({ path: "/tour", query: { tagIds: e } });
console.log(e);
this.$emit("goTour", e);
this.visibleMap = false;
},
chooseType(e) {
if (e == undefined) {
(e = ""), console.log(3);
}
this.$router.push({ path: "/campsite", query: { types: e } });
console.log(e);
this.$emit("goCam", e);
this.visibleMap = false;
},
chooseVe(e) {
if (e == undefined) {
(e = ""), console.log(3);
}
this.$router.push({ path: "/vehicle", query: { types: e } });
console.log(e);
this.$emit("goVe", e);
this.visibleMap = false;
},
async getType() {
const tour = await axios.get("/api/uccn/app/unauth/tour/tagList");
this.tourType = tour.data.data;
const campsite = await axios.get(
"/api/campsite/campsiteTag/app/unauth/tags"
);
this.campsiteType = campsite.data.data;
const child = await axios.get("/vehicle/cata/app/unauth/types");
this.vehicleType = child.data.data;
console.log(this.childType);
},
enter() {
var test = window.location.pathname;
if (test == "/indexWeb") {
this.visibleMap = false;
} else {
this.visibleMap = true;
}
},
leave() {
this.visibleMap = false;
},
findTo() {
if (this.listQuery.keyword == undefined) {
(this.listQuery.keyword = ""), console.log(2);
}
this.$router.push({
path: this.select,
query: { keywords: this.listQuery.keyword }
});
console.log(this.select);
console.log(this.listQuery.keyword);
this.listQuery.keyword = this.$route.query.keywords
let router = this.$route.path
this.router = router
},
methods: {
goTop() {
var currentScroll =
document.documentElement.scrollTop || document.body.scrollTop
if (currentScroll > 0) {
window.requestAnimationFrame(this.goTop)
window.scrollTo(0, currentScroll - currentScroll / 5)
}
},
chooseSelect(e) {
if (e == undefined) {
;(e = ''), console.log(2)
}
this.$router.push({ path: '/tour', query: { tagIds: e } })
console.log(e)
this.$emit('goTour', e)
this.visibleMap = false
},
chooseType(e) {
if (e == undefined) {
;(e = ''), console.log(3)
}
this.$router.push({ path: '/campsite', query: { types: e } })
console.log(e)
this.$emit('goCam', e)
this.visibleMap = false
},
chooseVe(e) {
if (e == undefined) {
;(e = ''), console.log(3)
}
this.$router.push({ path: '/vehicle', query: { types: e } })
console.log(e)
this.$emit('goVe', e)
this.visibleMap = false
},
async getType() {
const tour = await axios.get('/api/uccn/app/unauth/tour/tagList')
this.tourType = tour.data.data
const campsite = await axios.get(
'/api/campsite/campsiteTag/app/unauth/tags'
)
this.campsiteType = campsite.data.data
const child = await axios.get('/vehicle/cata/app/unauth/types')
this.vehicleType = child.data.data
console.log(this.childType)
},
enter() {
var test = window.location.pathname
if (test == '/indexWeb') {
this.visibleMap = false
} else {
this.visibleMap = true
}
},
leave() {
this.visibleMap = false
},
findTo() {
if (this.listQuery.keyword == undefined) {
;(this.listQuery.keyword = ''), console.log(2)
}
this.$router.push({
path: this.select,
query: { keywords: this.listQuery.keyword }
})
console.log(this.select)
console.log(this.listQuery.keyword)
this.$emit("childByValue", this.listQuery.keyword);
}
}
};
this.$emit('childByValue', this.listQuery.keyword)
}
}
}
</script>
<style>
.search:hover{
background: rgb(18,156,132) !important;
}
.el-input--suffix:hover{
color: #1bbb9f !important;
}
.el-input--suffix:hover.el-input__suffix{
color: #1bbb9f !important;
}
.el-select-dropdown__item.selected{
color: #1bbb9f;
}
.el-input-group__append,
.el-input-group__prepend {
background: none;
border: none !important;
}
.el-input__inner {
border: 1px solid transparent;
}
.el-input__inner:hover {
border: 1px solid transparent;
}
.el-input__suffix {
right: 15px;
}
/* .el-input-group__append {
border:1px solid red !important;
} */
.secoud-li li {
padding: 0 10px !important;
padding: 0 10px !important;
}
.arrow {
width: 0;
height: 0;
border-top: 5px solid #e5e5e5;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
position: absolute;
top: 20px;
right: 15px;
width: 0;
height: 0;
border-top: 5px solid #e5e5e5;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
position: absolute;
top: 20px;
right: 15px;
}
.select .arrow,
.news-msg .arrow {
transition: all 0.2s linear;
transition: all 0.2s linear;
}
.select:hover .arrow {
transition: all 0.2s linear;
transform: rotate(180deg);
transition: all 0.2s linear;
transform: rotate(180deg);
}
.news-msg:hover .arrow {
transition: all 0.2s linear;
transform: rotate(180deg);
transition: all 0.2s linear;
transform: rotate(180deg);
}
.select:hover .select-product {
display: block;
display: block;
}
.news-msg:hover .select-news {
display: block;
display: block;
}
.select-product,
.select-news {
position: absolute;
top: 42px;
left: 10px;
background: #fff;
padding: 10px 24px;
display: none;
border-radius: 5px;
border: 1px solid #e5e5e5
position: absolute;
top: 42px;
left: 10px;
background: #fff;
/* padding: 10px 24px; */
display: none;
/* border: 1px solid #e5e5e5; */
text-align: center;
padding: 0;
}
.select-product li,
.select-news li {
list-style: none;
padding: 10px 0;
border-bottom: 1px solid #e5e5e5;
width: 80px;
text-align: center;
list-style: none;
padding: 15px 0;
width: 125px;
text-align: center;
}
.select-product li a,
.select-news li a {
color: #333;
margin: 0;
padding: 0;
display: block;
border: none;
color: #333;
margin: 0;
padding: 0;
display: block;
border: none;
text-align: center;
}
.select-news li:hover {
background: #1bbb9f !important;
}
.select-news li:hover a{
color: #fff;
}
.select-product li a:hover {
border: none !important;
border: none !important;
}
.select-news li a:hover {
border: none !important;
border: none !important;
color: #fff !important;
}
.select-product li:last-child,
.select-news li:last-child {
border: none;
border: none;
}
</style>
\ No newline at end of file
......@@ -28,13 +28,13 @@ module.exports = {
// css: ['~/assets/index.css','~/assets/menu.css','~/assets/main.css','~/assets/font/iconfont.css'],
loading: '~/components/loading.vue',
plugins: [
{ src: '~plugins/muse-ui.js', ssr: true },
{ src: '~plugins/filters.js', srr: false },
{ src: '~/plugins/elementUI.js', srr: false },
{ src: '~/plugins/baidu.js', srr: true },
{ src: '~/plugins/viewer.js', srr: true },
{ src: '~/plugins/vueSeamlessScroll.js', ssr: false },
],
build: {
extend(config, { isDev, isClient }) {
......
......@@ -161,6 +161,12 @@
"stack-trace": "0.0.10"
}
},
"abbrev": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
"integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
"dev": true
},
"accepts": {
"version": "1.3.7",
"resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
......@@ -264,6 +270,12 @@
"resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz",
"integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM="
},
"amdefine": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz",
"integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=",
"dev": true
},
"ansi-escapes": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz",
......@@ -316,6 +328,48 @@
"resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
"integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw=="
},
"are-we-there-yet": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz",
"integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==",
"dev": true,
"requires": {
"delegates": "^1.0.0",
"readable-stream": "^2.0.6"
},
"dependencies": {
"isarray": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
"dev": true
},
"readable-stream": {
"version": "2.3.6",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
"integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
"dev": true,
"requires": {
"core-util-is": "~1.0.0",
"inherits": "~2.0.3",
"isarray": "~1.0.0",
"process-nextick-args": "~2.0.0",
"safe-buffer": "~5.1.1",
"string_decoder": "~1.1.1",
"util-deprecate": "~1.0.1"
}
},
"string_decoder": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
"dev": true,
"requires": {
"safe-buffer": "~5.1.0"
}
}
}
},
"argparse": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
......@@ -354,6 +408,15 @@
"resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
"integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg="
},
"asn1": {
"version": "0.2.4",
"resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz",
"integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==",
"dev": true,
"requires": {
"safer-buffer": "~2.1.0"
}
},
"asn1.js": {
"version": "4.10.1",
"resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz",
......@@ -388,6 +451,12 @@
}
}
},
"assert-plus": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
"integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
"dev": true
},
"assign-symbols": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",
......@@ -406,6 +475,12 @@
"resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz",
"integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ=="
},
"async-foreach": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz",
"integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=",
"dev": true
},
"async-limiter": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
......@@ -419,6 +494,12 @@
"babel-runtime": "6.x"
}
},
"asynckit": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
"integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=",
"dev": true
},
"atob": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
......@@ -437,6 +518,18 @@
"postcss-value-parser": "^3.2.3"
}
},
"aws-sign2": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",
"integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=",
"dev": true
},
"aws4": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz",
"integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==",
"dev": true
},
"axios": {
"version": "0.18.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.18.1.tgz",
......@@ -1267,6 +1360,15 @@
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.1.tgz",
"integrity": "sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g=="
},
"bcrypt-pbkdf": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
"integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=",
"dev": true,
"requires": {
"tweetnacl": "^0.14.3"
}
},
"bfj-node4": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/bfj-node4/-/bfj-node4-5.3.1.tgz",
......@@ -1287,6 +1389,15 @@
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz",
"integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw=="
},
"block-stream": {
"version": "0.0.9",
"resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
"integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=",
"dev": true,
"requires": {
"inherits": "~2.0.0"
}
},
"bluebird": {
"version": "3.5.5",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.5.tgz",
......@@ -1566,6 +1677,24 @@
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
"integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk="
},
"camelcase-keys": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
"integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=",
"dev": true,
"requires": {
"camelcase": "^2.0.0",
"map-obj": "^1.0.0"
},
"dependencies": {
"camelcase": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
"integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=",
"dev": true
}
}
},
"caniuse-api": {
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-1.6.1.tgz",
......@@ -1598,6 +1727,12 @@
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000989.tgz",
"integrity": "sha512-vrMcvSuMz16YY6GSVZ0dWDTJP8jqk3iFQ/Aq5iqblPwxSVVZI+zxDyTX0VPqtQsDnfdrBDcsmhgTEOh5R8Lbpw=="
},
"caseless": {
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
"integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=",
"dev": true
},
"center-align": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz",
......@@ -1762,6 +1897,17 @@
"resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
"integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18="
},
"clone-deep": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz",
"integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==",
"dev": true,
"requires": {
"is-plain-object": "^2.0.4",
"kind-of": "^6.0.2",
"shallow-clone": "^3.0.0"
}
},
"co": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
......@@ -1848,6 +1994,15 @@
"resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
"integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM="
},
"combined-stream": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
"integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
"dev": true,
"requires": {
"delayed-stream": "~1.0.0"
}
},
"commander": {
"version": "2.17.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.17.1.tgz",
......@@ -1900,6 +2055,11 @@
}
}
},
"comutils": {
"version": "1.1.19",
"resolved": "https://registry.npmjs.org/comutils/-/comutils-1.1.19.tgz",
"integrity": "sha512-JxXB67juILiwhdLwOsYyjUqwWEhHdObI0EClOPk+JDtEuTbac59s0pxGpfCBnNNQ5JommifmcMGneW/4Cg7YWw=="
},
"concat-map": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
......@@ -1974,6 +2134,12 @@
"date-now": "^0.1.4"
}
},
"console-control-strings": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
"integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=",
"dev": true
},
"consolidate": {
"version": "0.14.5",
"resolved": "https://registry.npmjs.org/consolidate/-/consolidate-0.14.5.tgz",
......@@ -2490,6 +2656,15 @@
"type": "^1.0.1"
}
},
"dashdash": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
"integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
"dev": true,
"requires": {
"assert-plus": "^1.0.0"
}
},
"date-now": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz",
......@@ -2579,6 +2754,18 @@
"resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz",
"integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM="
},
"delayed-stream": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
"integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=",
"dev": true
},
"delegates": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
"integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=",
"dev": true
},
"depd": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
......@@ -2738,6 +2925,16 @@
}
}
},
"ecc-jsbn": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
"integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=",
"dev": true,
"requires": {
"jsbn": "~0.1.0",
"safer-buffer": "^2.1.0"
}
},
"ee-first": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
......@@ -3411,6 +3608,12 @@
"webpack-sources": "^1.0.1"
}
},
"extsprintf": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
"integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=",
"dev": true
},
"fast-deep-equal": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz",
......@@ -3638,6 +3841,23 @@
"resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
"integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA="
},
"forever-agent": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
"integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=",
"dev": true
},
"form-data": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz",
"integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==",
"dev": true,
"requires": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.6",
"mime-types": "^2.1.12"
}
},
"forwarded": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz",
......@@ -4235,6 +4455,18 @@
}
}
},
"fstream": {
"version": "1.0.12",
"resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz",
"integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==",
"dev": true,
"requires": {
"graceful-fs": "^4.1.2",
"inherits": "~2.0.0",
"mkdirp": ">=0.5 0",
"rimraf": "2"
}
},
"function-bind": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
......@@ -4246,11 +4478,64 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=",
"dev": true
},
"gauge": {
"version": "2.7.4",
"resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz",
"integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=",
"dev": true,
"requires": {
"aproba": "^1.0.3",
"console-control-strings": "^1.0.0",
"has-unicode": "^2.0.0",
"object-assign": "^4.1.0",
"signal-exit": "^3.0.0",
"string-width": "^1.0.1",
"strip-ansi": "^3.0.1",
"wide-align": "^1.1.0"
},
"dependencies": {
"is-fullwidth-code-point": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
"integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
"dev": true,
"requires": {
"number-is-nan": "^1.0.0"
}
},
"string-width": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
"integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
"dev": true,
"requires": {
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",
"strip-ansi": "^3.0.0"
}
}
}
},
"gaze": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz",
"integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==",
"dev": true,
"requires": {
"globule": "^1.0.0"
}
},
"get-caller-file": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz",
"integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w=="
},
"get-stdin": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
"integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=",
"dev": true
},
"get-stream": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
......@@ -4261,6 +4546,15 @@
"resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz",
"integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg="
},
"getpass": {
"version": "0.1.7",
"resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
"integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=",
"dev": true,
"requires": {
"assert-plus": "^1.0.0"
}
},
"glob": {
"version": "7.1.4",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz",
......@@ -4298,6 +4592,17 @@
"resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz",
"integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ=="
},
"globule": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/globule/-/globule-1.2.1.tgz",
"integrity": "sha512-g7QtgWF4uYSL5/dn71WxubOrS7JVGCnFPEnoeChJmBnyR9Mw8nGoEwOgJL/RC2Te0WhbsEUCejfH8SZNJ+adYQ==",
"dev": true,
"requires": {
"glob": "~7.1.1",
"lodash": "~4.17.10",
"minimatch": "~3.0.2"
}
},
"graceful-fs": {
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.2.tgz",
......@@ -4312,6 +4617,48 @@
"pify": "^3.0.0"
}
},
"har-schema": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz",
"integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=",
"dev": true
},
"har-validator": {
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz",
"integrity": "sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==",
"dev": true,
"requires": {
"ajv": "^6.5.5",
"har-schema": "^2.0.0"
},
"dependencies": {
"ajv": {
"version": "6.10.2",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz",
"integrity": "sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==",
"dev": true,
"requires": {
"fast-deep-equal": "^2.0.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"uri-js": "^4.2.2"
}
},
"fast-deep-equal": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz",
"integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=",
"dev": true
},
"json-schema-traverse": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
"dev": true
}
}
},
"has": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
......@@ -4338,6 +4685,12 @@
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.0.tgz",
"integrity": "sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q="
},
"has-unicode": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
"integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=",
"dev": true
},
"has-value": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",
......@@ -4539,6 +4892,17 @@
"toidentifier": "1.0.0"
}
},
"http-signature": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz",
"integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=",
"dev": true,
"requires": {
"assert-plus": "^1.0.0",
"jsprim": "^1.2.2",
"sshpk": "^1.7.0"
}
},
"https-browserify": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz",
......@@ -4611,6 +4975,21 @@
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
"integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o="
},
"in-publish": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.0.tgz",
"integrity": "sha1-4g/146KvwmkDILbcVSaCqcf631E=",
"dev": true
},
"indent-string": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
"integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",
"dev": true,
"requires": {
"repeating": "^2.0.0"
}
},
"indexes-of": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz",
......@@ -4884,6 +5263,18 @@
"html-comment-regex": "^1.1.0"
}
},
"is-typedarray": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
"integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=",
"dev": true
},
"is-utf8": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
"integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=",
"dev": true
},
"is-windows": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
......@@ -4909,6 +5300,12 @@
"resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
"integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8="
},
"isstream": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
"integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=",
"dev": true
},
"js-base64": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.5.1.tgz",
......@@ -4934,6 +5331,12 @@
"esprima": "^2.6.0"
}
},
"jsbn": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
"integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=",
"dev": true
},
"jsesc": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz",
......@@ -4949,6 +5352,12 @@
"resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
"integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw=="
},
"json-schema": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
"integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=",
"dev": true
},
"json-schema-traverse": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz",
......@@ -4960,6 +5369,12 @@
"integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=",
"dev": true
},
"json-stringify-safe": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
"integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=",
"dev": true
},
"json5": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz",
......@@ -4973,6 +5388,18 @@
"graceful-fs": "^4.1.6"
}
},
"jsprim": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
"integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=",
"dev": true,
"requires": {
"assert-plus": "1.0.0",
"extsprintf": "1.3.0",
"json-schema": "0.2.3",
"verror": "1.10.0"
}
},
"keycode": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/keycode/-/keycode-2.2.0.tgz",
......@@ -5267,6 +5694,12 @@
"resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
"integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8="
},
"map-obj": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
"integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=",
"dev": true
},
"map-visit": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",
......@@ -5341,16 +5774,130 @@
}
}
},
"merge-descriptors": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
"integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E="
},
"methods": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
"integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4="
},
"meow": {
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
"integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=",
"dev": true,
"requires": {
"camelcase-keys": "^2.0.0",
"decamelize": "^1.1.2",
"loud-rejection": "^1.0.0",
"map-obj": "^1.0.1",
"minimist": "^1.1.3",
"normalize-package-data": "^2.3.4",
"object-assign": "^4.0.1",
"read-pkg-up": "^1.0.1",
"redent": "^1.0.0",
"trim-newlines": "^1.0.0"
},
"dependencies": {
"find-up": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
"integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
"dev": true,
"requires": {
"path-exists": "^2.0.0",
"pinkie-promise": "^2.0.0"
}
},
"load-json-file": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
"integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
"dev": true,
"requires": {
"graceful-fs": "^4.1.2",
"parse-json": "^2.2.0",
"pify": "^2.0.0",
"pinkie-promise": "^2.0.0",
"strip-bom": "^2.0.0"
}
},
"minimist": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
"integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
"dev": true
},
"parse-json": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
"integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
"dev": true,
"requires": {
"error-ex": "^1.2.0"
}
},
"path-exists": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
"integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
"dev": true,
"requires": {
"pinkie-promise": "^2.0.0"
}
},
"path-type": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
"integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
"dev": true,
"requires": {
"graceful-fs": "^4.1.2",
"pify": "^2.0.0",
"pinkie-promise": "^2.0.0"
}
},
"pify": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
"integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
"dev": true
},
"read-pkg": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
"integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
"dev": true,
"requires": {
"load-json-file": "^1.0.0",
"normalize-package-data": "^2.3.2",
"path-type": "^1.0.0"
}
},
"read-pkg-up": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
"integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
"dev": true,
"requires": {
"find-up": "^1.0.0",
"read-pkg": "^1.0.0"
}
},
"strip-bom": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
"integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
"dev": true,
"requires": {
"is-utf8": "^0.2.0"
}
}
}
},
"merge-descriptors": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
"integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E="
},
"methods": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
"integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4="
},
"micromatch": {
"version": "3.1.10",
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
......@@ -5525,8 +6072,7 @@
"nan": {
"version": "2.14.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz",
"integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==",
"optional": true
"integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg=="
},
"nanomatch": {
"version": "1.2.13",
......@@ -5590,6 +6136,34 @@
"is-stream": "^1.0.1"
}
},
"node-gyp": {
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.8.0.tgz",
"integrity": "sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==",
"dev": true,
"requires": {
"fstream": "^1.0.0",
"glob": "^7.0.3",
"graceful-fs": "^4.1.2",
"mkdirp": "^0.5.0",
"nopt": "2 || 3",
"npmlog": "0 || 1 || 2 || 3 || 4",
"osenv": "0",
"request": "^2.87.0",
"rimraf": "2",
"semver": "~5.3.0",
"tar": "^2.0.0",
"which": "1"
},
"dependencies": {
"semver": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
"integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=",
"dev": true
}
}
},
"node-libs-browser": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz",
......@@ -5671,6 +6245,77 @@
}
}
},
"node-sass": {
"version": "4.12.0",
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.12.0.tgz",
"integrity": "sha512-A1Iv4oN+Iel6EPv77/HddXErL2a+gZ4uBeZUy+a8O35CFYTXhgA8MgLCWBtwpGZdCvTvQ9d+bQxX/QC36GDPpQ==",
"dev": true,
"requires": {
"async-foreach": "^0.1.3",
"chalk": "^1.1.1",
"cross-spawn": "^3.0.0",
"gaze": "^1.0.0",
"get-stdin": "^4.0.1",
"glob": "^7.0.3",
"in-publish": "^2.0.0",
"lodash": "^4.17.11",
"meow": "^3.7.0",
"mkdirp": "^0.5.1",
"nan": "^2.13.2",
"node-gyp": "^3.8.0",
"npmlog": "^4.0.0",
"request": "^2.88.0",
"sass-graph": "^2.2.4",
"stdout-stream": "^1.4.0",
"true-case-path": "^1.0.2"
},
"dependencies": {
"ansi-styles": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
"dev": true
},
"chalk": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
"dev": true,
"requires": {
"ansi-styles": "^2.2.1",
"escape-string-regexp": "^1.0.2",
"has-ansi": "^2.0.0",
"strip-ansi": "^3.0.0",
"supports-color": "^2.0.0"
}
},
"cross-spawn": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz",
"integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=",
"dev": true,
"requires": {
"lru-cache": "^4.0.1",
"which": "^1.2.9"
}
},
"supports-color": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
"dev": true
}
}
},
"nopt": {
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
"integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
"dev": true,
"requires": {
"abbrev": "1"
}
},
"normalize-package-data": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
......@@ -5716,6 +6361,18 @@
"path-key": "^2.0.0"
}
},
"npmlog": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
"integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==",
"dev": true,
"requires": {
"are-we-there-yet": "~1.1.2",
"console-control-strings": "~1.1.0",
"gauge": "~2.7.3",
"set-blocking": "~2.0.0"
}
},
"nth-check": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz",
......@@ -5810,6 +6467,12 @@
}
}
},
"oauth-sign": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz",
"integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==",
"dev": true
},
"object-assign": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
......@@ -6023,6 +6686,16 @@
"resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
"integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ="
},
"osenv": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz",
"integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==",
"dev": true,
"requires": {
"os-homedir": "^1.0.0",
"os-tmpdir": "^1.0.0"
}
},
"p-finally": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
......@@ -6201,6 +6874,12 @@
"sha.js": "^2.4.8"
}
},
"performance-now": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
"integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=",
"dev": true
},
"pify": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
......@@ -8621,6 +9300,12 @@
"resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
"integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM="
},
"psl": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/psl/-/psl-1.4.0.tgz",
"integrity": "sha512-HZzqCGPecFLyoRj5HLfuDSKYTJkAfB5thKBIkRHtGjWwY7p1dAyveIbXIq4tO0KYfDF2tHqPUgY9SDnGm00uFw==",
"dev": true
},
"public-encrypt": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz",
......@@ -8804,6 +9489,16 @@
}
}
},
"redent": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",
"integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=",
"dev": true,
"requires": {
"indent-string": "^2.1.0",
"strip-indent": "^1.0.1"
}
},
"reduce-css-calc": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/reduce-css-calc/-/reduce-css-calc-1.3.0.tgz",
......@@ -8934,6 +9629,42 @@
"is-finite": "^1.0.0"
}
},
"request": {
"version": "2.88.0",
"resolved": "https://registry.npmjs.org/request/-/request-2.88.0.tgz",
"integrity": "sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==",
"dev": true,
"requires": {
"aws-sign2": "~0.7.0",
"aws4": "^1.8.0",
"caseless": "~0.12.0",
"combined-stream": "~1.0.6",
"extend": "~3.0.2",
"forever-agent": "~0.6.1",
"form-data": "~2.3.2",
"har-validator": "~5.1.0",
"http-signature": "~1.2.0",
"is-typedarray": "~1.0.0",
"isstream": "~0.1.2",
"json-stringify-safe": "~5.0.1",
"mime-types": "~2.1.19",
"oauth-sign": "~0.9.0",
"performance-now": "^2.1.0",
"qs": "~6.5.2",
"safe-buffer": "^5.1.2",
"tough-cookie": "~2.4.3",
"tunnel-agent": "^0.6.0",
"uuid": "^3.3.2"
},
"dependencies": {
"qs": {
"version": "6.5.2",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz",
"integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==",
"dev": true
}
}
},
"require-directory": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
......@@ -9093,6 +9824,251 @@
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
},
"sass-graph": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.4.tgz",
"integrity": "sha1-E/vWPNHK8JCLn9k0dq1DpR0eC0k=",
"dev": true,
"requires": {
"glob": "^7.0.0",
"lodash": "^4.0.0",
"scss-tokenizer": "^0.2.3",
"yargs": "^7.0.0"
},
"dependencies": {
"camelcase": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
"integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=",
"dev": true
},
"cliui": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
"integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=",
"dev": true,
"requires": {
"string-width": "^1.0.1",
"strip-ansi": "^3.0.1",
"wrap-ansi": "^2.0.0"
}
},
"find-up": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
"integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
"dev": true,
"requires": {
"path-exists": "^2.0.0",
"pinkie-promise": "^2.0.0"
}
},
"is-fullwidth-code-point": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
"integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
"dev": true,
"requires": {
"number-is-nan": "^1.0.0"
}
},
"load-json-file": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
"integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
"dev": true,
"requires": {
"graceful-fs": "^4.1.2",
"parse-json": "^2.2.0",
"pify": "^2.0.0",
"pinkie-promise": "^2.0.0",
"strip-bom": "^2.0.0"
}
},
"os-locale": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
"integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=",
"dev": true,
"requires": {
"lcid": "^1.0.0"
}
},
"parse-json": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
"integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
"dev": true,
"requires": {
"error-ex": "^1.2.0"
}
},
"path-exists": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
"integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
"dev": true,
"requires": {
"pinkie-promise": "^2.0.0"
}
},
"path-type": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
"integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
"dev": true,
"requires": {
"graceful-fs": "^4.1.2",
"pify": "^2.0.0",
"pinkie-promise": "^2.0.0"
}
},
"pify": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
"integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
"dev": true
},
"read-pkg": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
"integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
"dev": true,
"requires": {
"load-json-file": "^1.0.0",
"normalize-package-data": "^2.3.2",
"path-type": "^1.0.0"
}
},
"read-pkg-up": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
"integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
"dev": true,
"requires": {
"find-up": "^1.0.0",
"read-pkg": "^1.0.0"
}
},
"string-width": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
"integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
"dev": true,
"requires": {
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",
"strip-ansi": "^3.0.0"
}
},
"strip-bom": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
"integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
"dev": true,
"requires": {
"is-utf8": "^0.2.0"
}
},
"which-module": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz",
"integrity": "sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8=",
"dev": true
},
"y18n": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz",
"integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE=",
"dev": true
},
"yargs": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-7.1.0.tgz",
"integrity": "sha1-a6MY6xaWFyf10oT46gA+jWFU0Mg=",
"dev": true,
"requires": {
"camelcase": "^3.0.0",
"cliui": "^3.2.0",
"decamelize": "^1.1.1",
"get-caller-file": "^1.0.1",
"os-locale": "^1.4.0",
"read-pkg-up": "^1.0.1",
"require-directory": "^2.1.1",
"require-main-filename": "^1.0.1",
"set-blocking": "^2.0.0",
"string-width": "^1.0.2",
"which-module": "^1.0.0",
"y18n": "^3.2.1",
"yargs-parser": "^5.0.0"
}
},
"yargs-parser": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0.tgz",
"integrity": "sha1-J17PDX/+Bcd+ZOfIbkzZS/DhIoo=",
"dev": true,
"requires": {
"camelcase": "^3.0.0"
}
}
}
},
"sass-loader": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-8.0.0.tgz",
"integrity": "sha512-+qeMu563PN7rPdit2+n5uuYVR0SSVwm0JsOUsaJXzgYcClWSlmX0iHDnmeOobPkf5kUglVot3QS6SyLyaQoJ4w==",
"dev": true,
"requires": {
"clone-deep": "^4.0.1",
"loader-utils": "^1.2.3",
"neo-async": "^2.6.1",
"schema-utils": "^2.1.0",
"semver": "^6.3.0"
},
"dependencies": {
"ajv": {
"version": "6.10.2",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz",
"integrity": "sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==",
"dev": true,
"requires": {
"fast-deep-equal": "^2.0.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"uri-js": "^4.2.2"
}
},
"fast-deep-equal": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz",
"integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=",
"dev": true
},
"json-schema-traverse": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
"dev": true
},
"schema-utils": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.5.0.tgz",
"integrity": "sha512-32ISrwW2scPXHUSusP8qMg5dLUawKkyV+/qIEV9JdXKx+rsM6mi8vZY8khg2M69Qom16rtroWXD3Ybtiws38gQ==",
"dev": true,
"requires": {
"ajv": "^6.10.2",
"ajv-keywords": "^3.4.1"
}
},
"semver": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
"dev": true
}
}
},
"sax": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
......@@ -9106,6 +10082,27 @@
"ajv": "^5.0.0"
}
},
"scss-tokenizer": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz",
"integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=",
"dev": true,
"requires": {
"js-base64": "^2.1.8",
"source-map": "^0.4.2"
},
"dependencies": {
"source-map": {
"version": "0.4.4",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
"integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
"dev": true,
"requires": {
"amdefine": ">=0.0.4"
}
}
}
},
"semver": {
"version": "5.7.1",
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
......@@ -9219,6 +10216,15 @@
"safe-buffer": "^5.0.1"
}
},
"shallow-clone": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz",
"integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==",
"dev": true,
"requires": {
"kind-of": "^6.0.2"
}
},
"shebang-command": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
......@@ -9470,6 +10476,23 @@
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
"integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
},
"sshpk": {
"version": "1.16.1",
"resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz",
"integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==",
"dev": true,
"requires": {
"asn1": "~0.2.3",
"assert-plus": "^1.0.0",
"bcrypt-pbkdf": "^1.0.0",
"dashdash": "^1.12.0",
"ecc-jsbn": "~0.1.1",
"getpass": "^0.1.1",
"jsbn": "~0.1.0",
"safer-buffer": "^2.0.2",
"tweetnacl": "~0.14.0"
}
},
"ssr-window": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/ssr-window/-/ssr-window-1.0.1.tgz",
......@@ -9517,6 +10540,47 @@
"resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
"integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow="
},
"stdout-stream": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz",
"integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==",
"dev": true,
"requires": {
"readable-stream": "^2.0.1"
},
"dependencies": {
"isarray": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
"dev": true
},
"readable-stream": {
"version": "2.3.6",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
"integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
"dev": true,
"requires": {
"core-util-is": "~1.0.0",
"inherits": "~2.0.3",
"isarray": "~1.0.0",
"process-nextick-args": "~2.0.0",
"safe-buffer": "~5.1.1",
"string_decoder": "~1.1.1",
"util-deprecate": "~1.0.1"
}
},
"string_decoder": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
"dev": true,
"requires": {
"safe-buffer": "~5.1.0"
}
}
}
},
"stream-browserify": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz",
......@@ -9667,6 +10731,15 @@
"resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
"integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8="
},
"strip-indent": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
"integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
"dev": true,
"requires": {
"get-stdin": "^4.0.1"
}
},
"strip-json-comments": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
......@@ -9748,6 +10821,17 @@
"resolved": "https://registry.npmjs.org/tapable/-/tapable-0.2.9.tgz",
"integrity": "sha512-2wsvQ+4GwBvLPLWsNfLCDYGsW6xb7aeC6utq2Qh0PFwgEy7K7dsma9Jsmb2zSQj7GvYAyUGSntLtsv++GmgL1A=="
},
"tar": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/tar/-/tar-2.2.2.tgz",
"integrity": "sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA==",
"dev": true,
"requires": {
"block-stream": "*",
"fstream": "^1.0.12",
"inherits": "2"
}
},
"text-table": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
......@@ -9881,11 +10965,44 @@
"resolved": "https://registry.npmjs.org/toposort/-/toposort-1.0.7.tgz",
"integrity": "sha1-LmhELZ9k7HILjMieZEOsbKqVACk="
},
"tough-cookie": {
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz",
"integrity": "sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==",
"dev": true,
"requires": {
"psl": "^1.1.24",
"punycode": "^1.4.1"
},
"dependencies": {
"punycode": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
"integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=",
"dev": true
}
}
},
"trim-newlines": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
"integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=",
"dev": true
},
"trim-right": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz",
"integrity": "sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM="
},
"true-case-path": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.3.tgz",
"integrity": "sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==",
"dev": true,
"requires": {
"glob": "^7.1.2"
}
},
"tryer": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz",
......@@ -9896,6 +11013,21 @@
"resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz",
"integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY="
},
"tunnel-agent": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
"integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
"dev": true,
"requires": {
"safe-buffer": "^5.0.1"
}
},
"tweetnacl": {
"version": "0.14.5",
"resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
"integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=",
"dev": true
},
"type": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/type/-/type-1.0.3.tgz",
......@@ -10236,6 +11368,17 @@
"resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.3.tgz",
"integrity": "sha512-fOi47nsJP5Wqefa43kyWSg80qF+Q3XA6MUkgi7Hp1HQaKDQW4cQrK2D0P7mmbFtsV1N89am55Yru/nyEwRubcw=="
},
"verror": {
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
"integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=",
"dev": true,
"requires": {
"assert-plus": "^1.0.0",
"core-util-is": "1.0.2",
"extsprintf": "^1.2.0"
}
},
"viewerjs": {
"version": "1.3.6",
"resolved": "https://registry.npmjs.org/viewerjs/-/viewerjs-1.3.6.tgz",
......@@ -10373,6 +11516,14 @@
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.1.3.tgz",
"integrity": "sha512-8iSa4mGNXBjyuSZFCCO4fiKfvzqk+mhL0lnKuGcQtO1eoj8nq3CmbEG8FwK5QqoqwDgsjsf1GDuisDX4cdb/aQ=="
},
"vue-seamless-scroll": {
"version": "1.1.17",
"resolved": "https://registry.npmjs.org/vue-seamless-scroll/-/vue-seamless-scroll-1.1.17.tgz",
"integrity": "sha512-morpkbNkYZzlCtgSCDA/7PT5vRlqRVimaT82vFPDUyxmAD85jZ2vYOl+DRMwv+aD/eYcIBEv9qoYr4z8vL4zNA==",
"requires": {
"comutils": "^1.1.9"
}
},
"vue-server-renderer": {
"version": "2.6.10",
"resolved": "https://registry.npmjs.org/vue-server-renderer/-/vue-server-renderer-2.6.10.tgz",
......@@ -10659,6 +11810,15 @@
"resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
"integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho="
},
"wide-align": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz",
"integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==",
"dev": true,
"requires": {
"string-width": "^1.0.2 || 2"
}
},
"window-size": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz",
......
......@@ -33,7 +33,8 @@
<nuxt-link to="/tour?tagIds=">
<div>
MORE
<img src="https://mgmt.dfangche.com/xxfccn/image/home/more.png" />
<!-- <img src="https://mgmt.dfangche.com/xxfccn/image/home/more.png" /> -->
<i class="iconfont iconsingle_arrow"></i>
</div>
</nuxt-link>
</div>
......@@ -109,7 +110,7 @@
<p class="tour-t-l-00-title">{{hotlist[isTourActives][0].name}}</p>
<span class="tour-detail" style="border: 1px solid #fff;">
查看详情
<img src="https://mgmt.dfangche.com/xxfccn/image/home/more.png" />
<i class="iconfont iconsingle_arrow"></i>
</span>
</div>
</div>
......@@ -128,7 +129,7 @@
<p class="tour-t-l-00-title">{{hotlist[isTourActives][1].name}}</p>
<span class="tour-detail" style="border: 1px solid #fff;">
查看详情
<img src="https://mgmt.dfangche.com/xxfccn/image/home/more.png" />
<i class="iconfont iconsingle_arrow"></i>
</span>
</div>
</div>
......@@ -143,7 +144,7 @@
<p class="tour-t-l-00-title">{{hotlist[isTourActives][2].name}}</p>
<span class="tour-detail" style="border: 1px solid #fff;">
查看详情
<img src="https://mgmt.dfangche.com/xxfccn/image/home/more.png" />
<i class="iconfont iconsingle_arrow"></i>
</span>
</div>
</div>
......@@ -162,7 +163,7 @@
<p class="tour-t-l-00-title">{{hotlist[isTourActives][3].name}}</p>
<span class="tour-detail" style="border: 1px solid #fff;">
查看详情
<img src="https://mgmt.dfangche.com/xxfccn/image/home/more.png" />
<i class="iconfont iconsingle_arrow"></i>
</span>
</div>
</div>
......@@ -177,7 +178,7 @@
<p class="tour-t-l-00-title">{{hotlist[isTourActives][4].name}}</p>
<span class="tour-detail" style="border: 1px solid #fff;">
查看详情
<img src="https://mgmt.dfangche.com/xxfccn/image/home/more.png" />
<i class="iconfont iconsingle_arrow"></i>
</span>
</div>
</div>
......@@ -196,7 +197,7 @@
<p class="tour-t-l-00-title">{{hotlist[isTourActives][4].name}}</p>
<span class="tour-detail" style="border: 1px solid #fff;">
查看详情
<img src="https://mgmt.dfangche.com/xxfccn/image/home/more.png" />
<i class="iconfont iconsingle_arrow"></i>
</span>
</div>
</div>
......@@ -235,22 +236,27 @@
热门房车
<span style="font-size: 16px;margin: 0 5px;"></span> 多款房车任你选择
</div>
<div class="flex-aic-jcb more-container">
<div style="width: 1070px;text-align: center">
<div class="flex-aic-jcb more-container" style="width:1180px">
<div style="width: 1120px;text-align: center">
<div class="line-title"></div>
</div>
</div>
<div class="min-win">
<ul class="v-type-ul" style="text-align:center;width:100%;display:block">
<li class="v-type" :class="tabIndex == 0 ? 'hotActiveBtn' : ''" @click="chooseHot(0)">房车租赁</li>
<li class="v-type" :class="tabIndex == 1 ? 'hotActiveBtn' : ''" @click="chooseHot(1)">房车会员</li>
</ul>
<nuxt-link to="vehicle?types=">
<div>
MORE
<img src="https://mgmt.dfangche.com/xxfccn/image/home/more.png" />
<i class="iconfont iconsingle_arrow"></i>
</div>
</nuxt-link>
</div>
<div class="min-win">
<ul class="v-type-ul">
<li class="v-type" :class="tabIndex == 0 ? 'hotActiveBtn' : ''" @click="chooseHot(0)">房车租赁</li>
<li
style="margin-right:40px;"
class="v-type"
:class="tabIndex == 1 ? 'hotActiveBtn' : ''"
@click="chooseHot(1)"
>房车会员</li>
</ul>
<div class="left" v-if="tabIndex == 0">
<ul>
......@@ -316,7 +322,7 @@
</li>
</ul>
</div>
<div class="right" v-else>
<div style="margin-top:40px" class="right" v-else>
<ul>
<li>
<img :src="memberList[0].bigIcon" :class="{miniPic1:!grade.common}" alt />
......@@ -419,19 +425,19 @@
</div>
<!-- 最新活动●从这里启程 -->
<div class="flex-fdc-jcc activity-container" style="padding: 30px 0;">
<div class="flex-fdc-jcc activity-container" style="padding-bottom: 30px;">
<div class="tc title" style="color: #000;">
最新活动
<span style="font-size: 16px;margin: 0 5px;"></span> 从这里启程
</div>
<div class="flex-aic-jcb more-container">
<div style="width: 1070px;text-align: center">
<div style="width: 1120px;text-align: center">
<div class="line-title"></div>
</div>
<nuxt-link to="/activity">
<div>
MORE
<img src="https://mgmt.dfangche.com/xxfccn/image/home/more.png" />
<i class="iconfont iconsingle_arrow"></i>
</div>
</nuxt-link>
</div>
......@@ -439,12 +445,16 @@
<div class="swiper-wrapper">
<div class="swiper-slide" v-for="(item,index) in activityList" :key="index">
<div class="left">
<img :src="item[0].banner" :alt="item[0].title" />
<nuxt-link :to="'activityList/'+item[0].id">
<div style="overflow: hidden;height: 320px;">
<img :src="item[0].banner" :alt="item[0].title" />
</div>
<h3>{{item[0].title}}</h3>
<p>活动时间:{{item[0].startTime}} - {{item[0].endTime}}</p>
<p>活动地点:{{item[0].province}}{{item[0].city}}{{item[0].town}}{{item[0].address}}</p>
</nuxt-link>
<p>活动时间:{{item[0].startTime}} - {{item[0].endTime}}</p>
<p>活动地点:{{item[0].province}}{{item[0].city}}{{item[0].town}}{{item[0].address}}</p>
</div>
<div v-for="(val,key) in item.slice(1)" :key="key">
<ul class="right">
......@@ -542,29 +552,32 @@
</div>-->
<!-- 新闻动态 -->
<div class="flex-fdc-jcc" style="background: #fff;padding: 30px 0;">
<div class="flex-fdc-jcc" style="background: #fff;padding-bottom: 30px;">
<div class="tc title">
新闻动态
<span style="font-size: 16px;margin: 0 5px;"></span> 最新资讯与你分享
</div>
<div class="flex-aic-jcb more-container">
<div style="width: 1029px;text-align: center">
<div style="width: 1120px;text-align: center">
<div class="line-title"></div>
</div>
<nuxt-link to="/news">
<div>
MORE
<img src="https://mgmt.dfangche.com/xxfccn/image/home/more.png" />
<i class="iconfont iconsingle_arrow"></i>
</div>
</nuxt-link>
</div>
<div class="flex-aic-jcb-warp min-win" style="width:1120px">
<div class="left">
<h3>
<nuxt-link :to="'newsList/'+newsList[0].id">{{newsList[0].title}}</nuxt-link>
</h3>
<p>{{newsList[0].epitome}}</p>
<img :src="newsList[0].coverImage" alt />
<nuxt-link :to="'newsList/'+newsList[0].id">
<h3>{{newsList[0].title}}</h3>
<p>{{newsList[0].epitome}}</p>
<div style="overflow: hidden;">
<img :src="newsList[0].coverImage" alt />
</div>
</nuxt-link>
</div>
<ul class="right">
<li v-for="(item,index) in newsList.slice(1)" :key="index">
......@@ -592,8 +605,8 @@
<img style="width: 100%;" src="https://mgmt.dfangche.com/xxfccn/image/home/scope-bg.jpg" />
<div class="city-covers">
<div class="introduce">
<h3>欣新房车是一家专业从事房车销售,房车租赁,房车旅游路线策划,房车托管及房车产业配套与服务一体化的企业.</h3>
<p>将以全新的商业模式与经营理念,让房车生活走向大众.我们将竭诚为消费者提供舒适,便捷,轻松,快乐的房车生活.</p>
<h3>欣新房车是一家专业从事房车销售,房车租赁,房车旅游路线策划,房车托管及房车产业配套与服务一体化的企业。</h3>
<p>将以全新的商业模式与经营理念,让房车生活走向大众,我们将竭诚为消费者提供舒适,便捷,轻松,快乐的房车生活。</p>
<p>欣新房车全国覆盖</p>
<ul>
<li>
......@@ -602,7 +615,7 @@
</li>
<li>
<p>{{comppanyNum}}+</p>
<p>公司</p>
<p>公司</p>
</li>
</ul>
<span class="look-info">
......@@ -612,7 +625,11 @@
</nuxt-link>
</span>
</div>
<img src="https://mgmt.dfangche.com/xxfccn/image/home/map_new.jpg" style="width:659px;float:right" alt />
<img
src="https://mgmt.dfangche.com/xxfccn/image/home/map_new.jpg"
style="width:654px;float:right"
alt
/>
</div>
</div>
......@@ -621,6 +638,7 @@
<div class="left">
<div class="left-title">
<span>房车营地</span>
<nuxt-link to="campsite?types=" style="float:right;color:#fff">
<span>
MORE
......@@ -628,8 +646,9 @@
</span>
</nuxt-link>
</div>
<img src="https://mgmt.dfangche.com/xxfccn/image/home/yindi.png" alt />
<div style="overflow: hidden;width: 330px;height: 190px;margin: 15px auto;">
<img src="https://mgmt.dfangche.com/xxfccn/image/home/yindi.png" alt />
</div>
<ul>
<li v-for="(item,index) in campsiteList" :key="index">
<nuxt-link :to="'campsiteDetails/'+item.id">{{item.name}}</nuxt-link>
......@@ -648,10 +667,13 @@
</div>
<div style="padding:15px">
<!-- <img src="./../assets/images/headquarters.png" alt /> -->
<img :src="companyList[0].cover" alt style="width:336px;height:124px"/>
<div style="overflow: hidden;display:inline-block" class="head-img">
<img :src="companyList[0].cover" alt style="width:336px;height:124px" />
</div>
<div class="adress">
<p><nuxt-link to='company'>{{companyList[0].name}}</nuxt-link></p>
<p>
<nuxt-link to="company">{{companyList[0].name}}</nuxt-link>
</p>
<p>
<span class="iconfont iconyidongduanicon-"></span>
{{companyList[0].leaderContactInfo}}
......@@ -663,7 +685,7 @@
</div>
<ul class="company-address">
<li v-for="(item,index) in companyList.slice(1)" :key="index">
<nuxt-link to='company'>
<nuxt-link to="company">
<span>{{item.name}}</span>
<span class="iconfont iconyidongduanicon-"></span>
{{item.leaderContactInfo}}
......@@ -675,7 +697,7 @@
</div>
</div>
</div>
<go-top></go-top>
<!-- <go-top></go-top> -->
<footer-modal></footer-modal>
</div>
</template>
......@@ -688,7 +710,7 @@ import menuModal from '../components/menu'
import footerModal from '../components/footer'
import Swiper from 'swiper'
import 'swiper/dist/css/swiper.min.css'
import GoTop from '../components/goTop'
// import GoTop from '../components/goTop'
// import '../assets/index.css'
export default {
transition: 'bounce',
......@@ -697,8 +719,8 @@ export default {
menuModal,
footerModal,
banner,
bannerActivity,
GoTop
bannerActivity
// GoTop
},
data() {
return {
......@@ -1005,6 +1027,13 @@ export default {
},
chooseHot(index) {
this.tabIndex = index
if (index == 0) {
this.grade = {
common: true,
gold: true,
diamond: true
}
}
},
choose(item) {
this.isTourActive = item
......@@ -1044,7 +1073,7 @@ export default {
let scrollHeight = scrollObj.scrollHeight // 滚动条的总高度
let _t = this
//滚动条到底部的条件
if (scrollHeight - scrollTop < 1000) {
if (scrollHeight - scrollTop < 1600) {
// _t.cityNum = 0;
// _t.comppanyNum = 0;
var t = setInterval(function() {
......@@ -1062,10 +1091,11 @@ export default {
clearInterval(c)
}
}, 100)
} else {
_t.cityNum = 0
_t.comppanyNum = 0
}
// else {
// _t.cityNum = 0
// _t.comppanyNum = 0
// }
}
},
/**
......
......@@ -2,3 +2,4 @@ import Vue from 'vue'
import ElementUI from 'element-ui'
// import 'element-ui/lib/theme-chalk/index.css'
Vue.use(ElementUI)
import Vue from 'vue'
import vueSeamlessScroll from 'vue-seamless-scroll'
Vue.use(vueSeamlessScroll)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment