Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
4286dab8
authored
2020-11-21 18:03:30 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式
1 parent
e43a9bb2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
index.html
staticCss/pageHome.css
index.html
View file @
4286dab
...
...
@@ -11,9 +11,9 @@
</head>
<body>
<div
class=
"top-logo loadheader"
></div>
<div
class=
"navigation loadheader"
></div>
<div>
<
!-- <
div class="top-logo loadheader"></div>
<div class="navigation loadheader"></div>
-->
<div
class=
"homeindex"
>
<div
class=
"banner"
>
<div
class=
"layui-carousel"
id=
"banner_swiper"
>
<div
carousel-item
>
...
...
staticCss/pageHome.css
View file @
4286dab
...
...
@@ -12,7 +12,9 @@ div.banner, div.c_one, div.c_two, div.c_three, div.c_four, div.c_five, div.foote
text-align
:
center
;
}
.homeindex
{
min-height
:
calc
(
100vh
-
207px
);
}
div
.banner
{
height
:
500px
;
...
...
Please
register
or
sign in
to post a comment