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.
|
.container{
|
|
height: 100%;
|
|
}
|
|
|
|
.grade{
|
|
background: white;
|
|
padding: 20rpx 10rpx;
|
|
border-bottom: 1rpx solid gray;
|
|
}
|
|
|
|
.grade text{
|
|
margin: 0rpx 20rpx;
|
|
}
|
|
|
|
.mark{
|
|
position: absolute;
|
|
right: 3rpx;
|
|
padding: 3rpx 23rpx;
|
|
width: 45rpx;
|
|
text-align: center;
|
|
}
|