|
|
@ -91,14 +91,14 @@ const getImg = id => { |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
align-items: center; |
|
|
|
padding: 20px 0; |
|
|
|
padding: 10px 0; |
|
|
|
.icon { |
|
|
|
width: auto; |
|
|
|
height: 20px; |
|
|
|
margin-bottom: 11px; |
|
|
|
} |
|
|
|
.title { |
|
|
|
font-size: 16px; |
|
|
|
font-size: 24px; |
|
|
|
transform: scale(0.5); |
|
|
|
line-height: 8px; |
|
|
|
font-family: Alibaba PuHuiTi; |
|
|
@ -126,11 +126,13 @@ const getImg = id => { |
|
|
|
justify-content: center; |
|
|
|
flex: 1; |
|
|
|
height: 100%; |
|
|
|
overflow: hidden; |
|
|
|
.img { |
|
|
|
width: 90px; |
|
|
|
height: 90px; |
|
|
|
box-shadow: 0px 2px 7px 0px rgba(8, 69, 71, 0.09); |
|
|
|
border-radius: 11px; |
|
|
|
transform: scale(1.45); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|