shish пре 11 месеци
родитељ
комит
1ca7ff663f
1 измењених фајлова са 1 додато и 7 уклоњено
  1. 1 7
      mallApp/src/pages/home/recent.vue

+ 1 - 7
mallApp/src/pages/home/recent.vue

@@ -60,7 +60,7 @@
                <text class="banner-title">填写生日,有机会领取生日小礼物</text>
                <text class="banner-title">填写生日,有机会领取生日小礼物</text>
              </view>
              </view>
              <view class="banner-button">
              <view class="banner-button">
-               <text class="button-text">填写</text>
+               <text class="button-text">填写</text>
              </view>
              </view>
            </view>
            </view>
 
 
@@ -358,7 +358,6 @@ page {
       box-shadow: 0 8upx 20upx rgba(102, 126, 234, 0.3);
       box-shadow: 0 8upx 20upx rgba(102, 126, 234, 0.3);
       
       
       &:active {
       &:active {
-        transform: translateY(2upx);
         box-shadow: 0 4upx 12upx rgba(102, 126, 234, 0.4);
         box-shadow: 0 4upx 12upx rgba(102, 126, 234, 0.4);
       }
       }
     }
     }
@@ -389,7 +388,6 @@ page {
     
     
     &:active {
     &:active {
       background: rgba(255, 255, 255, 0.1);
       background: rgba(255, 255, 255, 0.1);
-      transform: scale(0.98);
     }
     }
     
     
     .avatar-container {
     .avatar-container {
@@ -445,7 +443,6 @@ page {
     
     
     &:active .arrow-icon {
     &:active .arrow-icon {
       color: #ffffff;
       color: #ffffff;
-      transform: translateX(4upx);
     }
     }
   }
   }
   
   
@@ -472,7 +469,6 @@ page {
       box-shadow: 0 2upx 8upx rgba(0, 0, 0, 0.1);
       box-shadow: 0 2upx 8upx rgba(0, 0, 0, 0.1);
       
       
       &:active {
       &:active {
-        transform: scale(0.95);
         background: rgba(255, 255, 255, 0.25);
         background: rgba(255, 255, 255, 0.25);
       }
       }
       
       
@@ -584,7 +580,6 @@ page {
     }
     }
     
     
     &:active {
     &:active {
-      transform: scale(0.98);
       background: #fff0f0;
       background: #fff0f0;
     }
     }
   }
   }
@@ -710,7 +705,6 @@ page {
       transition: all 0.2s ease;
       transition: all 0.2s ease;
       
       
       &:active {
       &:active {
-        transform: translateY(2upx);
         box-shadow: 0 2upx 8upx rgba(0, 0, 0, 0.2);
         box-shadow: 0 2upx 8upx rgba(0, 0, 0, 0.2);
       }
       }