Commit 3c19c36f authored by liujiangnan's avatar liujiangnan

背景图和样式调整

parent dba868c7
......@@ -4,7 +4,8 @@
left: 0px;
right: 0px;
bottom: 0px;
background-image: url('../../assets/player-bg.jpg') !important;
background-image: url('../../assets/player-bg.png') !important;
background-size: 100%;
}
.player-border{
......@@ -77,16 +78,22 @@
.img-key {
// padding-top: 5%;
display: flex;
height: 40%;
.img-audio {
width: 100vh;
border: 1px solid #d6d6d6;
border-radius: 1rem;
background-color: #fefefe;
margin-right: 1rem;
img {
width: 100%;
height: 100%;
.k-full-fill{
height: 100%;
object-fit: contain;
img {
width: 100%;
height: 100%;
object-fit: contain;
}
}
}
.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