Browse Source

云台

master
DIAMOND 2 years ago
parent
commit
1a156c87b0
  1. 4
      src/views/page/VideoControl/VideoControlSimple.vue

4
src/views/page/VideoControl/VideoControlSimple.vue

@ -463,7 +463,7 @@ input[type='range']::-webkit-slider-thumb:active {
// background: red; // background: red;
} }
.upButton:hover{ .upButton:hover{
background: linear-gradient(to top, transparent,rgba(59, 59, 238, 0.637)); background: linear-gradient(to top, transparent,80%,rgba(59, 59, 238, 0.637));
transition:all 1s ease-out; transition:all 1s ease-out;
cursor:pointer cursor:pointer
} }
@ -510,7 +510,7 @@ input[type='range']::-webkit-slider-thumb:active {
// background: yellow; // background: yellow;
} }
.downButton:hover{ .downButton:hover{
background: linear-gradient( transparent,rgba(59, 59, 238, 0.637)); background: linear-gradient( transparent,80%,rgba(59, 59, 238, 0.637));
transition:all 1s ease-out; transition:all 1s ease-out;
cursor:pointer cursor:pointer
} }

Loading…
Cancel
Save