1
李凌
2025-10-09 c17311ba1351cd5e64654c3fc7b2fe765b1e7382
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>