Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NEWYEARPARTY
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
华国豪
NEWYEARPARTY
Commits
d3a7ded9
Commit
d3a7ded9
authored
Dec 26, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9f95822e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
17 deletions
+42
-17
bierede.css
src/assets/css/bierede.css
+13
-3
Mouse.vue
src/components/playGame/Mouse.vue
+29
-14
No files found.
src/assets/css/bierede.css
View file @
d3a7ded9
...
...
@@ -19,7 +19,8 @@
background-position
:
top
left
;
top
:
0
;
left
:
0
;
position
:
absolute
position
:
absolute
;
animation
:
yunmove
10s
infinite
linear
;
}
.container
.bg-ani-box
{
...
...
@@ -37,7 +38,8 @@
background-position
:
left
;
top
:
0
;
left
:
0
;
position
:
absolute
position
:
absolute
;
animation
:
yunmove
10s
infinite
linear
;
}
.container
.bg
{
...
...
@@ -104,7 +106,8 @@
height
:
300px
;
z-index
:
10
;
background-repeat
:
repeat-x
;
background-position
:
bottom
left
background-position
:
bottom
left
;
animation
:
yunmove
10s
infinite
linear
;
}
.container
.countdown
{
...
...
@@ -801,4 +804,11 @@
opacity
:
1
;
background-image
:
url(/static/image/dalaoshu/z20.png)
}
}
@keyframes
yunmove
{
from
{
transform
:
translate
(
0
,
0px
)
}
to
{
transform
:
translate
(
-2800px
,
0px
);
transition
:
all
0.6s
;
}
}
\ No newline at end of file
src/components/playGame/Mouse.vue
View file @
d3a7ded9
<
template
>
<div>
<div
class=
"box-size container"
style=
"
"
>
<div
class=
"box-size container"
v-show=
"showReady
"
>
<!-- 紫色背景遮罩层 -->
<div
class=
"box-size bg_01"
style=
"width: 6000px; background-image: url(/static/image/dalaoshu/zise.png); transform: translate(-884px, 0px);"
></div>
<!-- 头部云 -->
...
...
@@ -72,22 +72,29 @@
</div>
<div
class=
"cover-container"
style=
""
>
<div
class=
"winner-topBs"
>
<img
src=
"//cdn.gohudong.com/Public/Hudong/Enterprise/Pc/assets
/new-back-topbs.png"
/>
<img
src=
"/static/image/dalaoshu
/new-back-topbs.png"
/>
</div>
<div
class=
"cover-box"
>
<!--1-->
<div
class=
"star-box"
></div>
<!--2-->
<div
class=
"star-line"
></div>
<div
class=
"star-title"
></div>
<div
class=
"game-title"
data-text=
"京鼠闹大年"
>
京鼠闹大年
</div>
<div
class=
"pig-build"
></div>
<div
class=
"ribbon-flag"
></div>
<div
class=
"ribbon-flag-title"
></div>
<div
class=
"star-box"
></div>
<div
class=
"star-line"
></div>
<div
class=
"star-title"
></div>
<div
class=
"game-title"
data-text=
"京鼠闹大年"
>
京鼠闹大年
</div>
<div
class=
"pig-build"
></div>
<div
class=
"ribbon-flag"
></div>
<div
class=
"ribbon-flag-title"
></div>
</div>
</div>
<!-- 按钮 -->
<div
class=
"hd-game-btn-container"
>
<div
class=
"hd-game-btn"
@
click=
"getReady()"
>
<i
class=
"iconfont icon-go"
></i>
<span>
准备
</span>
</div>
</div>
</div>
<div
v-show=
"!showReady"
>
</div>
</div>
...
...
@@ -98,11 +105,19 @@ export default {
name
:
'Mouse'
,
data
()
{
return
{
msg
:
'瑞鼠迎福'
showReady
:
true
}
},
activated
()
{
},
mounted
()
{
},
methods
:
{
getReady
:
function
(){
}
}
}
</
script
>
...
...
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