黄琪勇 4 месяцев назад
Родитель
Сommit
2724f97786

+ 3 - 2
miniprogram/pages/index/index.less

@@ -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;

+ 1 - 1
miniprogram/pages/index/index.wxml

@@ -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>

+ 2 - 2
miniprogram/pages/orders/order-detail.less

@@ -834,12 +834,12 @@
         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;