shish 11 месяцев назад
Родитель
Сommit
295b2ebfbf

+ 13 - 3
mallApp/src/components/module/app-order-list2.vue

@@ -46,9 +46,18 @@ export default {
 		.list-msg {
 			margin-left: 30upx;
 			.title {
-				font-size: 28upx;
-				color: $fontColor2;
+				font-size:34upx;
+				color: black;
+				font-weight:bold;
 				margin-bottom: 10upx;
+				max-width:600upx;
+				overflow: hidden;
+				text-overflow: ellipsis;
+				display: -webkit-box;
+				-webkit-line-clamp: 2;
+				-webkit-box-orient: vertical;
+				line-height: 1.4;
+				max-height: calc(1.4em * 2);
 			}
 			.desc {
 				color: $fontColor3;
@@ -58,9 +67,10 @@ export default {
 	.list-right {
 		text-align: right;
 		color: $fontColor2;
+		font-size:30upx;
+		color: #252525;
 		.price {
 			margin-bottom: 70upx;
-			color: #333;
 		}
 	}
 }

+ 2 - 18
mallApp/src/pages/goods/components/sel-popup.vue

@@ -114,7 +114,8 @@ export default {
     position: absolute;
     left: 0;
     bottom: 0;
-    padding: 20upx 30upx;
+    padding: 20upx 30upx 40upx 30upx;
+    padding-bottom: calc(40upx + env(safe-area-inset-bottom));
     @include disFlex(center, center);
     border-top: 1upx solid $borderColor;
     background: #fff;
@@ -127,7 +128,6 @@ export default {
       font-weight: 600;
       letter-spacing: 2upx;
       box-shadow: 0 8upx 24upx rgba(228, 31, 25, 0.3);
-      transition: all 0.3s ease;
       display: flex;
       align-items: center;
       justify-content: center;
@@ -138,11 +138,6 @@ export default {
         background: linear-gradient(135deg, #ff4757 0%, #e41f19 100%);
         border: none;
         color: #fff;
-        
-        &:active {
-          transform: translateY(2upx);
-          box-shadow: 0 4upx 12upx rgba(228, 31, 25, 0.4);
-        }
       }
     }
   }
@@ -196,7 +191,6 @@ export default {
       align-items: center;
       justify-content: center;
       box-shadow: 0 2upx 8upx rgba(0, 0, 0, 0.1);
-      transition: all 0.2s ease;
       padding: 0;
       
       &:before {
@@ -204,11 +198,6 @@ export default {
         font-weight: bold;
       }
       
-      &:active {
-        transform: scale(0.95);
-        background: #f5f5f5;
-      }
-      
       &.tui-disabled {
         background: #f0f0f0;
         box-shadow: none;
@@ -229,11 +218,6 @@ export default {
       font-size: 32upx !important;
       font-weight: 600 !important;
       box-shadow: 0 2upx 8upx rgba(0, 0, 0, 0.08);
-      transition: border-color 0.2s ease;
-      
-      &:focus {
-        border-color: #e41f19 !important;
-      }
     }
   }
 }

+ 7 - 2
mallApp/src/pages/order/buy.vue

@@ -278,9 +278,14 @@ export default {
       padding-bottom: 20upx;
     }
     .shop-prompt {
-      @include disFlex(center, space-between);
-      color: $fontColor2;
+      display: flex;
+      align-items: center;
+      justify-content: flex-end;
+      color: black;
+      font-size:30upx;
+      font-weight:bold;
       margin-top: 20upx;
+      gap: 20upx;
       .iconchangjianwentixiangguanwenti2 {
         color: #ccc;
         margin-left: 10upx;