From bccf52d34ad5cbb7fee739257739dff6300cb9d3 Mon Sep 17 00:00:00 2001 From: Vidocq <949867756@qq.com> Date: Wed, 24 Feb 2021 03:25:44 +0800 Subject: [PATCH] Fix css and syntax --- src/views/playlist.vue | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/views/playlist.vue b/src/views/playlist.vue index b19a11f..9df939b 100644 --- a/src/views/playlist.vue +++ b/src/views/playlist.vue @@ -558,6 +558,25 @@ export default { } } +@media (max-width: 600px) { + .playlist-info { + width: calc(100vw - 2 * var(--main-content-padding-x)); + display: block; + .cover { + display: flex; + justify-content: center; + align-items: center; + } + .info { + margin-top: 24px; + margin-left: 0; + .title { + font-size: 48px; + } + } + } +} + .special-playlist { margin-top: 192px; margin-bottom: 128px;