shish vor 8 Monaten
Ursprung
Commit
39abc32cfd

+ 2 - 2
ghsApp/src/admin/picText/purchaseGuide.vue

@@ -25,11 +25,11 @@
         <textarea 
           v-model="purchaseGuideText"
           class="textarea-input"
-          placeholder="请输入标题"
+          placeholder="请输入标题,不超过70个字"
           :placeholder-style="{ color: '#999999' }"
           :maxlength="500"
         />
-        <view class="char-count">{{ purchaseGuideText.length }}/500</view>
+        <view class="char-count">{{ purchaseGuideText.length }}/70</view>
       </view>
     </view>
 

+ 7 - 5
hdApp/src/pagesPurchase/ghsProduct.vue

@@ -844,12 +844,14 @@ export default {
 <style lang="scss" scoped>
 .notice-banner {
 	margin-top: 9upx;
-	padding: 15upx 20upx;
+	padding: 0upx 20upx;
 	background: linear-gradient(135deg, #3385FF 0%, #5BA3FF 100%);
 	border-radius: 10upx;
 	box-shadow: 0upx 4upx 12upx rgba(51, 133, 255, 0.2);
 	transition: transform 0.2s ease, box-shadow 0.2s ease;
-	height:160upx;
+	height:150upx;
+	display: flex;
+	align-items: center;
 	.notice-text {
 		display: block;
 		font-size: 30upx;
@@ -857,7 +859,7 @@ export default {
 		line-height: 1.6;
 		word-wrap: break-word;
 		text-align: left;
-		font-weight: 500;
+		font-weight: 540;
 	}
 }
 
@@ -954,7 +956,7 @@ export default {
   }
 	.input-wrap {
 		display: flex;
-		padding: 22upx 20upx 22upx 13upx;
+		padding: 16upx 20upx 22upx 13upx;
 		.search-bar {
 			flex: 1;
 		}
@@ -1092,7 +1094,7 @@ export default {
     animation-duration:.3s;
   }
   .fadeIn{
-	height: 290upx;
+	height: 300upx;
     overflow: hidden;
     animation-name: fadeInFrames;
     animation-duration:.3s;