Commit 7286099c authored by “yiyousong”'s avatar “yiyousong”

pref:修改信息发布皮肤配置

parent b92d53e6
......@@ -9,12 +9,13 @@
<div
class="header"
:style="{
background: filterItem('2', 0),
background: filterItem('11', 0),
color: filterItem('2', 0),
}"
>
政务服务中心
</div>
<div class="main flex1 flex aic jcb">
<div class="main flex aic jcb">
<div class="left">
<img src="../../../../assets/img/banner2.png" />
</div>
......@@ -25,7 +26,7 @@
<div
class="footer flex"
:style="{
background: filterItem('11', 0),
background: filterItem('12', 0),
}"
>
<div
......@@ -51,7 +52,8 @@
<div
class="header"
:style="{
background: filterItem('2', 0),
background: filterItem('11', 0),
color: filterItem('2', 0),
}"
>
政务服务中心
......@@ -67,7 +69,7 @@
<div
class="footer flex"
:style="{
background: filterItem('11', 0),
background: filterItem('12', 0),
}"
>
<div
......@@ -179,9 +181,11 @@ export default {
background-size: 100% 100% !important;
}
.main {
height: 432px;
.left,
.right {
width: 50%;
height: 100%;
img {
width: 100%;
height: 100%;
......
......@@ -71,7 +71,8 @@ const attrType = [
{ key: "8", label: "辅助色" },
{ key: "9", label: "备案" },
{ key: "10", label: "信息面板" },
{ key: "11", label: "底部背景" },
{ key: "11", label: "头部背景" },
{ key: "12", label: "底部背景" },
];
export default {
props: {
......
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