yujialong 8 months ago
parent f012c5afd5
commit cf0989be5d
  1. 16
      src/pages/column/index.vue
  2. 8
      src/pages/overview/index.vue

@ -1363,8 +1363,10 @@ export default {
} }
.detail { .detail {
flex: 1; flex: 1;
max-width: 77%;
padding: 10px 15px; padding: 10px 15px;
background-color: #fff; background-color: #fff;
overflow: auto;
h2 { h2 {
margin-bottom: 1rem; margin-bottom: 1rem;
font-size: 1.9rem; font-size: 1.9rem;
@ -1392,6 +1394,20 @@ export default {
max-width: 100%; max-width: 100%;
object-fit: cover; object-fit: cover;
} }
ul {
padding-left: 40px;
list-style: disc;
li {
list-style: inherit;
}
}
ol {
padding-left: 40px;
list-style: decimal;
li {
list-style: inherit;
}
}
} }
.annex { .annex {
margin-top: 30px; margin-top: 30px;

@ -37,7 +37,8 @@
alt="" alt=""
class="pic"> class="pic">
<div class="texts"> <div class="texts">
<h6>{{ modules[2].form.title }}</h6> <div class="core-title"
v-html="modules[2].form.title"></div>
<div class="line"></div> <div class="line"></div>
<div class="text" <div class="text"
v-html="modules[2].form.des"></div> v-html="modules[2].form.des"></div>
@ -49,7 +50,8 @@
alt="" alt=""
class="pic"> class="pic">
<div class="texts"> <div class="texts">
<h6>{{ modules[3].form.title }}</h6> <div class="core-title"
v-html="modules[3].form.title"></div>
<div class="line"></div> <div class="line"></div>
<div class="text" <div class="text"
v-html="modules[3].form.des"></div> v-html="modules[3].form.des"></div>
@ -253,7 +255,7 @@ export default {
width: 500px; width: 500px;
color: #fff; color: #fff;
} }
h6 { .core-title {
font-size: 1.4rem; font-size: 1.4rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
} }

Loading…
Cancel
Save