Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Athena
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
华国豪
Athena
Commits
4c767073
Commit
4c767073
authored
Aug 05, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
aee59282
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
14 deletions
+27
-14
Fire.vue
src/components/taskPage/Fire.vue
+27
-14
No files found.
src/components/taskPage/Fire.vue
View file @
4c767073
...
...
@@ -3,16 +3,20 @@
width
:
100%
;
height
:
auto
;
position
:
relative
;
display
:
flex
;
}
.flexDiv
{
/* display: flex;
align-items: flex-end;
/* height: 2465px; */
justify-content
:
center
;
justify-content: center; */
}
.div1
img
{
width
:
100%
;
position
:
absolute
;
z-index
:
100
;
/* display: none; */
top
:
0
;
height
:
100%
;
}
.Homeimg
{
position
:
fixed
;
...
...
@@ -31,15 +35,21 @@
}
.spDiv
{
position
:
absolute
;
background
:
url('../../assets/img/juan/sp.png')
no-repeat
;
background-size
:
100%
100%
;
width
:
720px
;
width
:
100%
;
height
:
440px
;
z-index
:
1000
;
text-align
:
center
;
box-sizing
:
border-box
;
position
:
relative
;
top
:
-100px
;
/* position: relative; */
bottom
:
100px
;
}
.spDivBg
{
width
:
720px
;
margin
:
0
auto
;
background
:
url('../../assets/img/juan/sp.png')
no-repeat
;
background-size
:
100%
100%
;
box-sizing
:
border-box
;
padding
:
21px
44px
55px
44px
;
}
.tiaoDiv
{
position
:
absolute
;
...
...
@@ -108,17 +118,20 @@
</div>
<div
style=
"position: relative;"
v-show=
"!isPhone"
>
<img
@
click=
"goUrl('Home')"
class=
"Homeimg"
src=
"../../assets/img/juan/home.png"
alt
/>
<div
class=
"div1"
ref=
"div1"
:style=
"
{height: height1}">
<div
class=
"div1
flexDiv
"
ref=
"div1"
:style=
"
{height: height1}">
<img
class=
"img"
src=
"../../assets/img/juan/h1.png"
alt=
""
/>
<img
class=
"img"
src=
"../../assets/img/juan/h11.png"
alt=
""
/>
<div
class=
"spDiv"
:style=
"
{zoom: zoom}">
<div
style=
"box-sizing: border-box;padding: 21px 44px 17px 44px;"
>
<video
style=
"width:100%;height:100%;border:none"
loop=
"loop"
controls=
"controls"
autoplay=
"autoplay"
>
<source
src=
"../../assets/media/fire.mp4"
type=
"video/ogg"
/>
</video>
</div>
<div
class=
"spDivBg"
>
<div>
<video
style=
"width:100%;height:100%;border:none"
loop=
"loop"
controls=
"controls"
autoplay=
"autoplay"
>
<source
src=
"../../assets/media/fire.mp4"
type=
"video/ogg"
/>
</video>
</div>
</div>
</div>
</div>
<div
class=
"div1"
ref=
"div2"
:style=
"
{height: height2}" style="margin-top:-76px">
<img
class=
"img"
src=
"../../assets/img/juan/h2.png"
alt=
""
/>
...
...
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