diff --git a/src/components/scVideo/index.vue b/src/components/scVideo/index.vue index 092da9d6..0777ce0e 100644 --- a/src/components/scVideo/index.vue +++ b/src/components/scVideo/index.vue @@ -80,4 +80,5 @@ .sc-video:deep(.danmu) > * {color: #fff;font-size:20px;font-weight:bold;text-shadow:1px 1px 0 #000,-1px -1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000;} .sc-video:deep(.xgplayer-controls) {background-image: linear-gradient(180deg, transparent, rgba(0,0,0,0.3));} .sc-video:deep(.xgplayer-progress-tip) {border:0;color: #fff;background: rgba(0,0,0,.5);line-height: 25px;padding: 0 10px;border-radius: 25px;} + .sc-video:deep(.xgplayer-enter-spinner) {width: 50px;height: 50px;}