|
|
@ -68,18 +68,19 @@ import HeadLine from 'cpns/HeadLine' |
|
|
|
position: relative; |
|
|
|
.bottom_text { |
|
|
|
position: absolute; |
|
|
|
left: 0; |
|
|
|
right: 0; |
|
|
|
bottom: 0; |
|
|
|
height: 17px; |
|
|
|
left: -50%; |
|
|
|
bottom: -10%; |
|
|
|
height: 34px; |
|
|
|
background: rgba(0, 0, 0, 0.2); |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
justify-content: space-evenly; |
|
|
|
font-size: 8px; |
|
|
|
font-size: 16px; |
|
|
|
font-family: Source Han Sans CN; |
|
|
|
font-weight: 400; |
|
|
|
color: #ffffff; |
|
|
|
width: 200%; |
|
|
|
transform: scale(0.5); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|