| | |
| | | } |
| | | |
| | | .card .card-abstract { |
| | | font-size: 12px; |
| | | font-size: 11px; |
| | | color: var(--fyui-text-color_2); |
| | | } |
| | | |
| | |
| | | /* --fyui-box */ |
| | | .fyui-box__tag { |
| | | justify-content: space-evenly; |
| | | } |
| | | |
| | | .keyword { |
| | | white-space: nowrap; |
| | | } |
| | | .keyword-item { |
| | | display: flex; |
| | | justify-content: flex-start; |
| | | flex-wrap: wrap; |
| | | } |
| | | |
| | | .keyword-item>text { |
| | | white-space: nowrap; |
| | | margin-right: 8px; |
| | | padding: 0px 6px; |
| | | color: #2c7064; |
| | | } |
| | | |
| | | .des { |
| | | display: -webkit-box; |
| | | -webkit-box-orient: vertical; |
| | | -webkit-line-clamp: 4; |
| | | width: 100%; |
| | | overflow: hidden; |
| | | /* text-overflow: ellipsis; */ |
| | | } |
| | | |
| | | .fyui-box__text .fyui-box__bd .tag { |
| | | margin-bottom: 8px; |
| | | font-size: 14px; |
| | | } |
| | | |
| | | .subtitle{ |
| | | font-size: 15px; |
| | | } |
| | | |
| | | .tag2{ |
| | | font-size: 12px; |
| | | color: var(--fyui-text-color_3); |
| | | } |