文章页面修改:html 稿件追踪
This commit is contained in:
@@ -4906,3 +4906,25 @@ 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);margin-top: -2px; }
|
||||
.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;}
|
||||
Reference in New Issue
Block a user