|
|
@@ -169,13 +169,8 @@ export default {
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
gap: 8upx;
|
|
|
- transition: all 0.3s ease;
|
|
|
border-radius: 12upx;
|
|
|
|
|
|
- &:active {
|
|
|
- transform: scale(0.95);
|
|
|
- }
|
|
|
-
|
|
|
.icon-wrapper {
|
|
|
width: 100upx;
|
|
|
height: 100upx;
|
|
|
@@ -184,13 +179,8 @@ export default {
|
|
|
justify-content: center;
|
|
|
background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
|
|
|
border-radius: 20upx;
|
|
|
- transition: all 0.3s ease;
|
|
|
box-shadow: 0 2upx 8upx rgba(0, 0, 0, 0.04);
|
|
|
|
|
|
- &:active {
|
|
|
- background: linear-gradient(135deg, #e0f2fe 0%, #d1e7f5 100%);
|
|
|
- }
|
|
|
-
|
|
|
.icon-emoji {
|
|
|
font-size: 48upx;
|
|
|
line-height: 1;
|