🦄 refactor(style): 修改页面样式为全屏样式

This commit is contained in:
algerkc@qq.com
2023-12-14 17:56:55 +08:00
parent c6d72de681
commit 4f7d066376
3 changed files with 16 additions and 21 deletions
+5 -7
View File
@@ -152,7 +152,7 @@ const handlePlay = (item: any) => {
<style lang="scss" scoped>
.list-page {
position: relative;
@apply relative h-full;
}
.musicPage-enter-active {
@@ -164,15 +164,13 @@ const handlePlay = (item: any) => {
}
.recommend {
width: 100%;
height: 800px;
background-color: #000000;
@apply w-full h-full;
&-title {
@apply text-lg font-bold text-white py-4;
}
&-list {
@apply flex flex-wrap;
@apply flex flex-wrap justify-between;
padding-bottom: 100px;
}
&-item {
@@ -220,10 +218,10 @@ const handlePlay = (item: any) => {
.music {
&-page {
width: 100%;
height: 734px;
height: 70%;
position: absolute;
background-color: #000000f0;
top: 100px;
bottom: 0;
left: 0;
border-radius: 30px 30px 0 0;
animation-duration: 300ms;