| | |
| | | <template> |
| | | <div class="pt-3"> |
| | | <div> |
| | | <router-view /> |
| | | |
| | | </div> |
| | |
| | | <script setup> |
| | | import fxFooter from '@/components/fx-footer/index.vue' |
| | | import { useRoute } from 'vue-router'; |
| | | import {setStorage} from '@/utils/index.js' |
| | | import { setStorage } from '@/utils/index.js' |
| | | |
| | | const route = useRoute() |
| | | const geturlkey = (name) => { |
| | |
| | | <style lang="scss"> |
| | | @import "assets/init"; |
| | | @import "assets/mixin"; |
| | | @import "assets/css/variable.scss"; |
| | | @import "assets/css/variable-light.scss"; |
| | | |
| | | .nationList { |
| | | .van-action-sheet { |
| | |
| | | } |
| | | |
| | | .van-icon-arrow-left { |
| | | color: #fff !important; |
| | | // color: #fff !important; |
| | | } |
| | | |
| | | .van-nav-bar::after { |