You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

63 regels
848 B

/* components/eval/eval.wxss */
.navi {
width: 40px;
height: 30px;
margin: 5px;
padding-top: 10px;
}
.title {
position: relative;
top: 20px;
left: 15px;
font-size: 22px;
font-weight: 900;
color: #000;
}
.eval {
display: block;
padding: 0;
margin: 0;
position: relative;
top: -5px;
}
.content {
position: relative;
padding: 20px;
text-align: center;
font-size: 19px;
top: 60px;
}
.evalue {
position: relative;
text-align: center;
font-size: 20px;
padding: 20px;
top: 100px;
}
.score {
display: block;
position: relative;
text-align: center;
top: 20%;
}
.star {
display: flex;
flex: 2;
}
.starimage {
width: 40px;
height: 40px;
justify-items: center;
align-items: center;
text-align: center;
position: relative;
left: 85rpx;
margin: 5rpx;
padding-bottom: 20rpx;
}