This commit is contained in:
@fawn-nine
2023-08-29 10:00:04 +08:00
parent 0ac15cb648
commit 4f470543e7
3 changed files with 24 additions and 17 deletions

View File

@@ -72,9 +72,9 @@
</div>
<div class="news_ment alls_issue">
<h4 class="rgb_color" style="padding-left: 15px;border: none;padding-bottom: 3px;">Archiving</h4>
<a href="" class="more" target="_blank" style="margin-top: 16px;">More</a>
<div>
<ul>
<!-- <a href="" class="more" target="_blank" style="margin-top: 16px;">More</a> -->
<div class="merdiv" style="overflow-x: hidden; transform: none !important;">
<ul class="stage_time stage_time_mer" style="padding: 0; white-space:normal; transform:none !important">
<!--All Issues过期封面-->
</ul>
</div>

View File

@@ -997,21 +997,23 @@ function bf_list() {
if(Jour_num == 7){
// 合并(替换)期刊
// console.log('这是一本合并期刊')
if (arr_stage[i].stage_no == '0') {
if(i==0){str +='<b>'+arr_stage[i].stage_year+'</b><br>'}
if(i>0){
if(arr_stage[i].stage_year!=arr_stage[i-1].stage_year){
str +='<div style="width:100%"><b>'+arr_stage[i].stage_year+'</b></div>'
}
}
if(arr_stage[i].stage_no=='0'){
var iss_ = ''
} else {
var iss_ = '<b> Issue.' + arr_stage[i].stage_no + '</b>'
}
if (arr_stage[i].stage_icon == '') {
str += '<li><a target="_blank" href="article_list.html?J_num=' + Jour_num + '&y_id=' + arr_stage[i].journal_stage_id + '">' +
'<p style="display: block;background-color:' + localStorage.Journals_color + '80"><b>' + arr_stage[i].stage_year + 'Vol. ' + arr_stage[i].stage_vol
+ iss_ + arr_stage[i].stage_pagename + arr_stage[i].stage_page + '</b></p></a></li>'
} else {
str += '<li><a target="_blank" href="article_list.html?J_num=' + Jour_num + '&y_id=' + arr_stage[i].journal_stage_id + '">' +
'<p style="background-color:' + localStorage.Journals_color + '80"><b>' + arr_stage[i].stage_year + 'Vol. ' + arr_stage[i].stage_vol
+ iss_ + arr_stage[i].stage_pagename + arr_stage[i].stage_page + '</b></p></a></li>'
}else{
var iss_ =' Issue.'+arr_stage[i].stage_no
}
str +='<li style="width:50%;float: left; margin-right: 0; margin-bottom: 10px;"><div><a target="_blank" style="color: #004a90;font-weight: bold;" href="article_list.html?J_num='+Jour_num+'&y_id='+arr_stage[i].journal_stage_id+'">'
+arr_stage[i].stage_year+' Vol.'+arr_stage[i].stage_vol+ iss_ + '&nbsp;'
+arr_stage[i].stage_pagename + arr_stage[i].stage_page+'</a></div><p>'+arr_stage[i].issue_date+'</p></li>'
}else{
// 常规期刊
if (arr_stage[i].stage_no == '0') {

View File

@@ -4950,6 +4950,7 @@ ul li .ab_tad {
padding: 4px; margin: 15px 0;}
.Ptitle p{margin-bottom: 0 !important; font-weight: bold; color: #fff !important; font-style: italic;}
#html88 strong{font-weight: bold !important;}
#html88 strong em{font-weight: bold !important;}
/* 审稿详细样式 */
.detailsBtn{color: #069; cursor: pointer; font-style: normal; margin-left: 15px; font-size: 16px; font-weight: bold;}
@@ -4966,4 +4967,8 @@ ul li .ab_tad {
.hebingTop .about-container .js-title-evolution{ display: block; font-size: 30px; margin: 32px 0; }
.hebingTop .about-container a{color: #007398; }
.hebingTop .about-container a span{ font-weight: bold !important;}
.merageList li a p{position: static !important; display: block !important; padding: 20px 0 !important;}
.stage_time_mer li{width: 50%; display: block !important; }
.stage_time_mer li a{color: #004a90;}
.merdiv{overflow-x: hidden; transform: none !important;}
.fuwenben a{color: #006699;}