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

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

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