完善功能
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
</view>
|
||||
<view class="success-btns d-b-c">
|
||||
<button type="default" class="flex-1 mr10" @click="goHome()">返回首页</button>
|
||||
<button type="primary" class="flex-1 ml10" @click="goMyorder">我的订单</button>
|
||||
<button type="primary" class="flex-1 ml10" @click="goMyorder" style="background-color: #365A9A !important;">我的订单</button>
|
||||
</view>
|
||||
<!--推荐-->
|
||||
<view><recommendProduct :location="30"></recommendProduct></view>
|
||||
@ -103,7 +103,7 @@
|
||||
|
||||
.pay-success .success-icon .iconfont {
|
||||
padding: 30rpx;
|
||||
background: #04BE01;
|
||||
background: #365A9A;
|
||||
border-radius: 50%;
|
||||
font-size: 80rpx;
|
||||
color: #FFFFFF;
|
||||
@ -137,7 +137,7 @@
|
||||
}
|
||||
|
||||
.pay-success .success-btns button[type="default"] {
|
||||
border: 1px solid #04BE01;
|
||||
color: #04BE01;
|
||||
border: 1px solid #365A9A;
|
||||
color: #365A9A;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user