Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
wanda-ball
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
be9fb9bb
authored
May 30, 2019
by
hank
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
21c595e3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
8 deletions
+18
-8
src/components/Fuceng.vue
+18
-8
src/pages/index/assets/images/fengceng.png
+0
-0
No files found.
src/components/Fuceng.vue
View file @
be9fb9bb
<
template
>
<div
class=
"fuceng"
>
<div
class=
"fucengBox"
>
<div
class=
"close"
@
click=
"closeFuceng"
></div>
<div
class=
"close"
@
click=
"closeFuceng"
>
我要报名
</div>
</div>
</div>
</
template
>
...
...
@@ -35,25 +35,35 @@ export default {
left
:
0
;
right
:
0
;
bottom
:
0
;
width
:
100%
;
background
:
rgba
(
0
,
0
,
0
,
0.7
);
z-index
:
1000000
;
.fucengBox
{
width
:
9rem
;
height
:
12.5rem
;
background
:
url("~@/pages/index/assets/images/Fuceng.png")
no-repeat
center
;
background-size
:
contain
;
width
:
100%
;
//
height
:
15rem
;
height
:
100%
;
background
:
url("~@/pages/index/assets/images/fengceng.png")
no-repeat
center
;
background-size
:
auto
100%
;
position
:
absolute
;
top
:
50%
;
left
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
.close
{
width
:
1.5rem
;
height
:
1.5rem
;
width
:
3.6rem
;
height
:
1.1rem
;
text-align
:
center
;
color
:
white
;
font-size
:
30px
;
letter-spacing
:
2px
;
line-height
:
1.1rem
;
position
:
absolute
;
bottom
:
3
0px
;
bottom
:
10
0px
;
left
:
50%
;
background
:
#204089
;
border
:
2px
solid
#c61d43
;
border-radius
:
8px
;
transform
:
translate
(
-50%
,
0
);
}
}
...
...
src/pages/index/assets/images/fengceng.png
0 → 100644
View file @
be9fb9bb
191 KB
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