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.
34 lines
500 B
34 lines
500 B
.shixun{
|
|
background: white;
|
|
padding: 10px 8px;
|
|
overflow: hidden;
|
|
word-wrap: break-word;
|
|
display: flex;
|
|
}
|
|
|
|
.shixun-img{
|
|
flex:none;
|
|
width: 250rpx;
|
|
height: 170rpx;
|
|
border-radius: 4px;
|
|
background: #221f53;
|
|
}
|
|
.detail{
|
|
padding-top: 6px;
|
|
flex: auto;
|
|
width: 1px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
.name{
|
|
padding-left: 8px;
|
|
}
|
|
.progress-wrp{
|
|
padding: 10px;
|
|
}
|
|
.finish-text{
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
padding-left: 6px;
|
|
} |