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.
20 lines
282 B
20 lines
282 B
5 years ago
|
.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;
|
||
|
}
|
||
|
.detail{
|
||
|
padding-top: 10px;
|
||
|
text-align: center;
|
||
|
flex: auto;
|
||
|
width: 1px;
|
||
|
}
|