Commit 034bfdc6 authored by “yiyousong”'s avatar “yiyousong”

perf: 修改信息发布皮肤模板

parent 7dc5151a
...@@ -9,42 +9,46 @@ ...@@ -9,42 +9,46 @@
<div <div
class="header" class="header"
:style="{ :style="{
background: filterItem('11', 0),
color: filterItem('2', 0), color: filterItem('2', 0),
}" }"
> >
政务服务中心 政务服务中心
</div> </div>
<div class="main flex aic jcb"> <div class="main flex aic jcb">
<div class="left"> <div class="left flex aic jcc">
<img src="../../../../assets/img/banner2.png" /> video
</div> </div>
<div class="right"> <div class="right flex aic jcc">
<img src="../../../../assets/img/banner3.png" /> banner
</div> </div>
</div> </div>
<div <div class="footer flex1 flex aic ">
class="footer flex" <div class="title flex aic jcc">
:style="{ logo
background: filterItem('12', 0),
}"
>
<div
class="title flex aic jcc"
:style="{
background: filterItem('10', 0),
color: filterItem('5', 0),
}"
>
滚动新闻
</div> </div>
<div class="text flex aic"> <div class="text flex1 flex flexc">
这里是信息发布滚动信息这里是信息发布滚动信息这里是信息发布滚动信息 <div
class="flex1 flex aic pdl10"
:style="{
color: filterItem('5', 0),
}"
>
新闻标题
</div>
<div
class="bottom flex1 flex aic pdl10"
:style="{
background: filterItem('12', 0),
color: filterItem('6', 0),
}"
>
这里是信息发布滚动信息这里是信息发布滚动信息这里是信息发布滚动信息
</div>
</div> </div>
</div> </div>
</div> </div>
<!-- 信息发布 竖版皮肤 --> <!-- 信息发布 竖版皮肤 -->
<div <!-- <div
:id="componentsId" :id="componentsId"
class="vertical-skin flex flexc" class="vertical-skin flex flexc"
v-else-if="imageResolution === '2'" v-else-if="imageResolution === '2'"
...@@ -85,7 +89,7 @@ ...@@ -85,7 +89,7 @@
这里是信息发布滚动信息这里是信息发布滚动信息 这里是信息发布滚动信息这里是信息发布滚动信息
</div> </div>
</div> </div>
</div> </div> -->
<!-- 空数据显示 --> <!-- 空数据显示 -->
<div class="empty flex aic jcc" v-else> <div class="empty flex aic jcc" v-else>
<a-empty <a-empty
...@@ -170,41 +174,52 @@ export default { ...@@ -170,41 +174,52 @@ export default {
background-repeat: no-repeat !important; background-repeat: no-repeat !important;
background-position: center !important; background-position: center !important;
background-size: cover !important; background-size: cover !important;
position: relative;
.header { .header {
height: 80px; height: 80px;
font-size: 30px; font-size: 30px;
font-weight: 600; font-weight: 600;
padding-left: 20px;
color: #fff; color: #fff;
text-align: center;
line-height: 80px; line-height: 80px;
background: url("../../../../assets/img/bg_header.png") no-repeat;
background-size: 100% 100% !important; background-size: 100% 100% !important;
position: absolute;
left: 0px;
top: 0px;
} }
.main { .main {
height: 432px; height: 470px;
.left, .left,
.right { .right {
width: 50%; width: 50%;
height: 100%; height: 100%;
img { color: #fff;
width: 100%; border-bottom: 1px dashed #ececec;
height: 100%; }
} .left {
border-right: 1px dashed #ececec;
} }
} }
.footer { .footer {
height: 50px; height: 50px;
.title { .title {
width: 100px; width: 130px;
height: 100%; height: 100%;
font-size: 18px; font-size: 18px;
color: #effe00; color: #fff;
border-right: 1px dashed #ececec;
} }
.text { .text {
height: 100%; height: 100%;
font-size: 18px; font-size: 18px;
color: #fff; color: #fff;
} }
.bottom {
border-top: 1px dashed #ececec;
background-repeat: no-repeat !important;
background-position: center !important;
background-size: 100% 100% !important;
}
} }
} }
.vertical-skin { .vertical-skin {
......
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