| | |
| | | } |
| | | </script> |
| | | <style lang="scss" scoped> |
| | | @import '@/assets/theme/index.scss'; |
| | | |
| | | .history-item { |
| | | border-bottom: 1px solid $inp-b; |
| | | |
| | | padding: 40px 0; |
| | | |
| | | :deep(.van-circle__text) { |
| | | color: $text_color; |
| | | @include themify() { |
| | | color: themed("text_color"); |
| | | } |
| | | } |
| | | |
| | | :deep(.van-circle__hover) { |
| | | color: $text_color; |
| | | @include themify() { |
| | | color: themed("text_color"); |
| | | } |
| | | } |
| | | |
| | | .header-info { |
| | |
| | | align-items: center; |
| | | |
| | | span { |
| | | color: $text_color; |
| | | @include themify() { |
| | | color: themed("text_color"); |
| | | } |
| | | } |
| | | |
| | | .text-green { |
| | |
| | | |
| | | .text { |
| | | font-size: 28px; |
| | | color: $text_color6; |
| | | |
| | | @include themify() { |
| | | color: themed("text_color1"); |
| | | } |
| | | } |
| | | } |
| | | |
| | |
| | | flex: 1; |
| | | |
| | | .title { |
| | | color: $dark-grey; |
| | | // color: $dark-grey; |
| | | font-size: 24px; |
| | | |
| | | @include themify() { |
| | | color: themed("text_color2"); |
| | | } |
| | | } |
| | | |
| | | .text { |
| | | font-size: 28px; |
| | | |
| | | color: $text_color; |
| | | |
| | | margin-top: 10px; |
| | | |
| | | @include themify() { |
| | | color: themed("text_color1"); |
| | | } |
| | | } |
| | | } |
| | | |
| | |
| | | |
| | | .detailBtn { |
| | | border: 1px solid #fff; |
| | | color: $text_color; |
| | | justify-content: space-between; |
| | | |
| | | @include themify() { |
| | | color: themed("text_color"); |
| | | } |
| | | } |
| | | |
| | | } |