|
|
|
@ -70,17 +70,17 @@ button { |
|
|
|
} |
|
|
|
|
|
|
|
.clear-icon { |
|
|
|
font-size: 24rpx; |
|
|
|
color: #999; |
|
|
|
font-size: 50rpx; |
|
|
|
color: #36a913ff; |
|
|
|
padding: 8rpx; |
|
|
|
border-radius: 50%; |
|
|
|
background-color: #e9ecef; |
|
|
|
border-radius: 0; |
|
|
|
background-color: transparent; |
|
|
|
cursor: pointer; |
|
|
|
transition: all 0.2s ease; |
|
|
|
} |
|
|
|
|
|
|
|
.clear-icon:hover { |
|
|
|
background-color: #dee2e6; |
|
|
|
background-color: transparent; |
|
|
|
color: #666; |
|
|
|
} |
|
|
|
|
|
|
|
|