flower-mp/pages/index/index.wxss
2025-11-18 17:06:26 +08:00

58 lines
906 B
Plaintext

/* pages/garden/index.wxss */
.top {
padding-bottom: 32rpx;
}
.empty {
width: 140rpx;
height: 140rpx;
background-color:#F6F6F6 ;
border-radius: 140rpx;
background-image: url("https://res.catter.cn/pub/2025/09/30/20250930143142508.png");
background-size: cover;
}
.waterfall {
display: flex;
justify-content: space-between;
padding: 32rpx;
}
.column {
width: 48%;
}
.card {
box-shadow: 0 4rpx 12rpx rgba(0,0,0,0.06);
background-color: white;
border-radius: 12rpx;
}
.img {
width: 100%;
border-top-left-radius: 16rpx;
border-top-right-radius: 16rpx;
margin-bottom: 16rpx;
}
.item {
background-color: white;
border-radius: 16rpx;
}
.pic {
border-top-right-radius: 16rpx;
border-top-left-radius: 16rpx;
width: 100%;
}
.grid {
display: grid;
grid-template-columns: 50% 50%;
grid-row-gap: 16px;
grid-column-gap: 12px;
border-radius: 12rpx;
}