| | |
| | | </div> |
| | | </template> |
| | | <van-cell-group class="payment-method"> |
| | | <van-cell v-for="(item, index) in detail.tradeMethod" :key="index" :title="item.label" :value="item.value" /> |
| | | <van-cell v-for="(item, index) in detail.tradeMethod" :key="index" :title="item.label" |
| | | :value="item.value" /> |
| | | </van-cell-group> |
| | | </van-collapse-item> |
| | | </van-collapse> |
| | |
| | | |
| | | <style lang="scss" scoped> |
| | | @import "@/assets/css/copy2.scss"; |
| | | |
| | | .mainBackground { |
| | | ::v-deep { |
| | | |
| | | .van-cell-group, |
| | | .van-cell { |
| | | color: $text_color1; |
| | | background: $main_background; |
| | | @include themify() { |
| | | color: themed("text_color1"); |
| | | background: themed("main_background"); |
| | | } |
| | | } |
| | | |
| | | .van-cell__value { |
| | | color: $text_color; |
| | | @include themify() { |
| | | color: themed("text_color"); |
| | | } |
| | | } |
| | | |
| | | .order-msg { |