|
|
@@ -1,13 +1,11 @@
|
|
|
<template>
|
|
|
<view class="app-content">
|
|
|
<view class="billing_box_bg">
|
|
|
- <view class="top-view"> </view>
|
|
|
<view class="result-view">
|
|
|
<view :class="['iconfont', 'iconchenggong']"></view>
|
|
|
<view class="result-title">支付成功</view>
|
|
|
<button class="admin-button-com big" @click="getDetail()">订单详情</button>
|
|
|
<button class="admin-button-com big" @click="goBack()" style="margin-top:30upx;">返回</button>
|
|
|
- <view style="margin-top:50upx;font-size:36upx;text-decoration:underline;" @click="goClearRemind()">如何查看我还有多少待结账</view>
|
|
|
</view>
|
|
|
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
@@ -52,7 +50,7 @@ export default {
|
|
|
<style lang="scss" scoped>
|
|
|
.billing_box_bg {
|
|
|
position: relative;
|
|
|
- padding: 60upx 30upx;
|
|
|
+ padding: 60upx 30upx 0upx 30upx;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
background-color: #f5f5f5;
|
|
|
@@ -70,13 +68,13 @@ export default {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
- padding: 70upx;
|
|
|
+ padding: 50upx 70upx 30upx 70upx;
|
|
|
width: 100%;
|
|
|
background: #ffffff;
|
|
|
border-radius: 20upx;
|
|
|
z-index: 1;
|
|
|
.iconchenggong {
|
|
|
- font-size: 150upx;
|
|
|
+ font-size: 120upx;
|
|
|
color: $mainColor1;
|
|
|
}
|
|
|
.result-title {
|