@@ -679,6 +679,7 @@ page {
.btnCon {
display: flex;
justify-content: center;
+ align-items: center;
margin-top: 50rpx;
view {
@@ -688,12 +689,12 @@ page {
line-height: 36rpx;
padding: 16rpx 72rpx;
border-radius: 36rpx;
+ box-sizing: border-box;
border: 2rpx solid #DCDCDC;
&:last-child {
margin-left: 32rpx;
- background: url("https://oss.dayaedu.com/ktyq/1739864864169.png") no-repeat;
- background-size: 100% 100%;
+ background: linear-gradient( 135deg, #FF412A 0%, #FF764D 100%), linear-gradient( 150deg, rgba(255,134,49,0) 0%, rgba(255,210,105,0.5) 100%), linear-gradient( 216deg, rgba(255,104,71,0) 0%, #FF6141 100%);
font-weight: 500;
color: #fff;
border-color: transparent;
@@ -127,7 +127,7 @@
<view class="popup-mask" bind:tap="onDialogClose"></view>
<view class="popup-container">
<view class="tit">温馨提示</view>
- <view class="titCon">是否要删除该收货信息?</view>
+ <view class="titCon">是否要删除该会员信息?</view>
<view class="btnCon">
<view bind:tap="onDialogClose">取消</view>
<view bind:tap="onDialogOk">确认</view>
@@ -834,12 +834,12 @@