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.
58 lines
1.5 KiB
58 lines
1.5 KiB
@charset "UTF-8";
|
|
/* 水平间距 */
|
|
/* 水平间距 */
|
|
.item-container.data-v-74bd5b84 {
|
|
padding-bottom: 10px;
|
|
}
|
|
.item-container .item-box.data-v-74bd5b84 {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: flex-start;
|
|
padding: 10px;
|
|
background-color: #fff;
|
|
border-radius: 6px;
|
|
border-bottom: 1px solid #f4f4f4;
|
|
}
|
|
.item-container .item-box .item-box-left.data-v-74bd5b84 {
|
|
margin-right: 8px;
|
|
}
|
|
.item-container .item-box .item-box-left .img-item.data-v-74bd5b84 {
|
|
width: 64px;
|
|
height: 90px;
|
|
margin: 0 12px 0 0;
|
|
border-radius: 5px;
|
|
}
|
|
.item-container .item-box .item-box-right.data-v-74bd5b84 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
flex: 1;
|
|
}
|
|
.item-container .item-box .item-box-right .item-title.data-v-74bd5b84 {
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
color: #000;
|
|
padding-bottom: 10px;
|
|
}
|
|
.item-container .item-box .item-box-right .item-author.data-v-74bd5b84,
|
|
.item-container .item-box .item-box-right .item-publish.data-v-74bd5b84 {
|
|
font-size: 12px;
|
|
color: #888;
|
|
padding-bottom: 10px;
|
|
}
|
|
.item-container .item-box .item-box-right .hot-text.data-v-74bd5b84 {
|
|
font-size: 12px;
|
|
color: #ff4444;
|
|
}
|
|
.item-container .item-box .item-box-right .item-desc.data-v-74bd5b84 {
|
|
padding-top: 5px;
|
|
font-size: 13px;
|
|
color: #666;
|
|
line-height: 1.4;
|
|
}
|
|
.item-container .item-box .item-box-right .item-bottom-box.data-v-74bd5b84 {
|
|
margin-top: 8px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|