Jelajahi Sumber

Revert "商品详情底部购买样式修改"

This reverts commit 75b86eca79ea1460c8fd949cb7d560ccf6f54283.
hwb0 3 tahun lalu
induk
melakukan
8f2fd3519d
1 mengubah file dengan 8 tambahan dan 12 penghapusan
  1. 8 12
      packageGoods/goods/detail.vue

+ 8 - 12
packageGoods/goods/detail.vue

@@ -415,7 +415,7 @@
 
 		&-content {
 			justify-content: flex-start;
-			padding: 26rpx 20rpx 26rpx 0;
+			height: 132rpx;
 			background-color: #fff;
 			
 			&__coin {
@@ -429,13 +429,11 @@
 			}
 			
 			&__exchange {
-				height: 82rpx;
+				height: 100%;
 				flex-direction: column;
-				padding: 0 44rpx;
-				background: #FFFFFF;
-				border: 1px solid #F9822C;
-				border-radius: 41rpx;
-				color: #F9822C;
+				padding: 0 50rpx;
+				background-color: #FA822C;
+				color: #fff;
 				
 				text {
 					font-weight: normal;
@@ -451,14 +449,12 @@
 			}
 			
 			&__price {
-				height: 82rpx;
 				font-size: 30rpx;
 				font-weight: bold;
-				padding: 0 44rpx;
-				background: #F9822C;
-				border-radius: 41rpx;
+				height: 100%;
+				padding: 0 50rpx;
+				background-color: #FA362C;
 				color: #fff;
-				margin-left: 24rpx;
 			}
 		}
 	}