This commit is contained in:
徐哼唧L
2024-01-17 09:25:36 +08:00
33 changed files with 1156 additions and 91 deletions

View File

@@ -363,7 +363,7 @@ input.disable {
}
.exten_sion .es_jour li:nth-child(3n+1) {
width: 37%;
width: 30%;
}
.exten_sion .es_jour li:nth-child(3n+2) {

1
style/layui.css Normal file

File diff suppressed because one or more lines are too long

View File

@@ -4906,3 +4906,69 @@ ul li .ab_tad {
display: block;
}
/* 稿件跟踪 */
.conterecord{position: relative; overflow: hidden; margin: 20px 0;}
.conterecord:after{
position: absolute; left: 123px; top:0; content: ''; width:2px; height: 100%; background-color: #2894ef; z-index: 0;
}
.trackItem .time{display: inline-block;width: 90px; text-align: right; padding-right: 30px; position: relative; color: #7b869f; }
.trackItem .time:after{position: absolute; right: 0; top: 14px; content: ''; width: 9px; height: 9px; border: 2px solid #2894ef; border-radius: 20px; z-index: 1; background-color: #FFF;}
.trackItem .type{display: inline-block; padding-left: 30px; vertical-align: top; padding: 10px; color: #888; width: 534px;
border: 1px solid #2894ef; margin-bottom: 15px; transition: all 0.5s;
margin-left: 23px;
border-radius: 7px;}
.trackItem .title{ font-size: 16px; background: #dfeefb; font-weight: bold;
display: inline-block !important;
padding: 5px;
border-radius: 5px;}
.trackItem .type:hover{ box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4); }
.reviewerBox{font-size: 14px; position: relative; }
.reviewerBox .time{width: 124px;}
.reviewerBox .box{display: inline-block; padding: 10px;}
.reviewerBox .box span{display: block; margin-bottom: 5px;}
.reviewerBox:after{position: absolute; left: 145px; top:0; content: ''; width:2px; height: 100%; border-right: 2px dashed #2894ef; z-index: 0;}
.trackItem .reviewerBox:first-child{padding-top: 15px;}
/* 图片预览 */
.PicPreview{display: none;
position: absolute; z-index: 100;
top: 0;
left:0;
width: 100%;
height: 100vh; overflow-y: scroll;
background: rgba(0, 0, 0, 0.5);}
.PicPreview img {
background-color: #fff;
max-width:900px;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
left: 50%;
}
.newBox{height: 100vh; overflow-y: scroll;}
.Ptitle{background: rgb(23, 138, 184);
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;}
.shenheComments{padding: 20px; line-height: 32px; color: #333;}
.shenheComments p span{font-weight: bold;}
.filerev{margin-top: 15px;}
.filerev h4{font-size: 18px; margin-bottom: 15px; display: inline-block;}
.filerev a{color:#069}
.hebingTop {padding-top: 32px; margin-bottom: 32px; }
.hebingTop .js-title-evolution-prefix{ font-weight: bold;}
.hebingTop .about-container{background-color: #fff; width:1060px; padding: 15px; margin: 0 auto; overflow: hidden; padding-left: 25px;}
.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;}
.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;}