update css
This commit is contained in:
parent
f2f041b7f7
commit
0d5adcd304
|
|
@ -39,7 +39,7 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
if (window.location.hostname.indexOf("mybookmark.cn") >= 0) {
|
if (window.location.hostname.indexOf("mybookmark.cn") >= 0) {
|
||||||
toastr.warning("域名【mybookmark.cn】将于2021年11月份到期,届时将不再续费无法访问。后续将使用新域名【http://b.lucq.fun】为您提供服务。10秒后会自动跳转到新的域名。", "提示");
|
toastr.warning("域名【mybookmark.cn】将于2021年11月份到期,届时将不再续费无法访问。后续将使用新域名【http://b.lucq.fun】为您提供服务。60秒后会自动跳转到新的域名。", "提示");
|
||||||
$(".js-domain").removeClass("hidden");
|
$(".js-domain").removeClass("hidden");
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
window.location = "http://b.lucq.fun/#/tags";
|
window.location = "http://b.lucq.fun/#/tags";
|
||||||
|
|
@ -66,7 +66,7 @@
|
||||||
<div class="header">域名更换提示!</div>
|
<div class="header">域名更换提示!</div>
|
||||||
<ul class="list">
|
<ul class="list">
|
||||||
<li>域名【mybookmark.cn】将于2021年11月份到期,届时将不再续费无法访问。目前已使用新域名【<a href="http://b.lucq.fun/">http://b.lucq.fun</a>】为您提供服务。</li>
|
<li>域名【mybookmark.cn】将于2021年11月份到期,届时将不再续费无法访问。目前已使用新域名【<a href="http://b.lucq.fun/">http://b.lucq.fun</a>】为您提供服务。</li>
|
||||||
<li>10秒后会自动跳转到新的域名。<a href="http://b.lucq.fun/">立即跳转</a></li>
|
<li>60秒后会自动跳转到新的域名。<a href="http://b.lucq.fun/">立即跳转</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- directive:菜单 -->
|
<!-- directive:菜单 -->
|
||||||
|
|
@ -76,7 +76,7 @@
|
||||||
<div ui-view></div>
|
<div ui-view></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="ui container" style="width: 100%; height: 2px"></div>
|
<div class="ui container" style="width: 100%; height: 2px"></div>
|
||||||
<div class="foot" style="margin-bottom: 10px">
|
<div class="foot">
|
||||||
<div class="ui segment container" style="text-align: center">我爱佳佳与这个世界 | <a href="http://mb.lucq.fun/">移动设备访问</a> | 联系我(QQ群:1026967226) | <a href="http://beian.miit.gov.cn/" target="_blank">粤ICP备18032994号</a> | <a href="https://github.com/luchenqun/my-bookmark" target="_blank">网站源码</a> | V2.0.0 | <span>加载失败,请按 Ctrl + Shift + R 强制刷新!(●'◡'●)</span><br /></div>
|
<div class="ui segment container" style="text-align: center">我爱佳佳与这个世界 | <a href="http://mb.lucq.fun/">移动设备访问</a> | 联系我(QQ群:1026967226) | <a href="http://beian.miit.gov.cn/" target="_blank">粤ICP备18032994号</a> | <a href="https://github.com/luchenqun/my-bookmark" target="_blank">网站源码</a> | V2.0.0 | <span>加载失败,请按 Ctrl + Shift + R 强制刷新!(●'◡'●)</span><br /></div>
|
||||||
<!-- 主要用来配合clipboard.min.js复制文本的 -->
|
<!-- 主要用来配合clipboard.min.js复制文本的 -->
|
||||||
<div id="clipboard" data-clipboard-text="i love this world and jiajia!" style="opacity: 0; cursor: default">
|
<div id="clipboard" data-clipboard-text="i love this world and jiajia!" style="opacity: 0; cursor: default">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue