🚢 样式优化

This commit is contained in:
hunlongyu
2020-05-08 22:30:20 +08:00
parent 122d4bd10c
commit c7d1d208b8
4 changed files with 2 additions and 9 deletions

View File

@@ -1,8 +1,5 @@
.theme-dark{
background-color: var(--d-bgc-1);
.xgplayer-skin-default video{
background-color: var(--d-bgc-2);
}
.el-pagination{
background-color: var(--d-bgc-1);
color: var(--d-fc-1);

View File

@@ -1,8 +1,5 @@
.theme-green{
background-color: var(--g-bgc-1);
.xgplayer-skin-default video{
background-color: var(--g-bgc-2);
}
.el-pagination{
background-color: var(--g-bgc-1);
color: var(--g-fc-1);

View File

@@ -1,8 +1,5 @@
.theme-light{
background-color: var(--l-bgc-1);
.xgplayer-skin-default video{
background-color: var(--l-bgc-2);
}
.el-pagination{
color: var(--l-fc-1);
.el-pagination__total, .el-pagination__jump, .el-input__inner{

View File

@@ -128,6 +128,7 @@ export default {
screenShot: true,
keyShortcut: 'on',
crossOrigin: true,
cssFullscreen: true,
defaultPlaybackRate: 1,
playbackRate: [0.25, 0.5, 0.75, 1, 1.25, 1.5, 1.75, 2, 3, 4, 5]
},
@@ -444,6 +445,7 @@ export default {
width: 100%;
height: 100%;
z-index: 600;
opacity: 0.98;
}
}
.list{