Explorar el Código

退款页面优化完成

shish hace 1 año
padre
commit
76bd994766
Se han modificado 1 ficheros con 3 adiciones y 39 borrados
  1. 3 39
      hdApp/src/admin/order/refund.vue

+ 3 - 39
hdApp/src/admin/order/refund.vue

@@ -344,15 +344,11 @@ export default {
 	
 	.title-text {
 		font-size: 32upx;
-		font-weight: 600;
+		font-weight:600;
 		color: #333;
 	}
 	
-	.required-mark {
-		color: #ff4757;
-		font-size: 32upx;
-		margin-left: 8upx;
-	}
+
 }
 
 // 退款方式按钮
@@ -590,39 +586,7 @@ export default {
 	}
 }
 
-// 警告提示
-.warning-notice {
-	background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
-	margin: 0 20upx 20upx;
-	border-radius: 16upx;
-	border-left: 6upx solid #f39c12;
-	padding: 30upx;
-	display: flex;
-	align-items: flex-start;
-	
-	.warning-icon {
-		font-size: 40upx;
-		margin-right: 20upx;
-		margin-top: 5upx;
-	}
-	
-	.warning-text {
-		flex: 1;
-		
-		.warning-title {
-			font-size: 28upx;
-			font-weight: 600;
-			color: #d68910;
-			margin-bottom: 12upx;
-		}
-		
-		.warning-content {
-			font-size: 26upx;
-			color: #85751a;
-			line-height: 1.5;
-		}
-	}
-}
+
 
 // 底部操作按钮
 .bottom-actions {