add function to generate lyrics

This commit is contained in:
RockYang
2024-07-28 10:04:53 +08:00
parent 2129f7a8b7
commit abdf5298fe
19 changed files with 168 additions and 102 deletions

View File

@@ -44,6 +44,7 @@
}
.item {
margin-bottom: 20px
position relative
.create-btn {
margin 20px 0
@@ -118,6 +119,14 @@
}
}
}
.btn-lyric {
position absolute
left 10px
bottom 10px
font-size 12px
padding 2px 5px
}
}
.tag-select {
@@ -268,19 +277,6 @@
flex-flow row
height 90px
.btn {
margin-right 10px
background-color #363030
border none
border-radius 5px
padding 5px 10px
cursor pointer
&:hover {
background-color #5F5958
}
}
.btn-publish {
padding 2px 10px
@@ -343,7 +339,6 @@
}
}
.pagination {
padding 10px 20px
display flex
@@ -358,4 +353,17 @@
}
}
.btn {
margin-right 10px
background-color #363030
border none
border-radius 5px
padding 5px 10px
cursor pointer
&:hover {
background-color #5F5958
}
}
}