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.

29 lines
393 B

.path {
background: white;
padding: 10px 8px;
overflow: hidden;
word-wrap: break-word;
display: flex;
}
.path-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;
}