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

34 lines
593 B

.container.data-v-2e9f4b63 {
padding: 40rpx;
}
.scan-btn.data-v-2e9f4b63 {
margin-bottom: 40rpx;
}
.book-info.data-v-2e9f4b63 {
display: flex;
flex-direction: column;
align-items: center;
}
.book-cover.data-v-2e9f4b63 {
width: 300rpx;
height: 420rpx;
margin-bottom: 20rpx;
border: 1rpx solid #eee;
}
.book-title.data-v-2e9f4b63 {
font-size: 36rpx;
font-weight: bold;
margin-bottom: 15rpx;
}
.book-desc.data-v-2e9f4b63 {
font-size: 28rpx;
color: #666;
margin-bottom: 10rpx;
}
.empty.data-v-2e9f4b63 {
text-align: center;
color: #999;
margin-top: 100rpx;
}