| | |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | justify-content: space-between; |
| | | background-color: white; |
| | | padding: 16px; |
| | | } |
| | | |
| | | .switch-tab { |
| | | border-radius: 8px; |
| | | color: var(--fyui-text-color_1); |
| | |
| | | .fyui-box__tag .flex-h{ |
| | | margin-right: 16px; |
| | | } |
| | | |
| | | .fyui-box .answer { |
| | | display: flex; |
| | | flex-direction: row; |
| | | line-height: 18px; |
| | | font-size: 12px; |
| | | color: var(--fyui-text-color_3); |
| | | } |
| | | |
| | | .des { |
| | | display: -webkit-box; |
| | | -webkit-box-orient: vertical; |
| | | -webkit-line-clamp: 3; |
| | | width: 100%; |
| | | overflow: hidden; |
| | | /* text-overflow: ellipsis; */ |
| | | } |
| | | |
| | | .subtitle{ |
| | | font-size: 15px; |
| | | } |
| | | |
| | | .next-answer { |
| | | text-align: center; |
| | | font-size: 12px; |
| | | color: var(--fyui-text-color_3); |
| | | padding: 8px; |
| | | } |
| | | |
| | | .filter { |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | |
| | | .filter:active { |
| | | background-color: var(--fyui-BG-COLOR-ACTIVE); |
| | | } |