JewelryMall/miniprogram/unpackage/dist/dev/mp-weixin/pages/search/index.wxss
2026-03-02 23:35:11 +08:00

110 lines
2.1 KiB
Plaintext

.search-page.data-v-2dab939d {
min-height: 100vh;
background: #f5f5f5;
}
.custom-navbar.data-v-2dab939d {
background: linear-gradient(to right, #FFCFDE, #FFA6C4);
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 100;
}
.custom-navbar__content.data-v-2dab939d {
display: flex;
align-items: center;
padding: 0 24rpx;
}
.custom-navbar__back.data-v-2dab939d {
width: 44rpx;
height: 44rpx;
}
.custom-navbar__title.data-v-2dab939d {
flex: 1;
text-align: center;
font-size: 34rpx;
font-weight: bold;
color: #333;
}
.custom-navbar__placeholder.data-v-2dab939d {
width: 44rpx;
}
.result-tip.data-v-2dab939d {
text-align: center;
padding: 20rpx 0;
font-size: 26rpx;
color: #FF6D9B;
}
.result-list.data-v-2dab939d {
padding: 0 24rpx;
}
.result-item.data-v-2dab939d {
display: flex;
background: #fff;
border-radius: 12rpx;
padding: 24rpx;
margin-bottom: 16rpx;
}
.result-item__img.data-v-2dab939d {
width: 160rpx;
height: 160rpx;
border-radius: 12rpx;
flex-shrink: 0;
background: #f5f5f5;
}
.result-item__info.data-v-2dab939d {
flex: 1;
margin-left: 20rpx;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.result-item__name.data-v-2dab939d {
font-size: 30rpx;
font-weight: bold;
color: #333;
}
.result-item__meta.data-v-2dab939d {
display: flex;
gap: 24rpx;
font-size: 24rpx;
color: #999;
margin-top: 8rpx;
}
.result-item__bottom.data-v-2dab939d {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 12rpx;
}
.result-item__price.data-v-2dab939d {
font-size: 32rpx;
color: #FF6D9B;
font-weight: bold;
}
.result-item__stock.data-v-2dab939d {
font-size: 26rpx;
color: #999;
}
.empty-tip.data-v-2dab939d {
text-align: center;
padding: 120rpx 0 60rpx;
color: #999;
font-size: 28rpx;
display: flex;
flex-direction: column;
align-items: center;
}
.empty-tip__img.data-v-2dab939d {
width: 300rpx;
height: 300rpx;
margin-bottom: 24rpx;
}
.loading-tip.data-v-2dab939d {
text-align: center;
padding: 60rpx 0;
color: #999;
font-size: 28rpx;
}