|
|
@ -11,9 +11,10 @@
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.heard>img{
|
|
|
|
.heard>div>img{
|
|
|
|
width: 2.5rem;
|
|
|
|
width: 2.5rem;
|
|
|
|
height: 2.5rem;
|
|
|
|
height: 2.5rem;
|
|
|
|
|
|
|
|
border-radius: 0.3rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.heard>.right{
|
|
|
|
.heard>.right{
|
|
|
|
margin-left: 0.3rem;
|
|
|
|
margin-left: 0.3rem;
|
|
|
@ -70,11 +71,21 @@
|
|
|
|
.evaluate .start{
|
|
|
|
.evaluate .start{
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
margin-left: 0.32rem;
|
|
|
|
margin-left: 0.22rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.evaluate .start>img{
|
|
|
|
.evaluate .start .iconImg{
|
|
|
|
width: 0.3rem;
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
|
|
width: 1.95rem;
|
|
|
|
height: 0.3rem;
|
|
|
|
height: 0.3rem;
|
|
|
|
|
|
|
|
background: url("../images/game_score1.png")no-repeat left center;
|
|
|
|
|
|
|
|
background-size: auto 100%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.evaluate .start .iconImg>div{
|
|
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
background: url("../images/game_score2.png")no-repeat left center;
|
|
|
|
|
|
|
|
background-size: auto 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.evaluate-box{
|
|
|
|
.evaluate-box{
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
@ -443,4 +454,5 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.swiper-container-horizontal>.swiper-pagination-bullets{
|
|
|
|
.swiper-container-horizontal>.swiper-pagination-bullets{
|
|
|
|
bottom: -9px !important;
|
|
|
|
bottom: -9px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|