Authored by lore-w

解决safari登录不可点bug、解决返回按钮有时无效bug

... ... @@ -2,7 +2,7 @@
<footer class="girl-footer">
<span class="come-back">返回顶部</span>
<div class="login-language">
<span class="side-bar-header">登录</span>
<span class="side-bar-header" onclick="">登录</span>
<a class="language" href="/go/location">繁体</a>
</div>
<ul class="info">
... ...
... ... @@ -2,7 +2,7 @@
<footer class="girl-footer">
<span class="come-back">返回頂部</span>
<div class="login-language">
<span class="side-bar-header">登錄</span>
<span class="side-bar-header" onclick="">登錄</span>
<a class="language" href="/go/location">簡體</a>
</div>
<ul class="info">
... ...
... ... @@ -27,7 +27,7 @@
<!--header-->
<header class="girl-header">
<span class="header-logo">Logo</span>
<span class="header-back"></span>
<a class="header-back" href="{{httpref}}"></a>
<span class="header-share">share</span>
<a class="header-search" href="/search">search</a>
</header>
\ No newline at end of file
... ...
... ... @@ -27,7 +27,7 @@
<!--header-->
<header class="girl-header">
<span class="header-logo">Logo</span>
<span class="header-back"></span>
<a class="header-back" href="{{httpref}}"></a>
<span class="header-share">share</span>
<a class="header-search" href="/search">search</a>
</header>
\ No newline at end of file
... ...