Fix touch styles for player

This commit is contained in:
the1812 2022-04-15 00:03:11 +08:00
parent 5219d0b185
commit a05f7bb744
4 changed files with 11 additions and 8 deletions

View File

@ -11,7 +11,7 @@
.bilibili-player-video-control-top { .bilibili-player-video-control-top {
left: 0 !important; left: 0 !important;
right: 0 !important; right: 0 !important;
bottom: 49px !important; bottom: 68px !important;
} }
} }
} }
@ -23,7 +23,7 @@
.bilibili-player-video-control-top { .bilibili-player-video-control-top {
left: 0 !important; left: 0 !important;
right: 0 !important; right: 0 !important;
bottom: 49px !important; bottom: 68px !important;
} }
} }
} }

View File

@ -10,7 +10,7 @@
} }
.bilibili-player-video-control-top { .bilibili-player-video-control-top {
opacity: 1 !important; opacity: 1 !important;
bottom: 32px !important; bottom: 44px !important;
} }
.bpx-player-top-wrap { .bpx-player-top-wrap {
opacity: 1 !important; opacity: 1 !important;

View File

@ -10,7 +10,7 @@
&-bc, &-bc,
&-bl, &-bl,
&-br { &-br {
bottom: 54px !important; bottom: 68px !important;
} }
} }
.mode-webfullscreen &.touch-video-control-show, .mode-webfullscreen &.touch-video-control-show,
@ -19,7 +19,7 @@
&-bc, &-bc,
&-bl, &-bl,
&-br { &-br {
bottom: 68px !important; bottom: 88px !important;
} }
} }
} }

View File

@ -89,8 +89,11 @@
.squirtle-controller { .squirtle-controller {
height: 48px !important; height: 48px !important;
.squirtle-controller-wrap { .squirtle-controller-wrap {
height: 31px !important; height: 30px !important;
padding: 18px 6px 0 !important; padding: 14px 6px 4px !important;
.squirtle-play-wrap {
padding-left: 10px !important;
}
.squirtle-pagelist-wrap { .squirtle-pagelist-wrap {
width: 36px !important; width: 36px !important;
.squirtle-select-result { .squirtle-select-result {
@ -129,7 +132,7 @@
.squirtle-controller { .squirtle-controller {
height: 72px !important; height: 72px !important;
.squirtle-controller-wrap { .squirtle-controller-wrap {
height: 56px !important; height: 50px !important;
padding: 16px 6px 0 !important; padding: 16px 6px 0 !important;
.squirtle-sendbar-wrap { .squirtle-sendbar-wrap {
align-items: center !important; align-items: center !important;