lhl 4 éve
szülő
commit
c3616ee7b4
2 módosított fájl, 12 hozzáadás és 5 törlés
  1. 2 2
      pages/index/index.vue
  2. 10 3
      pages/store/shopStreet/index.vue

+ 2 - 2
pages/index/index.vue

@@ -571,7 +571,7 @@
 				mer_location: "",
 				share_title: "",
 				showNum: 0,
-				power: ''
+				power: '',
 			}
 		},
 		/**
@@ -597,7 +597,7 @@
 				query: {
 					spid: that.uid,
 				},
-				imageUrl: ''
+				imageUrl: '',
 			}
 		},
 		// #endif

+ 10 - 3
pages/store/shopStreet/index.vue

@@ -520,7 +520,8 @@
 			.mer-hd {
 				position: relative;
 				width: 100%;
-				height: 134rpx;
+				// height: 134rpx;
+				height: 200rpx;
 				border-radius: 16rpx 16rpx 0 0;
 				overflow: hidden;
 				display: flex;
@@ -554,8 +555,14 @@
 						font-size: 28rpx;
 						font-weight: bold;
 						margin-bottom: 6rpx;
-
-						.font-bg-red {
+						.txt {
+							padding: 5rpx 10rpx;
+							color: #000;
+							background: #fff;
+							border-radius: 20rpx;
+						}
+						.font-bg-red {
+							
 							margin-left: 20rpx;
 							font-size: 18rpx;
 							padding: 2rpx 10rpx;