|
@@ -0,0 +1,35 @@
|
|
|
|
+<header id="articleHead" xmlns:th="http://www.w3.org/1999/xhtml">
|
|
|
|
+ <div class="articleTopNav">
|
|
|
|
+ <div class="wrap">
|
|
|
|
+ <a href="/index.html" target="_blank">商城首页</a>
|
|
|
|
+ <a href="/info/center-3-1.html" class="typeBtn" typeid="3">新品上线</a>
|
|
|
|
+ <a href="/info/center-2-1.html" class="current typeBtn" typeid="2">商城促销</a>
|
|
|
|
+ <a href="/info/center-6-1.html" class="typeBtn" typeid="6">热门和推荐</a>
|
|
|
|
+ <a href="/info/center-8-1.html" class="typeBtn" typeid="8">医美直播专栏</a>
|
|
|
|
+ <a href="/info/center-1-1.html" class="typeBtn" typeid="1">采美动态</a>
|
|
|
|
+ <a href="/info/center-4-1.html" class="typeBtn" typeid="4">美业科普</a>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <!--搜索-->
|
|
|
|
+ <div class="baseHeadCenter article">
|
|
|
|
+ <div class="wrap clear">
|
|
|
|
+ <a href="/index.html" class="h5Only mClassBtn mIcon" title="主页"></a>
|
|
|
|
+ <a href="/" class="logo">
|
|
|
|
+ <img class="pcOnly" src="/img/base/logo.png" alt="采美 生美/医美采购服务平台"/>
|
|
|
|
+ <img class="h5Only" src="/img/base/logo_m.png" alt="采美 生美/医美采购服务平台"/>
|
|
|
|
+ </a>
|
|
|
|
+ <div class="mf h5Only mUserCenter">
|
|
|
|
+ <a :href="loginStatus?'/shopping/cart.html':'javascript:void(0);'" :class="loginStatus?'mAddCart mIcon':'mAddCart mIcon toLogin'" title="购物车"></a>
|
|
|
|
+ <a href="javascript:void(0);" :class="loginStatus?'mUserIcon mIcon':'mUserIcon mIcon toLogin'" title="个人中心"></a>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="searchBox" id="topSearch">
|
|
|
|
+ <div class="search">
|
|
|
|
+ <input class="keyword" type="text" placeholder="请输入关键字" />
|
|
|
|
+ <a class="searchBtn icon mIcon" href="javascript:void(0);"></a>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <input type="hidden" th:value="${spiServer}" id="spiServer">
|
|
|
|
+ <input type="hidden" th:value="${agent}" id="userAgent">
|
|
|
|
+</header>
|