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.
125 lines
2.5 KiB
125 lines
2.5 KiB
@charset "UTF-8";
|
|
/* 水平间距 */
|
|
/* 水平间距 */
|
|
.detail-container.data-v-aa1b744a {
|
|
padding: 15px;
|
|
background-color: #f5f5f5;
|
|
min-height: 100vh;
|
|
padding-bottom: 60px;
|
|
}
|
|
/* 书籍信息 */
|
|
.article-detail-container.data-v-aa1b744a {
|
|
display: flex;
|
|
background-color: #fff;
|
|
border-radius: 10px;
|
|
padding: 20px;
|
|
margin-bottom: 12px;
|
|
}
|
|
.article-detail-left.data-v-aa1b744a {
|
|
flex: 1;
|
|
}
|
|
.article-detail-title.data-v-aa1b744a {
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
color: #333;
|
|
margin-bottom: 10px;
|
|
}
|
|
.article-detail-info.data-v-aa1b744a {
|
|
font-size: 14px;
|
|
color: #666;
|
|
line-height: 1.5;
|
|
}
|
|
.article-detail-right.data-v-aa1b744a {
|
|
width: 110px;
|
|
height: 150px;
|
|
margin-left: 15px;
|
|
}
|
|
.article-detail-right image.data-v-aa1b744a {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 6px;
|
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
|
}
|
|
/* 馆藏统计 */
|
|
.book-store-info.data-v-aa1b744a {
|
|
background-color: #fff;
|
|
border-radius: 10px;
|
|
padding: 20px;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
margin-bottom: 12px;
|
|
}
|
|
.book-store-info-item.data-v-aa1b744a {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.store-txt1.data-v-aa1b744a {
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
color: #2b85e4;
|
|
}
|
|
.store-txt2.data-v-aa1b744a {
|
|
font-size: 13px;
|
|
color: #999;
|
|
margin-top: 4px;
|
|
}
|
|
/* 索书号 */
|
|
.store-info-list.data-v-aa1b744a {
|
|
background-color: #fff;
|
|
border-radius: 10px;
|
|
padding: 20px;
|
|
margin-bottom: 15px;
|
|
}
|
|
.store-info-item.data-v-aa1b744a {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-size: 14px;
|
|
color: #666;
|
|
}
|
|
.store-info-item view.data-v-aa1b744a {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
/* TAB */
|
|
.content-tab.data-v-aa1b744a {
|
|
display: flex;
|
|
background-color: #fff;
|
|
border-radius: 10px;
|
|
overflow: hidden;
|
|
margin-bottom: 12px;
|
|
}
|
|
.tab-item.data-v-aa1b744a {
|
|
flex: 1;
|
|
text-align: center;
|
|
padding: 15px 0;
|
|
font-size: 15px;
|
|
color: #666;
|
|
position: relative;
|
|
}
|
|
.tab-item.active.data-v-aa1b744a {
|
|
color: #2b85e4;
|
|
font-weight: bold;
|
|
}
|
|
.tab-item.active.data-v-aa1b744a::after {
|
|
content: "";
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 50%;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
width: 30px;
|
|
height: 3px;
|
|
background-color: #2b85e4;
|
|
border-radius: 2px;
|
|
}
|
|
/* 内容区域 */
|
|
.content-item.data-v-aa1b744a {
|
|
background-color: #fff;
|
|
border-radius: 10px;
|
|
padding: 20px;
|
|
font-size: 15px;
|
|
color: #333;
|
|
line-height: 1.6;
|
|
}
|