JewelryMall/miniprogram/unpackage/dist/dev/mp-weixin/pages/mold/index.wxss
2026-02-21 14:20:00 +08:00

83 lines
1.5 KiB
Plaintext

.mold-page.data-v-406d5d2c {
min-height: 100vh;
background: #f5f5f5;
}
.search-bar.data-v-406d5d2c {
background: #fff;
padding: 16rpx 24rpx;
}
.search-bar__input.data-v-406d5d2c {
background: #f5f5f5;
border-radius: 32rpx;
padding: 16rpx 24rpx;
font-size: 26rpx;
color: #333;
}
.mold-list.data-v-406d5d2c {
padding: 16rpx;
}
.mold-card.data-v-406d5d2c {
background: #fff;
border-radius: 16rpx;
padding: 24rpx;
margin-bottom: 16rpx;
}
.mold-card__name.data-v-406d5d2c {
font-size: 30rpx;
font-weight: bold;
color: #333;
display: block;
margin-bottom: 16rpx;
}
.mold-card__images.data-v-406d5d2c {
white-space: nowrap;
margin-bottom: 12rpx;
}
.mold-card__img.data-v-406d5d2c {
width: 200rpx;
height: 200rpx;
border-radius: 8rpx;
margin-right: 12rpx;
display: inline-block;
}
.mold-card__no-img.data-v-406d5d2c {
height: 200rpx;
display: flex;
align-items: center;
justify-content: center;
background: #f5f5f5;
border-radius: 8rpx;
color: #999;
font-size: 26rpx;
margin-bottom: 12rpx;
}
.mold-card__footer.data-v-406d5d2c {
display: flex;
gap: 16rpx;
}
.mold-card__tag.data-v-406d5d2c {
font-size: 22rpx;
color: #999;
background: #f5f5f5;
padding: 4rpx 12rpx;
border-radius: 4rpx;
}
.empty-tip.data-v-406d5d2c {
text-align: center;
padding: 80rpx 0;
color: #999;
font-size: 28rpx;
}
.empty-tip__contact.data-v-406d5d2c {
margin-top: 20rpx;
color: #e4393c;
font-size: 26rpx;
}
.loading-tip.data-v-406d5d2c {
text-align: center;
padding: 60rpx 0;
color: #999;
font-size: 28rpx;
}