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
d74f18d7
Commit
d74f18d7
authored
May 31, 2023
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tui
parent
7d006f8d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
1 deletion
+39
-1
portal-manager-ui/admin/src/assets/images/bgg1.jpg
portal-manager-ui/admin/src/assets/images/bgg1.jpg
+0
-0
portal-manager-ui/admin/src/assets/images/bgg2.jpg
portal-manager-ui/admin/src/assets/images/bgg2.jpg
+0
-0
portal-manager-ui/admin/src/views/siteArrange/siteArrange.vue
...al-manager-ui/admin/src/views/siteArrange/siteArrange.vue
+39
-1
No files found.
portal-manager-ui/admin/src/assets/images/bgg1.jpg
0 → 100644
View file @
d74f18d7
614 KB
portal-manager-ui/admin/src/assets/images/bgg2.jpg
0 → 100644
View file @
d74f18d7
493 KB
portal-manager-ui/admin/src/views/siteArrange/siteArrange.vue
View file @
d74f18d7
<
template
>
<div
class=
"station"
>
<a-carousel
effect=
"fade"
autoplay
:dots=
"false"
style=
"width: 100%; height: 100%; overflow: hidden"
>
<div
class=
"img_box img1"
></div>
<!-- style="
height: 100vh;
width: 100%;
background: url('@/assets/images/bg.jpg') center no-repeat;
overflow: hidden;
background-size: cover;
" -->
<div
class=
"img_box img2"
></div>
<div
class=
"img_box img3"
></div>
</a-carousel>
<div
class=
"title"
>
<!--
<h3>
以客户为中心,以奋斗者为本,永远坚持艰苦奋斗
</h3>
<p>
“互联网+政务服务”整体解决方案提供商和服务商
</p>
-->
...
...
@@ -91,13 +108,34 @@ export default {
<
style
lang=
"less"
scoped
>
@headerH: 4.5rem;
.ant-carousel :deep(.slick-slide) {
width: 100%;
height: 100%;
overflow: hidden;
.img_box {
width: 100%;
height: 92.1vh;
overflow: hidden;
background-size: cover;
}
.img1 {
background: url("~@/assets/images/bg.jpg") center no-repeat;
}
.img2 {
background: url("~@/assets/images/bgg1.jpg") center no-repeat;
}
.img3 {
background: url("~@/assets/images/bgg2.jpg") center no-repeat;
}
}
.station {
width: 100%;
height: 100%;
background: url("~@/assets/images/bg.jpg") center no-repeat;
//
background: url("~@/assets/images/bg.jpg") center no-repeat;
background-size: cover;
position: relative;
padding-top: @headerH;
overflow: hidden;
.title {
width: 650px;
...
...
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