xiaoxin před 9 měsíci
rodič
revize
4c147467bf
4 změnil soubory, kde provedl 18 přidání a 20 odebrání
  1. 7 8
      pages/index/shop/goodsDet.vue
  2. 11 12
      pages/index/shop/index.vue
  3. binární
      static/images/index/1.png
  4. binární
      static/images/index/2.png

+ 7 - 8
pages/index/shop/goodsDet.vue

@@ -1238,15 +1238,12 @@ export default {
 
 .settlement {
 	width: 94%;
-	background-color: #b2d5c6;
 	line-height: 3.4;
-	border-radius: 49rpx;
 	position: fixed;
 	bottom: 10rpx;
 	left: 3%;
 	display: flex;
 	justify-content: space-between;
-	border: 2rpx solid #568d84;
 }
 
 .settlement1 {
@@ -1265,10 +1262,12 @@ export default {
 }
 
 .settlement_le {
-	width: 45%;
+	width: 552rpx;
 	padding-left: 20%;
 	color: #000;
 	font-size: 30rpx;
+	background-image: url(@/static/images/index/1.png);
+	background-size: 100% 100%;
 }
 
 .settlement_le text {
@@ -1276,16 +1275,16 @@ export default {
 }
 
 .settlement_ri {
-	width: 35%;
-	background-color: #75a599;
+	margin-left: -8rpx;
+	width: 180rpx;
 	font-family: PingFang SC;
 	font-weight: 800;
 	color: #333333;
 	display: flex;
 	justify-content: center;
 	align-items: center;
-	border-top-right-radius: 49rpx;
-	border-bottom-right-radius: 49rpx;
+	background-image: url(@/static/images/index/2.png);
+	background-size: 100% 100%;
 }
 
 .settlement_img {

+ 11 - 12
pages/index/shop/index.vue

@@ -1889,15 +1889,12 @@ page {
 /* 结算 */
 .settlement {
 	width: 94%;
-	background-color: rgba(129, 189, 179, 0.4);
 	line-height: 3.4;
-	border-radius: 49rpx;
 	position: fixed;
 	bottom: 10rpx;
 	left: 3%;
 	display: flex;
 	justify-content: space-between;
-	border: 2rpx solid #568d84;
 }
 
 .settlement1 {
@@ -1917,10 +1914,12 @@ page {
 }
 
 .settlement_le {
-	width: 48%;
+	width: 552rpx;
 	padding-left: 18%;
 	color: #000;
 	font-size: 30rpx;
+	background-image: url(@/static/images/index/1.png);
+	background-size: 100% 100%;
 }
 
 .settlement_le text {
@@ -1928,25 +1927,25 @@ page {
 }
 
 .settlement_ri {
-	width: 35%;
-	background-color: #75a599;
+	margin-left: -8rpx;
+	width: 180rpx;
 	font-family: PingFang SC;
 	font-weight: 800;
 	color: #333333;
 	text-align: center;
-	border-top-right-radius: 49rpx;
-	border-bottom-right-radius: 49rpx;
+	background-image: url(@/static/images/index/2.png);
+	background-size: 100% 100%;
 }
 
 .settlement_ri1 {
-	width: 35%;
-	background-color: #75a599;
+	margin-left: -8rpx;
+	width: 180rpx;
 	font-family: PingFang SC;
 	font-weight: 800;
 	color: #333333;
 	text-align: center;
-	border-top-right-radius: 49rpx;
-	border-bottom-right-radius: 49rpx;
+	background-image: url(@/static/images/index/2.png);
+	background-size: 100% 100%;
 }
 
 .settlement_img {

binární
static/images/index/1.png


binární
static/images/index/2.png