| | |
| | | .page__bd { |
| | | padding-left: 10px; |
| | | padding-right: 10px; |
| | | font-size: 14px; |
| | | } |
| | | |
| | | .search-bar { |
| | |
| | | color: white; |
| | | margin-left: 4px; |
| | | } |
| | | |
| | | .history-record { |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | margin-bottom: 16px; |
| | | } |
| | | |
| | | .history-record>text { |
| | | white-space: nowrap; |
| | | background-color: rgb(255, 255, 255); |
| | | margin-right: 8px; |
| | | margin-bottom: 4px; |
| | | padding: 2px 6px; |
| | | color: var(--fyui-text-color_2); |
| | | border-radius: 8px; |
| | | /* border: 1px solid var(--fyui-text-color_3); */ |
| | | } |
| | | |
| | | .hot-topic { |
| | | background-color: white; |
| | | position: relative; |
| | | overflow: hidden; |
| | | border-radius: 8px; |
| | | padding: 8px; |
| | | } |
| | | |
| | | .hot-topic .hot-topic__item { |
| | | display: flex; |
| | | margin-bottom: 8px; |
| | | } |
| | | |
| | | .hot-topic .hot-topic__hot{ |
| | | background-color: rgba(255, 0, 0, 0.692); |
| | | width: 20px; |
| | | height: 20px; |
| | | text-align: center; |
| | | color: white; |
| | | } |
| | | |
| | | .hot-topic .hot-topic__normal{ |
| | | background-color: rgba(255, 166, 0, 0.692); |
| | | width: 20px; |
| | | height: 20px; |
| | | text-align: center; |
| | | color: white; |
| | | } |
| | | |
| | | .hot-topic .hot-topic__name{ |
| | | width: 100%; |
| | | margin-left: 8px; |
| | | white-space: nowrap; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | /* background-color: orange; */ |
| | | } |
| | | |
| | | .hot-topic .hot-topic__name:active{ |
| | | background-color: var(--fyui-BG-COLOR-ACTIVE); |
| | | } |