图书馆小程序
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.
 
 
 
 
 

75 lines
1.7 KiB

@charset "UTF-8";
/* 水平间距 */
/* 水平间距 */
.reader-card.data-v-17ae8da5 {
position: relative;
min-height: 100vh;
background-color: #f5f5f5;
}
.reader-card .card-top-bg.data-v-17ae8da5 {
position: absolute;
left: 0;
top: 0;
width: 100%;
display: block;
}
.reader-card .card-list.data-v-17ae8da5 {
position: absolute;
left: 0;
top: 60px;
width: calc(100% - 24px);
height: calc(100vh - 195px);
overflow-y: auto;
padding: 12px;
z-index: 999;
}
.reader-card .card-list .card-list-item.data-v-17ae8da5 {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px;
margin-bottom: 12px;
border: 2px solid #C6C6E2;
border-radius: 8px;
background: rgba(241, 241, 249, 0.4);
cursor: pointer;
transition: all 0.2s;
}
.reader-card .card-list .card-list-item.active.data-v-17ae8da5 {
border-color: #01a4fe;
background: rgba(1, 164, 254, 0.1);
}
.reader-card .card-list .card-list-item .card-left-img.data-v-17ae8da5 {
width: 80px;
margin-right: 12px;
display: block;
}
.reader-card .card-list .card-list-item .card-right-info.data-v-17ae8da5 {
display: flex;
flex-direction: column;
justify-content: flex-start;
flex: 1;
}
.reader-card .card-list .card-list-item .card-right-info .info-title.data-v-17ae8da5 {
font-size: 16px;
color: #333333;
font-weight: bold;
padding-bottom: 12px;
}
.reader-card .card-list .card-list-item .card-right-info .info-num.data-v-17ae8da5 {
font-size: 14px;
color: #999999;
}
.reader-card .submit-btn.data-v-17ae8da5 {
position: fixed;
bottom: 40px;
left: 0;
right: 0;
width: calc(100% - 40px);
padding: 5px 0;
color: #fff;
background-color: #01a4fe;
border-radius: 23px;
border: none;
font-size: 16px;
}