优化我的小区左上角数据展示

This commit is contained in:
赵毅 2025-08-02 09:35:27 +08:00
parent 1b55237844
commit 660b77a732

View File

@ -35,8 +35,9 @@ image {
.emptyCommunity { .emptyCommunity {
font-size: 28rpx; font-size: 28rpx;
color: #222222; color: #222222;
width: 200rpx; width: auto;
height: 44rpx; height: 44rpx;
padding: 5rpx 15rpx;
background: rgba(255, 255, 255, 0.8); background: rgba(255, 255, 255, 0.8);
border-radius: 100rpx 100rpx 100rpx 100rpx; border-radius: 100rpx 100rpx 100rpx 100rpx;
display: flex; display: flex;