|
@@ -19,6 +19,11 @@
|
|
|
v-if="data.imgShow !== 0"
|
|
|
/>
|
|
|
<div v-html="data.txt"></div>
|
|
|
+ <div
|
|
|
+ class="baoMingSta"
|
|
|
+ v-if="data.baoming"
|
|
|
+ v-html="data.baoming"
|
|
|
+ ></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -84,7 +89,7 @@ export default {
|
|
|
}
|
|
|
.main {
|
|
|
padding: 20px;
|
|
|
- background: url('../../assets/img/bgLI.png');
|
|
|
+ background: url("../../assets/img/bgLI.png");
|
|
|
background-size: 100% 100%;
|
|
|
& > h3 {
|
|
|
font-size: 18px;
|
|
@@ -113,22 +118,22 @@ export default {
|
|
|
background: url("../../assets/img/bg_8.png") left 8px no-repeat;
|
|
|
}
|
|
|
}
|
|
|
- .txt{
|
|
|
+ .txt {
|
|
|
/deep/ p {
|
|
|
font-size: 14px;
|
|
|
- color: #6A6A6A;
|
|
|
+ color: #6a6a6a;
|
|
|
margin-bottom: 15px;
|
|
|
line-height: 18px;
|
|
|
}
|
|
|
- /deep/ img{
|
|
|
+ /deep/ img {
|
|
|
width: 100%;
|
|
|
margin-bottom: 15px;
|
|
|
}
|
|
|
/deep/ i {
|
|
|
- font-weight: 700;
|
|
|
- font-style: normal;
|
|
|
+ font-weight: 700;
|
|
|
+ font-style: normal;
|
|
|
}
|
|
|
- /deep/ .xx{
|
|
|
+ /deep/ .xx {
|
|
|
font-weight: 700;
|
|
|
}
|
|
|
}
|