| | |
| | | </van-collapse> |
| | | <div class="flex mt-56 mb-36 justify-center "> |
| | | <button class="w-370 h-82 tabBackground c2cColor rounded-lg font-400 font-30 border-none mr-21" |
| | | @click="onReset">{{ $t('重置') }} |
| | | @click="onReset">{{ |
| | | $t('重置') }} |
| | | </button> |
| | | <button class="w-370 h-82 bg-grey rounded-lg font-400 font-30 border-none" |
| | | :class="[{ 'btnMain': tabindex === 1 }, { 'text-white': tabindex === 1 }]" @click="onConfirm">{{ $t('确认') }} |
| | |
| | | |
| | | <style lang="scss" scoped> |
| | | @import "@/assets/css/copy2.scss"; |
| | | |
| | | .active_trade { |
| | | color: #ffffff; |
| | | // background-color: #888; |
| | | background:$color_main; |
| | | background: $color_main; |
| | | } |
| | | |
| | | .rotateZ { |
| | |
| | | |
| | | #full { |
| | | ::v-deep .van-cell { |
| | | background: $main_background; |
| | | @include themify() { |
| | | background: themed("main_background"); |
| | | } |
| | | } |
| | | |
| | | ::v-deep .van-cell::after { |
| | |
| | | } |
| | | |
| | | .van-switch { |
| | | background: $btn_main; |
| | | // background: $btn_main; |
| | | } |
| | | |
| | | ::v-deep .van-collapse-item__content { |
| | | background: $main_background; |
| | | // background: $main_background; |
| | | } |
| | | |
| | | ::v-deep .van-field__control { |
| | | color: $text_color; |
| | | @include themify() { |
| | | color: themed("text_color"); |
| | | } |
| | | } |
| | | } |
| | | </style> |