李凌
2025-10-15 7fc6bfe900790ec7c92bce85d5b20a95fbc06e65
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>