feat: 调整样式
This commit is contained in:
@@ -276,3 +276,23 @@
|
||||
font-size: 24rpx;
|
||||
color: #D1D5DB;
|
||||
}
|
||||
|
||||
.delete-action {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 140rpx;
|
||||
height: 100%;
|
||||
padding-left: 20rpx;
|
||||
}
|
||||
|
||||
.delete-btn {
|
||||
width: 88rpx;
|
||||
height: 88rpx;
|
||||
border-radius: 50%;
|
||||
background: #EF5350;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
box-shadow: 0 4rpx 12rpx rgba(239, 83, 80, 0.4);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user