feat: update ui
This commit is contained in:
@@ -218,7 +218,7 @@ onUnmounted(() => {
|
||||
<div id="player">
|
||||
<div class="relative flex items-center justify-center bg-gray-100" v-if="!player">
|
||||
<div @click="initializePlayer"
|
||||
class="absolute z-1 rounded-full bg-orange-500 text-white border-2 border-yellow-500 font-bold px-4 py-2">
|
||||
class="absolute z-10 rounded-full bg-orange-500 text-white border-2 border-yellow-500 font-bold px-4 py-2">
|
||||
点击播放
|
||||
</div>
|
||||
<img class="z-0 w-full brightness-50" :src="article.head_images[0]" :alt="article.title" />
|
||||
@@ -261,12 +261,4 @@ onUnmounted(() => {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
.plyr-video {
|
||||
--plyr-color-main: #2563eb;
|
||||
width: 100%;
|
||||
max-height: 100vh;
|
||||
}
|
||||
</style>
|
||||
</template>
|
||||
Reference in New Issue
Block a user