提交
This commit is contained in:
BIN
img/h2tmr10.png
Normal file
BIN
img/h2tmr10.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
img/h2tmr7.png
Normal file
BIN
img/h2tmr7.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
BIN
img/h2tmr8.png
Normal file
BIN
img/h2tmr8.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
BIN
img/h2tmr9.png
Normal file
BIN
img/h2tmr9.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
@@ -90,9 +90,16 @@ margin-top:15px;
|
||||
.jour_notice .jour_notice_title_name{
|
||||
margin-top:0;
|
||||
}
|
||||
.article_ .alls_issue>div{
|
||||
overflow: hidden !important;
|
||||
}
|
||||
.article_ .alls_issue>div>ul li{
|
||||
margin-right:29px !important;
|
||||
}
|
||||
.article_ .alls_issue>div>ul li>a>img{
|
||||
margin-top:20px !important;
|
||||
margin-bottom:0px !important;
|
||||
width:253px !important;
|
||||
}
|
||||
.Special_Issues_div_box ul li a img{
|
||||
margin-top:20px !important;
|
||||
@@ -136,7 +143,7 @@ margin-top:15px;
|
||||
|
||||
var arr_stage = result.data.journalStage;
|
||||
var str = "";
|
||||
for (var i = 0; i < result.data.journalStage.length; i++) {
|
||||
for (var i = 0; i < result.data.journalStage.length && i < 4; i++) {
|
||||
|
||||
if (arr_stage[i].stage_no == '0') {
|
||||
var iss_ = ''
|
||||
@@ -888,7 +895,7 @@ margin-top:15px;
|
||||
// 客座列表
|
||||
var arr = result.data.specials;
|
||||
var str = '';
|
||||
for (var i = 0; i < arr.length; i++) {
|
||||
for (var i = 0; i < arr.length && i < 4; i++) {
|
||||
if (new Date(arr[i].deadline).getTime() > new Date().getTime()) {
|
||||
var mark_k = 1
|
||||
} else {
|
||||
@@ -900,8 +907,13 @@ margin-top:15px;
|
||||
var img_i = '<a target="_blank" href="/gue_cont.html?J_num=' + Jour_num + '&Gu_num=' + arr[i].journal_special_id + '"><img src="' + imgjourUrl + arr[i].icon + '" alt=""></a>'
|
||||
}
|
||||
str += `<li style="box-shadow: none;width:253px;padding:0;"><a target="_blank" style="display: block;position: relative;" href="/gue_cont.html?J_num=${Jour_num}&Gu_num=${arr[i].journal_special_id}">
|
||||
<img src="${imgjourUrl}${arr[i].icon}" alt="" style="background: transparent;height:330px;border:none;object-fit:cover">
|
||||
${mark_k == 1 ? ` <p class="specials_hover_box" style="font-size:30px;top:25px;"><b style="padding: 4px 15px;
|
||||
<div style="
|
||||
margin-top: 20px;
|
||||
height: 150px;
|
||||
overflow: hidden;
|
||||
margin-bottom: 12px;">
|
||||
<img src="${imgjourUrl}${arr[i].icon}" alt="" style="margin-top:0 !important;margin-bottom:0;background: transparent;height:330px;border:none;object-fit:cover"></div>
|
||||
${mark_k == 1 ? ` <p class="specials_hover_box" style="font-size:30px;top:0px;bottom:0px;"><b style="padding: 4px 15px;
|
||||
position: absolute;
|
||||
top: 40%;
|
||||
left: 30%;
|
||||
@@ -1799,7 +1811,7 @@ function initJournalBaseInfo(result) {
|
||||
}
|
||||
if (Jour_num == 1) {
|
||||
// $('.nav_ban h2').html('<img src="../img/h2_tit.png" style="margin-top: 26px;"/>');
|
||||
$('.nav_ban h2').html('<img src="/img/h2tmr6.png" style="margin-top: 14px;height:24px"/>');
|
||||
$('.nav_ban h2').html('<img src="/img/h2tmr10.png" style="margin-top: 14px;height:24px"/>');
|
||||
} else if (Jour_num == 2) {
|
||||
//cancer
|
||||
$('.nav_ban h2').html('<img src="/img/h2cancer3.png" style="margin-top: 14px;height:24px"/>');
|
||||
|
||||
Reference in New Issue
Block a user