2021-04-28 14:11:38 +08:00
|
|
|
|
|
|
|
.fold > ul {
|
|
|
|
max-height: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
transition-duration: 0.5s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fold.on > ul {
|
|
|
|
max-height: unset;
|
|
|
|
}
|
|
|
|
|
|
|
|
.book .book-summary ul.summary li a, .book .book-summary ul.summary li span {
|
|
|
|
padding-left: 30px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.book .book-summary .exc-trigger {
|
|
|
|
position: absolute;
|
|
|
|
left: 12px;
|
|
|
|
top: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.book .book-summary .on > a .exc-trigger:before {
|
|
|
|
content: "\f078";
|
|
|
|
}
|
|
|
|
|
|
|
|
.book .book-summary .exc-trigger:before {
|
|
|
|
content: "\f054";
|
|
|
|
}
|
2021-05-06 14:58:49 +08:00
|
|
|
|
|
|
|
.book-summary ul.summary div.summary-container {
|
|
|
|
padding: 0;
|
|
|
|
max-height: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.book-summary ul.summary div.summary-container.on {
|
|
|
|
padding: 7px 0;
|
|
|
|
max-height: unset;
|
|
|
|
}
|
|
|
|
|
|
|
|
.book-summary ul.summary li.divider.block-end {
|
|
|
|
margin-top: 0;
|
|
|
|
position: relative;
|
|
|
|
overflow: unset;
|
|
|
|
}
|
|
|
|
|
|
|
|
.book-summary ul.summary li.divider.block-start {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.book-summary ul.summary li.divider.block-end .summary-container-icon {
|
|
|
|
position: absolute;
|
|
|
|
top: 1px;
|
|
|
|
right: 20px;
|
|
|
|
padding: 0 5px 2px;
|
|
|
|
background: rgba(0,0,0,.07);
|
|
|
|
color: white;
|
|
|
|
border-bottom: 0;
|
|
|
|
border-radius: 0 0 5px 5px;
|
|
|
|
z-index: 1000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.book-summary ul.summary li.divider.block-end .summary-container-icon .fa:before {
|
|
|
|
content: "\f078";
|
|
|
|
}
|
|
|
|
|
|
|
|
.book-summary ul.summary div.summary-container.on + li.divider.block-end {
|
|
|
|
transform: rotateX(180deg);
|
|
|
|
}
|
2021-05-10 12:09:29 +08:00
|
|
|
|
|
|
|
.book .book-summary ul.summary li span.annotation {
|
|
|
|
padding: 0;
|
|
|
|
font-size: 0.2em;
|
|
|
|
color: rgba(0, 0, 0, 0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.book .book-summary ul.summary li span.annotation:hover {
|
|
|
|
text-decoration: none !important;
|
|
|
|
}
|