修改
This commit is contained in:
parent
b6821ff498
commit
80be271c51
@ -160,10 +160,10 @@
|
||||
<#if 0 !=relevantArticlesDisplayCount>
|
||||
page.loadRelevantArticles('${article.oId}', '<h3>${relevantArticlesLabel}</h3>');
|
||||
</#if>
|
||||
Skin.initArticle()
|
||||
</@comment_script>
|
||||
<script>
|
||||
// 延时检测右侧 “相关阅读” 是否为空,如果空则删除空 div,好看些
|
||||
/**
|
||||
$(function () {
|
||||
var tempHtml =
|
||||
'<a rel="nofollow" href="javascript:void(0)"><i class="fas fa-search fa-spin"></i> 努力寻找中 ...</a>';
|
||||
@ -185,7 +185,7 @@
|
||||
}, 1000)
|
||||
}
|
||||
}, 3000)
|
||||
})
|
||||
})**/
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
File diff suppressed because one or more lines are too long
@ -27,7 +27,7 @@
|
||||
width: 16px;
|
||||
}
|
||||
.footer_main{
|
||||
max-width: 600px;
|
||||
max-width: 900px;
|
||||
margin: auto;
|
||||
}
|
||||
.footer{
|
||||
@ -50,6 +50,13 @@
|
||||
resize: vertical;
|
||||
height:30px;
|
||||
}
|
||||
|
||||
.vditor-tooltipped {
|
||||
border: none !important;
|
||||
}
|
||||
.vditor-toolbar{
|
||||
padding-left: 15px !important;
|
||||
}
|
||||
</style>
|
||||
<nav class="navbar navbar-main is-paddingless ">
|
||||
<div class="container ">
|
||||
|
@ -54,7 +54,7 @@
|
||||
<div class="columns">
|
||||
<div
|
||||
class="column is-12-tablet is-12-desktop is-12-widescreen has-order-2 column-main">
|
||||
<div class="level">
|
||||
<div class="level" style="display: block;">
|
||||
<div class="columns">
|
||||
<div
|
||||
class="column is-12-tablet is-12-desktop is-8-widescreen is-8-fullhd has-order-2 column-main">
|
||||
|
Loading…
x
Reference in New Issue
Block a user