This commit is contained in:
make
2025-03-31 16:29:09 +08:00
parent 7fc4233066
commit 2d2e1172aa
27 changed files with 270 additions and 166 deletions

View File

@@ -354,7 +354,32 @@ display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.info{width: 1100px; height: 460px; background: #fff; margin-bottom: 20px;}
.info_box{width: 894px; height: 460px; border-right: 1px solid #f0f0f0; float: left;}
.info_L{width: 312px; height: 366px; border-right: 1px solid #f0f0f0; padding-top: 52px; position: relative; float: left;}
.info_L .book_cov{width: 200px; height: 250px; margin: 0 auto 44px;}
.info_L .book_cov{width: 200px; height: 250px; margin: 0 auto 44px;position: relative;}
.info_L .book_cov i {
position: absolute;
left: -1.5rem;
top: -1.5rem;
display: block;
margin: 2.125rem 0;
width: 5.5rem;
height: 1.25rem;
line-height: 1.25rem;
font-size: 0.75rem;
text-align: center;
overflow: hidden;
transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
.info_L .book_cov i.serial {
color: #fff;
background: #489738;
}
.info_L .book_cov i.finish {
color: #fff;
background: #c9142a;
}
.info_L .state{position: absolute; left: 55px; top: 52px;}
.info_L .btn a{width: 100px; height: 28px; border: 1px solid #d2d2d2; border-radius: 4px; line-height: 28px; font-size: 12px; color: #6a6a6a;}
.info_L .btn a:hover{background: #d2d2d2; color: #fff;}

View File

@@ -1429,10 +1429,14 @@ aria {
padding: 0.75rem;
font-size: 0;
letter-spacing: 0;
overflow: hidden;
overflow-x: scroll;
white-space: nowrap;
}
.book-nav ul li {
display: inline-block;
width: 25%;
width: auto;
white-space: nowrap;
font-size: 100%;
}
.book-nav ul li a {
@@ -1449,6 +1453,7 @@ aria {
color: #fff;
background: #fe7031;
border: 1px solid #fe7031;
padding: 0.1rem 0.5rem;
}
.book-subnav {
overflow: hidden;