flower-mp/pages/today/index.wxss
2025-10-10 16:28:27 +08:00

9 lines
241 B
Plaintext

/* pages/today/index.wxss */
.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;
}