Commit 24ee9184 by Lyan

导航常见问题及详情样式更改

parent 2ffba153
...@@ -920,7 +920,7 @@ export const nav = [ ...@@ -920,7 +920,7 @@ export const nav = [
id: uuid("gs_nav"), id: uuid("gs_nav"),
name: "常见问题", name: "常见问题",
index: 5, index: 5,
link: "/Knowledge/xts", link: "/Business/Faq",
breadcrumb: [ breadcrumb: [
{ name: "技术与标准", path: "/Knowledge" }, { name: "技术与标准", path: "/Knowledge" },
{ name: "技术知识", path: "/Knowledge/" }, { name: "技术知识", path: "/Knowledge/" },
......
...@@ -933,12 +933,12 @@ const routes = [{ ...@@ -933,12 +933,12 @@ const routes = [{
component: () => import("@/views/Knowledge/article.vue"), component: () => import("@/views/Knowledge/article.vue"),
}, },
{ {
path: "/Knowledge/xts", path: "/Business/Faq",
name: "xts", name: "cjwt",
meta: { meta: {
name: "常见问题", name: "常见问题",
}, },
component: () => import("@/views/Knowledge/xts.vue"), component: () => import("@/views//Business/Faq.vue"),
}, },
] ]
}, },
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<breadcrumb /> <breadcrumb />
<div class="row status-container" v-loading='loading'> <div class="row status-container" v-loading='loading'>
<p class="title-style">{{title}}</p> <p class="title-style">{{title}}</p>
<div v-html="content"></div> <div class="showHtml" v-html="content"></div>
</div> </div>
</div> </div>
...@@ -95,6 +95,16 @@ export default { ...@@ -95,6 +95,16 @@ export default {
word-wrap:break-word; word-wrap:break-word;
word-break:break-all; word-break:break-all;
} }
.showHtml{
line-height: 24px;
font-size: 14px;
// text-indent: 28px;
color: #454545;
/deep/p{
margin: 0 0 10px;
}
}
} }
} }
......
...@@ -119,6 +119,14 @@ export default { ...@@ -119,6 +119,14 @@ export default {
border-bottom: 1px solid #b2b2b8; border-bottom: 1px solid #b2b2b8;
padding-bottom: 30px; padding-bottom: 30px;
margin-bottom: 25px; margin-bottom: 25px;
margin-top: 20px;
line-height: 28px;
font-size: 14px;
text-indent: 28px;
color: #454545;
/deep/p{
margin: 0 0 10px
}
} }
} }
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<div class="msg-head-left"> <div class="msg-head-left">
<span>作者:{{ author }}</span> <span>作者:{{ author }}</span>
<span>日期:{{ showtime }}</span> <span>日期:{{ showtime }}</span>
<span>编辑:{{ editor }}</span> <!-- <span>编辑:{{ editor }}</span> -->
<span>来源:{{ source }}</span> <span>来源:{{ source }}</span>
</div> </div>
<div class="msg-head-right"> <div class="msg-head-right">
...@@ -325,15 +325,16 @@ export default { ...@@ -325,15 +325,16 @@ export default {
} }
.msg-text { .msg-text {
margin-top: 20px; margin-top: 20px;
p { line-height: 28px;
text-indent: 25px;
font-size: 14px; font-size: 14px;
text-indent: 28px;
color: #454545;
/deep/p{
margin: 0 0 10px
} }
.strong {
font-size: 14px;
font-weight: bold;
}
} }
} }
.xglj { .xglj {
@include module-box; @include module-box;
......
...@@ -340,15 +340,14 @@ export default { ...@@ -340,15 +340,14 @@ export default {
} }
.msg-text { .msg-text {
margin-top: 20px; margin-top: 20px;
margin-bottom: 30px; line-height: 28px;
p {
text-indent: 25px;
font-size: 14px; font-size: 14px;
text-indent: 28px;
color: #454545;
/deep/p{
margin: 0 0 10px
} }
.strong {
font-size: 14px;
font-weight: bold;
}
} }
} }
.xglj { .xglj {
......
...@@ -79,24 +79,20 @@ export default { ...@@ -79,24 +79,20 @@ export default {
} }
} }
.msg-text { .msg-text {
margin-top: 20px; margin-top: 20px;
line-height: 28px;
font-size: 14px;
text-indent: 28px;
color: #454545;
/deep/p{
margin: 0 0 10px
}
img { img {
max-width: 95%; max-width: 95%;
} }
p {
text-indent: 25px;
font-size: 14px;
font-weight: 400;
color: #414345;
}
.strong {
font-size: 14px;
font-weight: bold;
}
} }
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment