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.
27 lines
350 B
27 lines
350 B
.highlight{
|
|
color: #00a0f0;
|
|
}
|
|
.search-item{
|
|
background: white;
|
|
padding: 10px;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.title-wrap{
|
|
font-weight: bolder;
|
|
font-size: 20px;
|
|
padding-bottom: 4px;
|
|
}
|
|
.content-wrap{
|
|
margin: 4px 0;
|
|
}
|
|
.detail{
|
|
padding: 8px 0 4px 0;
|
|
display: flex;
|
|
font-size: 13px;
|
|
color: dimgray;
|
|
}
|
|
.detail>text{
|
|
margin-right: 12px;
|
|
}
|