tijiao
This commit is contained in:
@@ -7580,7 +7580,8 @@ function article_con() {
|
||||
|
||||
|
||||
$('.wenzhang .wen_rong .left').css({
|
||||
'background-color': '#f4fafd'
|
||||
'background-color': '#f4fafd',
|
||||
|
||||
})
|
||||
$('.wenzhang .wen_rong .left .rong_box').css({
|
||||
'background-color': '#fff',
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
|
||||
|
||||
// 期刊基础、外链、分期、话题信息加载
|
||||
function bf_list() {
|
||||
|
||||
@@ -328,13 +330,13 @@ function bf_list() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
var ArchivingStr=`<a target="_blank" href="stages.html?J_num=${Jour_num}" style="font-size: 18px;font-weight: bold;margin-top: 0;color: ${localStorage.Journals_color};float: right;">Archiving</a>`
|
||||
if (Jour_num == 2 || Jour_num == 17 | Jour_num == 18) {
|
||||
$('.current_list>h4').html('Current Volume<span>' + time_ + '</span>');
|
||||
$('.current_list>h4').html('Current Volume<span>' + time_ + '</span>'+ArchivingStr);
|
||||
} else if (Jour_num == 7 || Jour_num == 6 || Jour_num == 20 || Jour_num == 9 || Jour_num == 21 || Jour_num == 22|| Jour_num == 19 ||Jour_num == 12) { // 合并期刊
|
||||
$('.current_list>h4').html('Latest Issue<span>' + time_ + '</span>');
|
||||
} else {
|
||||
$('.current_list>h4').html('Current Issue<span>' + time_ + '</span>');
|
||||
$('.current_list>h4').html('Current Issue<span>' + time_ + '</span>'+ArchivingStr);
|
||||
}
|
||||
|
||||
|
||||
|
||||
2
js/js.js
2
js/js.js
@@ -79,9 +79,11 @@ $(document).ready(function () {
|
||||
if (!isPre) {
|
||||
if ($(this).hasClass('tarhtmn')) {
|
||||
$(".left").css("width", "100%");
|
||||
$(".left").css("margin-right", "0");
|
||||
$(".right").hide();
|
||||
} else {
|
||||
$(".left").css("width", "");
|
||||
$(".left").css("margin-right", "");
|
||||
$(".right").show();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -312,8 +312,10 @@ function bf_list() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
var ArchivingStr=`<a target="_blank" href="stages.html?J_num=${Jour_num}" style="font-size: 18px;font-weight: bold;margin-top: 0;color: ${localStorage.Journals_color};float: right;">Archiving</a>`
|
||||
|
||||
$('.current_list>h4 span').html(time_);
|
||||
$('.current_list>h4').append(ArchivingStr);
|
||||
|
||||
|
||||
$('.current_list>ul').html(str);
|
||||
|
||||
Reference in New Issue
Block a user