This commit is contained in:
2025-02-12 09:22:21 +08:00
parent 9583b1c5a4
commit 79a3f0421e
6 changed files with 12 additions and 3 deletions

View File

@@ -356,6 +356,10 @@
.wordTableHtml table tr:last-of-type td { .wordTableHtml table tr:last-of-type td {
border-bottom: 1px solid #000 !important; border-bottom: 1px solid #000 !important;
}
.pMain blue {
color: rgb(0, 130, 170) !important;
} }
/* 相关引用次数 */ /* 相关引用次数 */
</style> </style>

View File

@@ -7723,7 +7723,7 @@ var htmlContent=''
</div> </div>
`; `;
} else { } else {
contentHtml = `<p class="pMain " main-state="${item.state}" contenteditable="false" data-id="${item.am_id}" main-id="${item.am_id}">${item.content}</p>`; contentHtml = `<p class="${item.is_h1?'Ptitle pMain':'pMain' } " main-state="${item.state}" contenteditable="false" data-id="${item.am_id}" main-id="${item.am_id}">${item.content}</p>`;
} }
// 判断是否是表格类型 // 判断是否是表格类型

View File

@@ -57,7 +57,7 @@ function initArticleTop() {
top_top.pageIndex = n; top_top.pageIndex = n;
$.ajax({ $.ajax({
type: 'post', url: apiUrl + urlList.list, type: 'post', url: apiUrl + urlList.list,
data: base_topic, data: top_top,
success: function (result) { success: function (result) {
if (result.code == 0) { if (result.code == 0) {
$('.goup-container').click(); $('.goup-container').click();

View File

@@ -248,6 +248,10 @@ function side_list() {
$('.Join_Bord2').attr('href', 'z_f11-1.html?J_num=' + Jour_num); $('.Join_Bord2').attr('href', 'z_f11-1.html?J_num=' + Jour_num);
$('.edit_board_tmr>a').attr('href', arr_jour.board_url); $('.edit_board_tmr>a').attr('href', arr_jour.board_url);
if(Jour_num==11){
$('.edit_board_tmr').after('<p><b>CiteScore (Scopus):</b> <span>0.1</span></p>');
}
//$('.edit_board_tmr>a').attr('href', 'notice.html?J_num=' + Jour_num + '&footer_id=' + arr_jour.board_url); //$('.edit_board_tmr>a').attr('href', 'notice.html?J_num=' + Jour_num + '&footer_id=' + arr_jour.board_url);
// 外链信息 // 外链信息

View File

@@ -145,7 +145,7 @@ function side_list() {
$('.Join_Bord').attr('href', 'z_f6-1.html?J_num=' + Jour_num); $('.Join_Bord').attr('href', 'z_f6-1.html?J_num=' + Jour_num);
$('.Join_Bord2').attr('href', 'z_f11-1.html?J_num=' + Jour_num); $('.Join_Bord2').attr('href', 'z_f11-1.html?J_num=' + Jour_num);
$('.edit_board_tmr>a').attr('href', arr_jour.board_url); $('.edit_board_tmr>a').attr('href', arr_jour.board_url);
$('.edit_board_tmr').after('<p><b>CiteScore (Scopus):</b> <span>1.7</span></p>'); $('.edit_board_tmr').after('<p><b>CiteScore (Scopus):</b> <span>1.8</span></p>');
$('.edit_board_tmr').after('<p><b>Impact Factor (Clarivate):</b> <span>0.9</span></p>'); $('.edit_board_tmr').after('<p><b>Impact Factor (Clarivate):</b> <span>0.9</span></p>');
//$('.edit_board_tmr>a').attr('href', 'notice.html?J_num=' + Jour_num + '&footer_id=' + arr_jour.board_url); //$('.edit_board_tmr>a').attr('href', 'notice.html?J_num=' + Jour_num + '&footer_id=' + arr_jour.board_url);

View File

@@ -5107,6 +5107,7 @@ ul li .ab_tad {
background: rgb(23, 138, 184); background: rgb(23, 138, 184);
padding: 4px; padding: 4px;
margin: 15px 0; margin: 15px 0;
color: #fff !important;
} }
.Ptitle p { .Ptitle p {