|
@@ -116,7 +116,7 @@
|
|
|
</div>
|
|
|
<div v-if="cur" class="NNPE-Book-content-inner">
|
|
|
<div v-for="(item, index) in cur.cur_fn_data" :key="index"
|
|
|
- class="title-box">
|
|
|
+ class="title-box-preview">
|
|
|
<div class="title-big"
|
|
|
v-if="item.number || item.z_title || item.f_title"
|
|
|
>
|
|
@@ -872,7 +872,7 @@ export default {
|
|
|
}
|
|
|
.NNPE-Book-content-inner {
|
|
|
padding: 0 40px;
|
|
|
- > div.title-box {
|
|
|
+ > div.title-box-preview {
|
|
|
padding-top: 32px;
|
|
|
.title-big{
|
|
|
display: flex;
|
|
@@ -991,7 +991,7 @@ export default {
|
|
|
background: #24b99e;
|
|
|
}
|
|
|
.NNPE-Book-content-inner {
|
|
|
- > div.title-box {
|
|
|
+ > div.title-box-preview {
|
|
|
.title-big {
|
|
|
b {
|
|
|
background: #24b99e;
|
|
@@ -1029,7 +1029,7 @@ export default {
|
|
|
background: #bd8865;
|
|
|
}
|
|
|
.NNPE-Book-content-inner {
|
|
|
- > div.title-box {
|
|
|
+ > div.title-box-preview {
|
|
|
.title-big {
|
|
|
b {
|
|
|
background: #bd8865;
|