| | |
| | | |
| | | |
| | | <style lang="scss" scoped> |
| | | @import '@/assets/theme/index.scss'; |
| | | |
| | | .assets { |
| | | min-height: 100vh; |
| | | background: $mainbgWhiteColor; |
| | | padding: 2.8rem 2rem 10rem 2rem; |
| | | $assets_title_color: #9a9a9a; |
| | | color: $assets_title_color; |
| | | |
| | | @include themify() { |
| | | color: themed("text_color2"); |
| | | } |
| | | |
| | | :deep(.van-cell) { |
| | | padding-left: 0; |
| | |
| | | } |
| | | |
| | | .assets_money { |
| | | color: $text_color4; |
| | | font-size: 3.4rem; |
| | | |
| | | @include themify() { |
| | | color: themed("text_color"); |
| | | } |
| | | |
| | | .pricing_jj { |
| | | font-size: 1.6rem; |
| | |
| | | |
| | | .assets_revenue { |
| | | font-size: 2rem; |
| | | color: #646464; |
| | | font-weight: 600; |
| | | |
| | | @include themify() { |
| | | color: themed("text_color1"); |
| | | } |
| | | |
| | | span { |
| | | color: #6e6e6e; |
| | | text-decoration: underline dotted; |
| | | font-weight: 400; |
| | | |
| | | @include themify() { |
| | | color: themed("text_color1"); |
| | | } |
| | | } |
| | | } |
| | | |
| | |
| | | $item_width: 8.3rem; |
| | | width: $item_width; |
| | | font-size: 1.8rem; |
| | | color: $text_color4; |
| | | |
| | | @include themify() { |
| | | color: themed("text_color2"); |
| | | } |
| | | |
| | | img { |
| | | height: $item_width; |
| | |
| | | } |
| | | |
| | | .assets_item { |
| | | color: $text_color4; |
| | | font-size: 2.1rem; |
| | | |
| | | @include themify() { |
| | | color: themed("text_color2"); |
| | | } |
| | | |
| | | .icon { |
| | | width: 1.8rem; |
| | |
| | | } |
| | | |
| | | .assets_item_light { |
| | | color: #9b9b9b; |
| | | font-weight: 300; |
| | | |
| | | @include themify() { |
| | | color: themed("text_color2"); |
| | | } |
| | | } |
| | | } |
| | | } |