| | |
| | | <div class="flex justify-center items-end mt-42 font-64 font-700"> |
| | | <div class="flex justify-center"> |
| | | <span class="font-48"> |
| | | {{currencySymbol}} |
| | | {{ currencySymbol }} |
| | | </span> |
| | | <span class="px-10">{{ |
| | | (orderInfo.amount && (orderInfo.amount / 1).toFixed(2)) || "--" |
| | |
| | | </div> |
| | | <div class="mt-92 px-40 flex font-30"> |
| | | <van-button class="w-244 h-80 mr-16 rounded-2xl text-black bg-grey border-none" type="primary" |
| | | @click="show = true">{{ $t("遇到问题?") }}</van-button> |
| | | @click="show = true">{{ |
| | | $t("遇到问题?") }}</van-button> |
| | | <van-button class="flex-1 h-80 rounded-2xl btnMain text-white border-none" type="primary" @click="onPayed"> |
| | | {{ $t("我已付款,通知卖家") }}</van-button> |
| | | </div> |
| | |
| | | |
| | | .van-cell { |
| | | margin-top: 28px; |
| | | color: $text_color1; |
| | | background: $tab_background; |
| | | |
| | | @include themify() { |
| | | background: themed("tab_background"); |
| | | color: themed("text_color1"); |
| | | } |
| | | |
| | | .van-cell__title, |
| | | .van-cell__value { |
| | |
| | | } |
| | | |
| | | .van-cell-group { |
| | | color: $text_color1; |
| | | background: $tab_background; |
| | | @include themify() { |
| | | background: themed("tab_background"); |
| | | color: themed("text_color1"); |
| | | } |
| | | } |
| | | } |
| | | } |