shish 1 год назад
Родитель
Сommit
8efa732d85
2 измененных файлов с 0 добавлено и 241 удалено
  1. 0 118
      mallApp/src/pages/member/recharge.vue
  2. 0 123
      mallApp/src/pages/member/rechargeResult.vue

+ 0 - 118
mallApp/src/pages/member/recharge.vue

@@ -359,30 +359,15 @@ export default {
 	padding-top: 20upx;
 }
 
-
-
 // 我要配送
 .delivery-wrap {
 	.module-com {
 		margin-bottom: 20upx;
 		background-color: #fff;
-		.module-tit {
-			padding: 20upx 18upx;
-			font-size: 28upx;
-			font-weight: 600;
-			border-bottom: 1upx solid $borderColor;
-		}
-		.module-det {
-			padding: 0 30upx;
-		}
 	}
 	// 金额
 	.pay-input-wrap {
 		padding: 50upx 36upx 38upx;
-		.balance {
-			margin-top: 30upx;
-			color: $fontColor2;
-		}
 	}
 	.shop-logo-wrap {
 		padding-left: 10upx;
@@ -573,7 +558,6 @@ export default {
 		}
 	}
 
-
 	// 按钮
 	.btn-wrap {
 		width: calc(100% - 60upx);
@@ -591,102 +575,6 @@ export default {
 			}
 		}
 	}
-
-
-}
-
-// 支付确认弹框样式
-.pay-confirm-content {
-	padding: 60upx 40upx;
-	text-align: center;
-	
-	.confirm-icon {
-		margin-bottom: 50upx;
-		
-		.info-icon {
-			width: 120upx;
-			height: 120upx;
-			background: #4a90e2;
-			color: #fff;
-			border-radius: 50%;
-			display: flex;
-			align-items: center;
-			justify-content: center;
-			font-size: 56upx;
-			font-weight: bold;
-			margin: 0 auto;
-		}
-	}
-	
-	.confirm-text {
-		margin-bottom: 60upx;
-		
-		.text-title {
-			font-size: 42upx;
-			font-weight: bold;
-			color: #333;
-			margin-bottom: 25upx;
-			line-height: 1.4;
-		}
-		
-		.text-desc {
-			font-size: 38upx;
-			color: #3f3e3e;
-			line-height: 1.4;
-		}
-	}
-	
-	.confirm-btn-wrap {
-		.confirm-btn {
-			width: 60%;
-			height: 100upx;
-			background: linear-gradient(135deg, #07c160 0%, #10ad6a 100%);
-			color: #fff;
-			border: none;
-			border-radius: 50upx;
-			font-size: 38upx;
-			font-weight: bold;
-			display: flex;
-			align-items: center;
-			justify-content: center;
-			box-shadow: 0 4upx 12upx rgba(7, 193, 96, 0.3);
-			transition: all 0.3s ease;
-			margin: 0 auto 25upx;
-			
-			&:active {
-				transform: scale(0.98);
-				box-shadow: 0 2upx 8upx rgba(7, 193, 96, 0.4);
-			}
-		}
-		
-		.cancel-btn {
-			width: 60%;
-			height: 100upx;
-			background: #f5f5f5;
-			color: #666;
-			border: 2upx solid #ddd;
-			border-radius: 50upx;
-			font-size: 38upx;
-			font-weight: bold;
-			display: flex;
-			align-items: center;
-			justify-content: center;
-			transition: all 0.3s ease;
-			margin: 0 auto 30upx;
-			
-			&:active {
-				transform: scale(0.98);
-				background: #e8e8e8;
-			}
-		}
-		
-		.tech-support {
-			font-size: 32upx;
-			color: #999;
-			text-align: center;
-			line-height: 1.4;
-		}
-	}
 }
 
 // 充值福利提示样式 - 超亮眼版
@@ -721,8 +609,6 @@ export default {
 		animation: bounce 1.5s infinite, sparkle 2s infinite;
 	}
 	
-
-	
 	&:active {
 		transform: scale(0.95);
 	}
@@ -775,8 +661,6 @@ export default {
 }
 
 // 动画效果集合
-
-
 @keyframes bounce {
 	0%, 20%, 50%, 80%, 100% {
 		transform: translateY(0) scale(1);
@@ -804,8 +688,6 @@ export default {
 	}
 }
 
-
-
 // 福利选择弹框样式
 .welfare-modal-content {
 	padding: 40upx;

+ 0 - 123
mallApp/src/pages/member/rechargeResult.vue

@@ -38,76 +38,6 @@
   };
   </script>
   <style lang="scss" scoped>
-  .go-back{
-      width: 80%;
-      height: 80upx;
-      color: #FFFFFF;
-      margin-top: 50upx;
-      background: #3385FF;
-      border-radius: 10upx;
-      font-size:30upx;
-  }
-  .title{
-      font-weight:700;
-      margin-bottom:30upx;
-      font-size:30upx;
-  }
-  .product-area{
-      width:730upx;
-      height:90upx;
-      display:flex;
-      align-items:center;
-      .first-area{
-          border-bottom:1upx solid #e4e2e2;
-          position:relative;
-      width:550upx;
-          .name{
-              width:280upx;
-              overflow: hidden;
-              text-overflow:ellipsis;
-              white-space: nowrap;
-              display:inline-block;
-              font-weight:bold;
-              font-size:28upx;
-          }
-          .cg-cost{
-              font-weight:bold;
-              font-size:27upx;
-              color:red;
-              position:absolute;
-              left:480upx;
-              top:8upx;
-          }
-          .cost-price{
-              font-weight:bold;
-              font-size:27upx;
-              color:blue;
-              position:absolute;
-              left:515upx;
-              top:18upx;
-          }
-          input{
-              border:1upx solid #cccccc;
-              display:inline-block;
-              width:135upx;
-              margin-left:10upx;
-              margin-right:30upx;
-              text-align:center;
-              font-size:30upx;
-          }
-      }
-      .second-area{
-          float:left;
-          color:#646464;
-          margin-top:10upx;
-          .one{
-              color:red;
-          }
-          .two{
-              color:#CCCCCC;
-          }
-      }
-  }
   .billing_box_bg {
     position: relative;
     padding: 30upx 30upx;
@@ -141,20 +71,6 @@
         margin: 50upx 0 30upx;
         font-size: 38upx;
       }
-      .close_btn {
-        line-height: 88upx;
-        text-align: center;
-        width: 550upx;
-        height: 88upx;
-        border: 1px solid #dddddd;
-        border-radius: 8upx;
-        font-size: 32upx;
-        color: #666;
-      }
-    }
-    .admin-button-com {
-      margin-bottom: 20upx;
-      width: 100%;
     }
   }
 
@@ -163,24 +79,6 @@
     padding: 30upx 40upx;
     text-align: center;
     
-    .confirm-icon {
-      margin-bottom: 50upx;
-      
-      .info-icon {
-        width: 120upx;
-        height: 120upx;
-        background: #4a90e2;
-        color: #fff;
-        border-radius: 50%;
-        display: flex;
-        align-items: center;
-        justify-content: center;
-        font-size: 56upx;
-        font-weight: bold;
-        margin: 0 auto;
-      }
-    }
-    
     .confirm-text {
       margin-bottom: 60upx;
       
@@ -222,27 +120,6 @@
         }
       }
       
-      .cancel-btn {
-        width: 60%;
-        height: 100upx;
-        background: #f5f5f5;
-        color: #666;
-        border: 2upx solid #ddd;
-        border-radius: 50upx;
-        font-size: 38upx;
-        font-weight: bold;
-        display: flex;
-        align-items: center;
-        justify-content: center;
-        transition: all 0.3s ease;
-        margin: 0 auto 30upx;
-        
-        &:active {
-          transform: scale(0.98);
-          background: #e8e8e8;
-        }
-      }
-      
       .tech-support {
         font-size: 32upx;
         color: #999;