src/views/payMentMethod/selectPay.vue
@@ -107,8 +107,11 @@ <style lang="scss" scoped> .selectPay { .index-anchor { // background: #232C46; background: $mainbgWhiteColor; // background: $mainbgWhiteColor; @include themify() { background: themed("main_background"); } } @@ -129,6 +132,9 @@ .item-cell { border-bottom: 1px solid #474b62; font-size: 15px; color: $log-c; @include themify() { color: themed("text_color1"); } } </style>