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

156 lines
3.5 KiB

@charset "UTF-8";
/* 水平间距 */
/* 水平间距 */
.top-bar .search-icon.data-v-92bb8f34 {
position: absolute;
right: 16px;
top: 15px;
z-index: 22;
}
.top-bar .search-icon.data-v-92bb8f34 .uni-icons {
color: #fff !important;
}
.status-cards.data-v-92bb8f34 {
display: flex;
background-color: #ffffff;
margin: 10px;
border-radius: 8px;
padding: 20px 10px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}
.status-cards .status-card.data-v-92bb8f34 {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
}
.status-cards .status-icon.data-v-92bb8f34 {
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
margin-bottom: 6px;
border-radius: 50%;
}
.status-cards .icon-color1.data-v-92bb8f34 {
background-color: #e4f2ff;
}
.status-cards .icon-color2.data-v-92bb8f34 {
background-color: #ffeff0;
}
.status-cards .icon-color3.data-v-92bb8f34 {
background-color: #e4fff4;
}
.status-cards .icon-color4.data-v-92bb8f34 {
background-color: #fef8e2;
}
.status-cards .status-label.data-v-92bb8f34 {
font-size: 12px;
color: #3a3a3a;
}
swiper.banner-swiper.data-v-92bb8f34 {
width: 100%;
height: 130px;
}
swiper.banner-swiper image.data-v-92bb8f34 {
width: 100%;
height: 130px;
}
swiper.menu-swiper.data-v-92bb8f34 {
width: 100%;
margin-top: 10px;
background-color: #ffffff;
}
.menu-grid.data-v-92bb8f34 {
display: grid;
grid-template-columns: repeat(4, 1fr);
}
.menu-grid .menu-item.data-v-92bb8f34 {
display: flex;
flex-direction: column;
align-items: center;
padding: 10px 0;
}
.menu-grid .menu-item .menu-icon.data-v-92bb8f34 {
display: flex;
flex-direction: column;
justify-content: center;
height: 30px;
}
.menu-grid .menu-item .menu-icon.data-v-92bb8f34 .uni-icons {
color: #01a4fe !important;
}
.menu-grid .menu-item .menu-label.data-v-92bb8f34 {
font-size: 12px;
color: #3a3a3a;
text-align: center;
}
.library-card-section.data-v-92bb8f34 {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
width: 100%;
padding: 20px 0;
}
.library-card-section .section-title.data-v-92bb8f34 {
font-size: 22px;
font-weight: bold;
background: linear-gradient(140deg, #01a4ff, #2ec8fe);
-webkit-background-clip: text;
color: transparent;
letter-spacing: 0.1em;
margin-bottom: 5px;
}
.library-card-section .card-icon.data-v-92bb8f34 {
width: 80px;
height: 80px;
}
.library-card-section .card-tip.data-v-92bb8f34 {
font-size: 12px;
color: #909399;
margin: 5px 0;
}
.library-card-section .bind-btn.data-v-92bb8f34 {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
border: 1px solid #06a8ff;
width: 128px !important;
height: 28px;
border-radius: 28px;
background: linear-gradient(140deg, #01a4ff, #2ec8fe);
font-size: 14px;
color: #ffffff;
line-height: 28px;
}
.recommendation-section.data-v-92bb8f34 {
background-color: #fff;
margin: 10px;
border-radius: 8px;
padding: 0 0 10px 0;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}
.recommendation-section .section-title.data-v-92bb8f34 {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
height: 40px;
padding: 0 10px;
}
.recommendation-section .section-title .left-txt.data-v-92bb8f34 {
color: #343434;
font-size: 15px;
font-weight: 700;
}
.recommendation-section .section-title .more-link.data-v-92bb8f34 {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
color: #6a6a6a;
font-size: 11px;
}