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.

42 lines
594 B

5 years ago
.shixun-item{
padding: 12px;
display: flex;
background: white;
}
.image{
flex: none;
width: 250rpx;
height: 170rpx;
border-radius: 4px;
background: #221f53;
}
.detail{
padding:0 0 4px 12px;
display: flex;
flex-direction: column;
justify-content: space-between;
flex: auto;
5 years ago
}
.data-detail{
display: flex;
}
5 years ago
.level{
font-size: 12px;
margin-right: 10px;
5 years ago
}
.highlight{
color: #00b0f0;
}
.radio-wrp,.icon-wrp{
display: flex;
align-items: center;
justify-content: center;
}
.radio-wrp{
width: 22px;
flex: none;
}
.icon-wrp{
width: 100%;
height: 30px;
5 years ago
}