|
@@ -46,7 +46,7 @@
|
|
</div>
|
|
</div>
|
|
<div v-if="cur" class="NNPE-Book-content-inner">
|
|
<div v-if="cur" class="NNPE-Book-content-inner">
|
|
<div v-for="(item, index) in cur.cur_fn_data" :key="index">
|
|
<div v-for="(item, index) in cur.cur_fn_data" :key="index">
|
|
- <h2 v-if="item.z_title">{{ item.z_title }}</h2>
|
|
|
|
|
|
+ <h2 v-if="item.z_title||item.number"><b v-if="item.number">{{item.number}}</b>{{ item.z_title }}</h2>
|
|
<h3 v-if="item.f_title">{{ item.f_title }}</h3>
|
|
<h3 v-if="item.f_title">{{ item.f_title }}</h3>
|
|
<div
|
|
<div
|
|
:class="['NNPE-tableList', item.is_bg ? 'NNPE-tableList-hasBg' : '']"
|
|
:class="['NNPE-tableList', item.is_bg ? 'NNPE-tableList-hasBg' : '']"
|
|
@@ -697,11 +697,23 @@ export default {
|
|
> div {
|
|
> div {
|
|
padding-top: 24px;
|
|
padding-top: 24px;
|
|
> h2 {
|
|
> h2 {
|
|
- color: #000000;
|
|
|
|
|
|
+ color: #E35454;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
line-height: 150%;
|
|
line-height: 150%;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
margin: 0;
|
|
margin: 0;
|
|
|
|
+ b{
|
|
|
|
+ width: 48px;
|
|
|
|
+ height: 24px;
|
|
|
|
+ background: #E35454;
|
|
|
|
+ border-radius: 8px;
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
+ font-family: 'robot';
|
|
|
|
+ display: inline-block;
|
|
|
|
+ text-align: center;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ margin-right: 14px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
> h3 {
|
|
> h3 {
|
|
color: #000000;
|
|
color: #000000;
|