header.html 948 B

123456789101112131415
  1. <header id="globalHead" xmlns:th="http://www.w3.org/1999/xhtml">
  2. <div class="baseHeadCenter account">
  3. <div class="wrap clear">
  4. <a href="/index.html" class="h5Only mClassBtn mIcon" title="主页"></a>
  5. <a href="/" class="logo">
  6. <img class="pcOnly" src="/img/base/logo.png" alt="采美 生美/医美采购服务平台"/>
  7. <img class="h5Only" src="/img/base/logo_m.png" alt="采美 生美/医美采购服务平台"/>
  8. </a>
  9. <a href="javascript:void(0);" title="关闭" class="h5Only closeAccount" onclick="toBeforePath()"></a>
  10. <p class="accountLogin">已有账号?请直接<a href="/login.html" rel="nofollow">登录</a></p>
  11. </div>
  12. </div>
  13. <input type="hidden" th:value="${spiServer}" id="spiServer"><input type="hidden" th:value="${coreServer}" id="coreServer">
  14. <input type="hidden" th:value="${agent}" id="userAgent">
  15. </header>