Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
Overview
Overview
Details
Activity
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
陈玉桐
marketing
Commits
eb598ec9
Commit
eb598ec9
authored
Nov 13, 2019
by
陈玉桐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 音乐旋转
parent
4bc570d6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletions
+14
-1
activityDetail.vue
src/views/activityDetail.vue
+14
-1
No files found.
src/views/activityDetail.vue
View file @
eb598ec9
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
</div>
</div>
<div
id=
"introduce"
>
<div
id=
"introduce"
>
<audio
id=
"music"
loop=
"loop"
:src=
"musicUrl"
autoplay
v-show=
"false"
></audio>
<audio
id=
"music"
loop=
"loop"
:src=
"musicUrl"
autoplay
v-show=
"false"
></audio>
<img
id=
"iconMusic"
v-show=
"isPlaying"
@
click=
"musicPause"
src=
"../assets/icon_music.png"
>
<img
id=
"iconMusic"
class=
"iconMusicPlay"
v-show=
"isPlaying"
@
click=
"musicPause"
src=
"../assets/icon_music.png"
>
<img
id=
"iconMusic"
v-show=
"!isPlaying"
@
click=
"musicPlay"
src=
"../assets/icon_silent.png"
>
<img
id=
"iconMusic"
v-show=
"!isPlaying"
@
click=
"musicPlay"
src=
"../assets/icon_silent.png"
>
<img
:src=
"detailImgUrl"
>
<img
:src=
"detailImgUrl"
>
</div>
</div>
...
@@ -267,6 +267,19 @@ export default {
...
@@ -267,6 +267,19 @@ export default {
width
:
32px
;
width
:
32px
;
height
:
32px
;
height
:
32px
;
}
}
@keyframes
circle
{
100
%
{
transform
:
rotate
(
360deg
);
transform-origin
:
50%
50%
;
}
}
@keyframes
circle
{
100
%
{
transform
:
rotate
(
360deg
);
transform-origin
:
50%
50%
;
}
}
@-moz-keyframes
circle
{
100
%
{
-moz-transform
:
rotate
(
360deg
);
-moz-transform-origin
:
50%
50%
;
}
}
@-ms-keyframes
circle
{
100
%
{
-ms-transform
:
rotate
(
360deg
);
-ms-transform-origin
:
50%
50%
;
}
}
@-webkit-keyframes
circle
{
100
%
{
-webkit-transform
:
rotate
(
360deg
);
-webkit-transform-origin
:
50%
50%
;
}
}
@-o-keyframes
circle
{
100
%
{
-o-transform
:
rotate
(
360deg
);
-o-transform-origin
:
50%
50%
;
}
}
.iconMusicPlay
{
animation
:
circle
2s
linear
infinite
;
-moz-animation
:
circle
2s
linear
infinite
;
-ms-animation
:
circle
2s
linear
infinite
;
-webkit-animation
:
circle
2s
linear
infinite
;
-o-animation
:
circle
2s
linear
infinite
;
}
}
}
#applyButtonBox
{
#applyButtonBox
{
background-color
:
#fff
;
background-color
:
#fff
;
...
...
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