Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
034bfdc6
Commit
034bfdc6
authored
Nov 28, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: 修改信息发布皮肤模板
parent
7dc5151a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
32 deletions
+47
-32
base-manager-ui/admin/src/pages/basicset/surface/informationskin/InformationSkin.vue
...ages/basicset/surface/informationskin/InformationSkin.vue
+47
-32
No files found.
base-manager-ui/admin/src/pages/basicset/surface/informationskin/InformationSkin.vue
View file @
034bfdc6
...
@@ -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: 4
32
px;
height: 4
70
px;
.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: 1
0
0px;
width: 1
3
0px;
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 {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment