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.
67 lines
1.7 KiB
67 lines
1.7 KiB
@charset "UTF-8";
|
|
/* 水平间距 */
|
|
/* 水平间距 */
|
|
.item-container.data-v-76e76896 {
|
|
padding: 10px;
|
|
background-color: #fff;
|
|
border-radius: 6px;
|
|
border-bottom: 1px solid #f4f4f4;
|
|
margin-bottom: 10px;
|
|
}
|
|
.item-container .book-item-box.data-v-76e76896 {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: flex-start;
|
|
}
|
|
.item-container .book-item-box .item-box-left.data-v-76e76896 {
|
|
margin-right: 10px;
|
|
}
|
|
.item-container .book-item-box .item-box-left .img-item.data-v-76e76896 {
|
|
width: 64px;
|
|
height: 90px;
|
|
border-radius: 5px;
|
|
}
|
|
.item-container .book-item-box .item-box-right.data-v-76e76896 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
flex: 1;
|
|
}
|
|
.item-container .book-item-box .item-box-right .item-title.data-v-76e76896 {
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
color: #000;
|
|
padding-bottom: 6px;
|
|
}
|
|
.item-container .book-item-box .item-box-right .item-author.data-v-76e76896,
|
|
.item-container .book-item-box .item-box-right .item-publish.data-v-76e76896 {
|
|
font-size: 12px;
|
|
color: #191A1A;
|
|
padding: 2px 4px;
|
|
border-radius: 2px;
|
|
background-color: #F4F6FC;
|
|
}
|
|
.item-container .book-item-box .item-box-right .item-author.data-v-76e76896 {
|
|
margin-right: 6px;
|
|
}
|
|
.item-container .book-item-box .item-box-right .item-desc.data-v-76e76896 {
|
|
font-size: 12px;
|
|
color: #191A1A;
|
|
padding-top: 8px;
|
|
}
|
|
.lending-info.data-v-76e76896 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 10px 10px 10px 0;
|
|
}
|
|
.lending-info .lending-time.data-v-76e76896 {
|
|
font-size: 12px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
line-height: 22px;
|
|
}
|
|
.lending-info .lending-status.data-v-76e76896 {
|
|
height: 50px;
|
|
}
|