|
|
@@ -11,7 +11,7 @@
|
|
|
<view class="text-desc">保管资金是门店责任,此小程序仅是收款管理工具</view>
|
|
|
</view>
|
|
|
<view class="confirm-btn-wrap">
|
|
|
- <button class="confirm-btn" @click="goBack" style="width:300upx;">我知道了</button>
|
|
|
+ <button class="confirm-btn" @click="goBack" style="width:300upx;">返回</button>
|
|
|
<button class="confirm-btn" @click="myHb" style="width:300upx;">我的红包</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -125,8 +125,8 @@ export default {
|
|
|
.confirm-btn {
|
|
|
height: 90upx;
|
|
|
color: #666;
|
|
|
- border: 1upx solid #e8e8e8;
|
|
|
- border-radius: 30upx;
|
|
|
+ border: 2upx solid #cecccc;
|
|
|
+ border-radius: 20upx;
|
|
|
font-size: 34upx;
|
|
|
font-weight: bold;
|
|
|
display: flex;
|