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.
15 lines
204 B
15 lines
204 B
5 years ago
|
.path-item{
|
||
|
padding: 12px;
|
||
|
display: flex;
|
||
|
background: white;
|
||
|
}
|
||
|
.image{
|
||
|
flex: none;
|
||
|
width: 250rpx;
|
||
|
height: 170rpx;
|
||
|
border-radius: 4px;
|
||
|
background: #221f53;
|
||
|
}
|
||
|
.detail{
|
||
|
padding-left: 8px;
|
||
|
}
|