diff --git a/components/payment/payment.vue b/components/payment/payment.vue index 9c7dabb0..08a96d49 100644 --- a/components/payment/payment.vue +++ b/components/payment/payment.vue @@ -35,6 +35,7 @@ {{ item.name }} + ({{ item.tips }}元) @@ -669,20 +670,16 @@ .payment-price { font-size: 80rpx; } - .payment-list .scroll-y { max-height: 430rpx; } - .payment-list .item { padding: 28rpx 28rpx 28rpx 32rpx; } - .payment-list .item-content image { width: 50rpx; height: 50rpx !important; } - .payment-sub { padding: 86rpx 90rpx 24rpx 90rpx; } diff --git a/pages/buy/buy.css b/pages/buy/buy.css index d1dbe206..7dadace2 100644 --- a/pages/buy/buy.css +++ b/pages/buy/buy.css @@ -105,6 +105,20 @@ height: 50rpx !important; } +.pay-tips { + height: 32rpx; + line-height: 32rpx; + display: inline-block; + position: absolute; + top: -20rpx; + right: 0; + color: #fff; + padding: 0 12rpx; + border-radius: 16rpx 0 16rpx 0; + font-size: 20rpx; + background: #D8D8D8 linear-gradient(107deg, #FC6F31 0%, #E22C08 100%); +} + /** * 扩展数据 */ diff --git a/pages/buy/buy.vue b/pages/buy/buy.vue index 81c3f86e..cebf7888 100644 --- a/pages/buy/buy.vue +++ b/pages/buy/buy.vue @@ -71,13 +71,7 @@ - - + + {{ item.name }} + {{ item.tips }}元 diff --git a/pages/plugins/scanpay/index/index.vue b/pages/plugins/scanpay/index/index.vue index e978039e..067d7fa1 100644 --- a/pages/plugins/scanpay/index/index.vue +++ b/pages/plugins/scanpay/index/index.vue @@ -29,6 +29,7 @@
{{ item.name }} + ({{ item.tips }}元)