| | |
| | | |
| | | .page__title { |
| | | margin-left: 10px; |
| | | font-size: 18px; |
| | | color: var(--fyui-text-color_1); |
| | | /* font-weight: 600; */ |
| | | } |
| | | |
| | | .flex-h_block{ |
| | |
| | | margin-left: 10px; |
| | | margin-right: 2px; |
| | | height: 20vh; |
| | | text-align: center; |
| | | display: flex; |
| | | flex-direction: column; |
| | | justify-content: space-between; |
| | | } |
| | | |
| | | .top-card_2 { |
| | |
| | | height: 8.5vh; |
| | | background-color: #DDEEFF; |
| | | color: #2B7BCB; |
| | | text-align: start; |
| | | } |
| | | |
| | | .top-card_3 { |
| | |
| | | height: 8.5vh; |
| | | background-color: #FAFCF0; |
| | | color: #859438; |
| | | text-align: start; |
| | | } |
| | | |
| | | .top-card>image{ |
| | | width: 15vh; |
| | | height: 18vh; |
| | | width: 12vh; |
| | | height: 12vh; |
| | | position: absolute; |
| | | bottom: 0px; |
| | | right: 0px; |
| | | opacity: 0.6; |
| | | } |
| | | |
| | | .top-card_2>image{ |
| | | width: 13vw; |
| | | height: 14vw; |
| | | opacity: 0.5; |
| | | } |
| | | |
| | | .top-card_3>image{ |
| | | width: 13vw; |
| | | height: 14vw; |
| | | opacity: 0.5; |
| | | } |
| | | |
| | | .top-card .top-card__time { |
| | |
| | | } |
| | | |
| | | .top-card__items .top-card__item view { |
| | | color: #ffffffde; |
| | | /* color: #ffffffde; */ |
| | | font-size: 12px; |
| | | } |
| | | |