flower-mp/pages/index/index.wxss
2025-10-09 07:26:35 +08:00

25 lines
385 B
Plaintext

/**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;
}
.bottom{
position: fixed;
bottom: 68rpx;
}
.pic{
width: 150rpx;
height: 150rpx;
border-radius: 16rpx;
}
.row {
background-color: #F6F8FE;
}