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.
96 lines
1.9 KiB
96 lines
1.9 KiB
@charset "UTF-8";
|
|
/* 水平间距 */
|
|
/* 水平间距 */
|
|
.item-container.data-v-e08d185c {
|
|
padding: 10px;
|
|
background: #f5f6f7;
|
|
min-height: 100vh;
|
|
}
|
|
.count-text.data-v-e08d185c {
|
|
margin-bottom: 10px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
/* 数量左,设置右 */
|
|
align-items: center;
|
|
}
|
|
.edit-btn.data-v-e08d185c {
|
|
color: #01a4fe;
|
|
font-size: 14px;
|
|
}
|
|
.car-list.data-v-e08d185c {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
margin-bottom: 10px;
|
|
}
|
|
.car-list checkbox.data-v-e08d185c {
|
|
margin-top: 15px;
|
|
padding: 0 10px;
|
|
}
|
|
.book-item-box.data-v-e08d185c {
|
|
flex: 1;
|
|
background: #fff;
|
|
border-radius: 8px;
|
|
padding: 12px;
|
|
display: flex;
|
|
}
|
|
.book-item-box .item-box-left.data-v-e08d185c {
|
|
margin-right: 12px;
|
|
}
|
|
.book-item-box .item-box-left .img-item.data-v-e08d185c {
|
|
width: 64px;
|
|
height: 90px;
|
|
border-radius: 6px;
|
|
}
|
|
.book-item-box .item-box-right.data-v-e08d185c {
|
|
flex: 1;
|
|
}
|
|
.book-item-box .item-title.data-v-e08d185c {
|
|
font-weight: bold;
|
|
margin-bottom: 4px;
|
|
}
|
|
.book-item-box .item-author.data-v-e08d185c,
|
|
.book-item-box .item-publish.data-v-e08d185c {
|
|
font-size: 12px;
|
|
background: #f4f6fc;
|
|
padding: 2px 6px;
|
|
border-radius: 4px;
|
|
margin-right: 6px;
|
|
}
|
|
.book-item-box .item-desc.data-v-e08d185c {
|
|
font-size: 12px;
|
|
color: #999;
|
|
margin-top: 6px;
|
|
}
|
|
.bottom-placeholder.data-v-e08d185c {
|
|
height: 60px;
|
|
}
|
|
.car-bottom.data-v-e08d185c {
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
background: #fff;
|
|
padding: 12px 15px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.05);
|
|
}
|
|
.all-check.data-v-e08d185c {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.join-btn.data-v-e08d185c {
|
|
font-size: 14px;
|
|
color: #fff;
|
|
margin: 0 !important;
|
|
background-color: #01a4fe !important;
|
|
border-radius: 23px;
|
|
padding: 0 30px;
|
|
}
|
|
.join-btn.data-v-e08d185c::after {
|
|
border: none !important;
|
|
}
|
|
.join-btn[disabled].data-v-e08d185c {
|
|
background: #ccc !important;
|
|
}
|