Commit 3c19c36f authored by liujiangnan's avatar liujiangnan

背景图和样式调整

parent dba868c7
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
left: 0px; left: 0px;
right: 0px; right: 0px;
bottom: 0px; bottom: 0px;
background-image: url('../../assets/player-bg.jpg') !important; background-image: url('../../assets/player-bg.png') !important;
background-size: 100%;
} }
.player-border{ .player-border{
...@@ -77,16 +78,22 @@ ...@@ -77,16 +78,22 @@
.img-key { .img-key {
// padding-top: 5%; // padding-top: 5%;
display: flex; display: flex;
height: 40%;
.img-audio { .img-audio {
width: 100vh; width: 100vh;
border: 1px solid #d6d6d6; border: 1px solid #d6d6d6;
border-radius: 1rem; border-radius: 1rem;
background-color: #fefefe; background-color: #fefefe;
margin-right: 1rem; margin-right: 1rem;
img { height: 100%;
width: 100%;
.k-full-fill{
height: 100%; height: 100%;
object-fit: contain; img {
width: 100%;
height: 100%;
object-fit: contain;
}
} }
} }
.word { .word {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment