feat: 整体页面优化,删除无用svg
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user