153 lines
3.1 KiB
Plaintext
153 lines
3.1 KiB
Plaintext
|
|
.home-page.data-v-1cf27b2a {
|
|
min-height: 100vh;
|
|
background: #f5f5f5;
|
|
}
|
|
|
|
/* 自定义导航栏 */
|
|
.custom-navbar.data-v-1cf27b2a {
|
|
background: linear-gradient(to right, #FFCFDE, #FFA6C4);
|
|
}
|
|
.custom-navbar__content.data-v-1cf27b2a {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.custom-navbar__title.data-v-1cf27b2a {
|
|
font-size: 34rpx;
|
|
font-weight: bold;
|
|
color: #333;
|
|
}
|
|
|
|
/* 搜索栏 */
|
|
.search-bar.data-v-1cf27b2a {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 16rpx 24rpx;
|
|
}
|
|
.search-bar__input.data-v-1cf27b2a {
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
background: #fff;
|
|
border-radius: 40rpx;
|
|
padding: 16rpx 24rpx;
|
|
height: 72rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.search-bar__icon.data-v-1cf27b2a {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
margin-right: 12rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.search-bar__field.data-v-1cf27b2a {
|
|
flex: 1;
|
|
font-size: 24rpx;
|
|
color: #333;
|
|
}
|
|
.search-bar__btn.data-v-1cf27b2a {
|
|
margin-left: 16rpx;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
font-weight: 500;
|
|
}
|
|
|
|
/* 分类图标 */
|
|
.category-section.data-v-1cf27b2a {
|
|
white-space: nowrap;
|
|
padding: 32rpx 0 24rpx;
|
|
background: #FFFFFF;
|
|
}
|
|
.category-section__inner.data-v-1cf27b2a {
|
|
display: inline-flex;
|
|
padding: 0 24rpx;
|
|
gap: 32rpx;
|
|
}
|
|
.category-icon.data-v-1cf27b2a {
|
|
display: inline-flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
gap: 12rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.category-icon__circle.data-v-1cf27b2a {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
border-radius: 30rpx;
|
|
background: linear-gradient(135deg, #fce4ec, #f8bbd0);
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.category-icon--active .category-icon__circle.data-v-1cf27b2a {
|
|
background: linear-gradient(135deg, #f48fb1, #e91e63);
|
|
box-shadow: 0 4rpx 16rpx rgba(233, 30, 99, 0.3);
|
|
}
|
|
.category-icon__emoji.data-v-1cf27b2a {
|
|
font-size: 48rpx;
|
|
}
|
|
.category-icon__img.data-v-1cf27b2a {
|
|
width: 90rpx;
|
|
height: 90rpx;
|
|
}
|
|
.category-icon__label.data-v-1cf27b2a {
|
|
font-size: 24rpx;
|
|
color: #333;
|
|
}
|
|
.category-icon--active .category-icon__label.data-v-1cf27b2a {
|
|
color: #e91e63;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* 快捷入口 */
|
|
.quick-actions.data-v-1cf27b2a {
|
|
display: flex;
|
|
gap: 20rpx;
|
|
padding: 0 24rpx 24rpx;
|
|
background-color: #FFFFFF;
|
|
}
|
|
.quick-action.data-v-1cf27b2a {
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 16rpx;
|
|
padding: 28rpx 0;
|
|
border-radius: 16rpx;
|
|
background: #fff;
|
|
}
|
|
.quick-action--calc.data-v-1cf27b2a {
|
|
background: linear-gradient(135deg, #FFA4C3, #FFD2E0);
|
|
}
|
|
.quick-action--service.data-v-1cf27b2a {
|
|
background: linear-gradient(135deg, #e8f5e9, #fff);
|
|
}
|
|
.quick-action__icon.data-v-1cf27b2a {
|
|
width: 44rpx;
|
|
height: 44rpx;
|
|
}
|
|
.quick-action__text.data-v-1cf27b2a {
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
font-weight: 600;
|
|
}
|
|
|
|
/* 商品列表 */
|
|
.product-grid.data-v-1cf27b2a {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding: 0 24rpx;
|
|
gap: 16rpx;
|
|
}
|
|
.product-grid__item.data-v-1cf27b2a {
|
|
width: calc(50% - 8rpx);
|
|
}
|
|
.empty-tip.data-v-1cf27b2a,
|
|
.loading-tip.data-v-1cf27b2a {
|
|
text-align: center;
|
|
padding: 60rpx 0;
|
|
color: #999;
|
|
font-size: 28rpx;
|
|
}
|