索引展示形式
This commit is contained in:
@@ -4927,4 +4927,26 @@ ul li .ab_tad {
|
||||
.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;}
|
||||
.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;}
|
||||
Reference in New Issue
Block a user