Skip to content

Commit

Permalink
fix: 优化 video 组件鼠标显示效果(H5)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhetengbiji committed Feb 18, 2020
1 parent e9b5bce commit 806bafa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/platforms/h5/view/components/video/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,7 @@ uni-video[hidden] {
background-size: 50%;
background-repeat: no-repeat;
background-position: 50% 50%;
cursor: pointer;
}
.uni-video-cover-duration {
Expand Down Expand Up @@ -831,6 +832,7 @@ uni-video[hidden] {
padding: 14.5px 12.5px 14.5px 12.5px;
margin-left: -8.5px;
box-sizing: content-box;
cursor: pointer;
}
.uni-video-control-button::after {
Expand Down Expand Up @@ -873,6 +875,7 @@ uni-video[hidden] {
margin: 21px 12px;
background-color: rgba(255, 255, 255, 0.4);
position: relative;
cursor: pointer;
}
.uni-video-progress-buffered {
Expand Down Expand Up @@ -912,6 +915,7 @@ uni-video[hidden] {
font-size: 13px;
color: #fff;
margin: 0 8.5px;
cursor: pointer;
}
.uni-video-danmu-button.uni-video-danmu-button-active {
Expand All @@ -928,6 +932,7 @@ uni-video[hidden] {
background-size: 50%;
background-position: 50% 50%;
background-repeat: no-repeat;
cursor: pointer;
}
.uni-video-fullscreen.uni-video-type-fullscreen {
Expand Down

0 comments on commit 806bafa

Please sign in to comment.