| | |
| | | width: 100%; |
| | | height: 50vh; |
| | | background: linear-gradient(to bottom, #57E4CB, #bbf3eb); |
| | | /* color: #dcfeea79; */ |
| | | } |
| | | |
| | | .page__hd { |
| | | background: linear-gradient(to bottom, #57E4CB, #bbf3eb); |
| | | padding-bottom: 4px; |
| | | } |
| | | |
| | | .page__hd .title { |
| | |
| | | |
| | | .h-line_1 { |
| | | display: flex; |
| | | justify-content: flex-start; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | } |
| | | |
| | | .h-rank { |
| | |
| | | color: white; |
| | | font-size: 14px; |
| | | } |
| | | |
| | | .flex-h_block { |
| | | flex: 1; |
| | | } |
| | | |
| | | .top-card { |
| | | position: relative; |
| | | border-radius: 4px; |
| | | background: linear-gradient(90deg, #87CEB2, #6CD398); |
| | | color: white; |
| | | padding: 8px; |
| | | margin-left: 10px; |
| | | margin-right: 2px; |
| | | display: flex; |
| | | white-space: nowrap; |
| | | text-overflow: ellipsis; |
| | | } |
| | | |
| | | .top-card_2 { |
| | | background: linear-gradient(90deg, #A3D9F5, #88E1EC); |
| | | margin-left: 2px; |
| | | margin-right: 10px; |
| | | } |
| | | |
| | | .top-card_main { |
| | | margin-left: 10px; |
| | | margin-right: 10px; |
| | | margin-bottom: 4px; |
| | | } |
| | | |
| | | .top-card>image { |
| | | width: 40px; |
| | | height: 40px; |
| | | margin-right: 10px; |
| | | } |
| | | |
| | | .top-card .top-card__tag { |
| | | /* text-align: end; */ |
| | | font-size: 12px; |
| | | } |
| | | |
| | | .top-card .top-card__name { |
| | | font-size: 12px; |
| | | /* width: 100%; */ |
| | | /* font-weight: 600; */ |
| | | /* text-align: center; */ |
| | | /* margin: 16px; */ |
| | | } |
| | | |
| | | .history_time{ |
| | | /* background-color: red; */ |
| | | margin-left: 10px; |
| | | font-size: 14px; |
| | | font-weight: 550; |
| | | } |
| | | |
| | | .history_icon { |
| | | width: 10vw; |
| | | height: 100%; |
| | | display: flex; |
| | | flex-direction: column; |
| | | justify-content: flex-start; |
| | | align-items: center; |
| | | } |
| | | |
| | | .history_icon .history_icon_1 { |
| | | width: 22px; |
| | | height: 22px; |
| | | background-color: #8DF1E0; |
| | | border-radius: 50%; |
| | | opacity: 0.2; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | } |
| | | |
| | | .history_icon .history_icon_1>view { |
| | | width: 11px; |
| | | height: 11px; |
| | | background: #1addbd; |
| | | border-radius: 50%; |
| | | z-index: 10; |
| | | } |
| | | |
| | | .history_icon .history_icon_2 { |
| | | width: 0px; |
| | | height: 100px; |
| | | border: 1px dashed #80EFDC; |
| | | } |