| | |
| | | @import '../../../components/filter/index.wxss'; |
| | | @import './problem-change-list.wxss'; |
| | | @import './statistic.wxss'; |
| | | @import './sort-options.wxss'; |
| | | |
| | | .page .page-header { |
| | | background: linear-gradient(var(--td-primary-color-7), var(--td-bg-color)); |
| | |
| | | .fy-loading-indicator, |
| | | .fy-loading-text { |
| | | color: var(--td-text-color-placeholder) !important; |
| | | } |
| | | |
| | | .ranking-summary__item { |
| | | background-color: var(--td-bg-color-fade); |
| | | border-radius: var(--td-border-radius); |
| | | box-shadow: var(--td-shadow-4); |
| | | padding: var(--td-spacer); |
| | | margin-top: var(--td-spacer); |
| | | display: flex; |
| | | justify-content: space-between; |
| | | gap: 2px; |
| | | color: var(--td-text-color-primary); |
| | | } |
| | | |
| | | .ranking-summary__item:active { |
| | | background-color: var(--td-gray-color-1); |
| | | } |
| | | |
| | | .ranking-summary__item .ranking-summary__item-name { |
| | | --ei-font-size: var(--td-font-size-m); |
| | | --ei-line-height: calc(var(--td-text-line-height) * var(--ei-font-size)); |
| | | font-size: var(--ei-font-size); |
| | | line-height: var(--ei-line-height); |
| | | height: calc(var(--ei-line-height) * 2); |
| | | display: -webkit-box; |
| | | -webkit-box-orient: vertical; |
| | | -webkit-line-clamp: 2; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | } |
| | | |
| | | .ranking-summary__item-abstract { |
| | | font-size: var(--td-font-size-s); |
| | | color: var(--td-text-color-secondary); |
| | | } |
| | | |
| | | .flex-v { |
| | | position: relative; |
| | | display: flex; |
| | | flex-direction: column; |
| | | justify-content: space-between; |
| | | } |
| | | |
| | | .ranking-summary__item-tag__wrap{ |
| | | position: relative; |
| | | display: flex; |
| | | gap: 2px; |
| | | } |
| | | |
| | | .ranking-summary__item-tag__wrap .ranking-summary__item-tag { |
| | | display: flex; |
| | | flex-direction: column; |
| | | align-items: center; |
| | | gap: 2px; |
| | | } |
| | | |
| | | .ranking-summary__item-tag .ranking-summary__tag-count { |
| | | /* background-color: var(--td-primary-color-10); */ |
| | | width: 80rpx; |
| | | height: 80rpx; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | /* color: var(--td-text-color-anti); */ |
| | | border: 6rpx solid var(--td-success-color-5); |
| | | border-radius: var(--td-border-radius); |
| | | font-weight: 600; |
| | | } |
| | | |
| | | .ranking-summary__tag-count__error { |
| | | border-color: var(--td-error-color-5) !important; |
| | | } |
| | | |
| | | .ranking-summary__tag-count__warning { |
| | | border-color: var(--td-warning-color) !important; |
| | | } |
| | | |
| | | .ranking-summary__nav-icon { |
| | | position: relative; |
| | | bottom: 0px; |
| | | right: 0px; |
| | | display: flex; |
| | | justify-content: flex-end; |
| | | /* margin-top: var(--td-spacer); */ |
| | | /* background-color: blanchedalmond; */ |
| | | } |