feat: 整体页面优化,删除无用svg

This commit is contained in:
Blizzard
2026-02-14 08:32:47 +08:00
parent daea00ca60
commit cbbe82ef63
59 changed files with 1265 additions and 342 deletions
+18
View File
@@ -811,3 +811,21 @@ page {
font-weight: 500;
color: #90A4AE;
}
.delete-plant-box {
display: flex;
align-items: center;
justify-content: center;
gap: 12rpx;
padding: 24rpx;
margin-top: 40rpx;
background: #FFF;
border-radius: 24rpx;
box-shadow: 0 4rpx 12rpx rgba(239, 83, 80, 0.1);
}
.delete-text {
font-size: 28rpx;
color: #EF5350;
font-weight: 500;
}