| | |
| | | <style lang="scss"> |
| | | @import '@/styles/common.scss'; |
| | | |
| | | .my-collect-task { |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | padding: 30px 40px; |
| | | .mineCollectTask-page-wrapper { |
| | | .my-collect-task { |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | padding: 30px 40px; |
| | | |
| | | .my-collect-task-title { |
| | | font-size: 28px; |
| | | line-height: 40px; |
| | | color: boleGetCssVar('text-color', 'primary'); |
| | | } |
| | | .my-collect-task-title { |
| | | font-size: 28px; |
| | | line-height: 40px; |
| | | color: boleGetCssVar('text-color', 'primary'); |
| | | } |
| | | |
| | | .my-collect-task-btn { |
| | | font-size: 24px; |
| | | line-height: 34px; |
| | | color: boleGetCssVar('text-color', 'regular'); |
| | | .my-collect-task-btn { |
| | | font-size: 24px; |
| | | line-height: 34px; |
| | | color: boleGetCssVar('text-color', 'regular'); |
| | | } |
| | | } |
| | | } |
| | | </style> |