Procházet zdrojové kódy

V-deep 导致的异常

zhengkaixin před 2 měsíci
rodič
revize
2f79046af9
63 změnil soubory, kde provedl 228 přidání a 225 odebrání
  1. 3 3
      pages/MyInvoice/editInvoiceTitle.vue
  2. 1 1
      pages/MyInvoice/invioceResult.vue
  3. 4 4
      pages/MyInvoice/invoiceDetail.vue
  4. 4 4
      pages/MyInvoice/invoiceManagement.vue
  5. 1 1
      pages/MyInvoice/invoiceTitleManagement.vue
  6. 2 2
      pages/MyInvoice/issueInvoice.vue
  7. 5 2
      pages/article/articleDetails.vue
  8. 2 2
      pages/bindingHomePile/homeInfo.vue
  9. 2 2
      pages/cardBag/cardBag.vue
  10. 2 2
      pages/cardBag/cardDetail.vue
  11. 1 1
      pages/cardBag/getCard.vue
  12. 1 1
      pages/cardBag/nonactivatedCard.vue
  13. 2 2
      pages/discountCard/confirmOrder.vue
  14. 4 4
      pages/discountCard/productDetails.vue
  15. 1 1
      pages/index/activity.vue
  16. 4 4
      pages/index/all.vue
  17. 7 7
      pages/index/index.vue
  18. 1 1
      pages/login/completeInfo.vue
  19. 2 2
      pages/login/login.vue
  20. 4 4
      pages/monthlyCardActivity/monthlyCardBuy.vue
  21. 1 1
      pages/newPage/chargeMoney/chargeMoney.vue
  22. 2 2
      pages/newPage/chargeMoney/financialDetails.vue
  23. 3 3
      pages/newPage/chargeMoney/topUp.vue
  24. 3 3
      pages/newPage/chargeMoney/withdraw.vue
  25. 3 3
      pages/parking/outPayment.vue
  26. 1 1
      pages/parking/pay.vue
  27. 1 1
      pages/parking/search.vue
  28. 3 3
      pages/record/details.vue
  29. 2 2
      pages/search/search.vue
  30. 9 9
      pages/searchPile/chargeProcess/charge.vue
  31. 13 13
      pages/searchPile/chargeProcess/dcCharging.vue
  32. 2 2
      pages/searchPile/searchPile.vue
  33. 11 11
      pages/searchPile/stationAndPile/charging/chargingPileDetails.vue
  34. 11 11
      pages/searchPile/stationAndPile/charging/chargingPileDetailsFamily.vue
  35. 11 11
      pages/searchPile/stationAndPile/chargingPileDetails.vue
  36. 1 1
      pages/searchPile/stationAndPile/stationDetails.vue
  37. 3 3
      pages/service/service.vue
  38. 3 3
      pages/store/commodityDetails.vue
  39. 3 3
      pages/store/orderConfirm.vue
  40. 4 4
      pages/temporary/anniversary2024.vue
  41. 7 7
      pages/temporary/autumn202409.vue
  42. 2 2
      pages/temporary/logo0125.vue
  43. 7 7
      pages/temporary/national2024.vue
  44. 7 7
      pages/temporary/registration0125.vue
  45. 1 1
      pages/user/car/carDet.vue
  46. 1 1
      pages/user/company-vip.vue
  47. 1 1
      pages/user/coupon/myCoupon.vue
  48. 2 2
      pages/user/dataSet.vue
  49. 3 3
      pages/user/finance/recharge.vue
  50. 2 2
      pages/user/finance/refundInfo.vue
  51. 7 7
      pages/user/freeInstallment.vue
  52. 4 4
      pages/user/index.vue
  53. 2 2
      pages/user/member/member.vue
  54. 7 7
      pages/user/myPile/myPile.vue
  55. 2 2
      pages/user/myReservation/chargingRe.vue
  56. 2 2
      pages/user/myReservation/myReservation.vue
  57. 1 1
      pages/user/myReservation/reservationListDetails.vue
  58. 7 7
      pages/user/newYear2024.vue
  59. 1 1
      pages/user/preengaged/preengaged.vue
  60. 1 1
      pages/user/preengaged/preengagedListDetails.vue
  61. 4 4
      pages/user/setting.vue
  62. 7 7
      pages/user/sharePicc.vue
  63. 7 7
      pages/user/toJoin.vue

+ 3 - 3
pages/MyInvoice/editInvoiceTitle.vue

@@ -168,17 +168,17 @@ export default {
 		color: rgba(238, 49, 56, 100);
 		font-size: 12px
 	}
-	::v-deep.u-cell__value{
+	::v-deep .u-cell__value{
 		text-align: left;
 		margin-left: 8%;
 		font-size: 16px
 	}
 		
-	::v-deep.u-switch{
+	::v-deep .u-switch{
 		margin: auto 0;
 		float: right;;
 	}
-	::v-deep.u-btn{
+	::v-deep .u-btn{
 		width: 91.4%;
 		margin: 12px auto;
 		position: fixed;

+ 1 - 1
pages/MyInvoice/invioceResult.vue

@@ -89,7 +89,7 @@ page{
 		font-size: 18px;
 	}
 }
-::v-deep.u-btn{
+::v-deep .u-btn{
 	width: 91.4%;
 	position: fixed;
 	bottom: 0;

+ 4 - 4
pages/MyInvoice/invoiceDetail.vue

@@ -166,17 +166,17 @@
 			margin-top: 4px;
 		}
 	}
-	::v-deep.u-cell-box{
+	::v-deep .u-cell-box{
 		margin: 12px 0;
 		
 	}
-	::v-deep.u-cell__value,::v-deep.u-cell_title{
+	::v-deep .u-cell__value,::v-deep .u-cell_title{
 		font-size: 18px 
 	}
-	::v-deep.u-cell_title{
+	::v-deep .u-cell_title{
 		color: #666666;
 	}
-	::v-deep.u-cell__value{
+	::v-deep .u-cell__value{
 		color: #101010;
 	}
 	.color959595{

+ 4 - 4
pages/MyInvoice/invoiceManagement.vue

@@ -373,13 +373,13 @@
 		right: 16px;
 		font-size: 12px
 	}
-	::v-deep.u-scroll-box{
+	::v-deep .u-scroll-box{
 		 width: 65.8% !important;
 		 margin: 0 auto;
 		 display: flex;
 		 
 	}
-	::v-deep.u-tab-bar{
+	::v-deep .u-tab-bar{
 		width: 24% !important;
 		left: -8% !important;
 		background-color: #00B962 !important; }
@@ -455,7 +455,7 @@
 	}
 	.radio{
 		margin: auto 0;
-		::v-deep.uni-radio-input{
+		::v-deep .uni-radio-input{
 			width: 20px !important;
 			height: 20px !important;
 		}
@@ -485,7 +485,7 @@
 				
 			}
 		}
-		::v-deep.u-btn{
+		::v-deep .u-btn{
 			width: 27.7%;
 			line-height: 40px;
 			font-size: 18px;

+ 1 - 1
pages/MyInvoice/invoiceTitleManagement.vue

@@ -196,7 +196,7 @@
 			margin: auto 8px;
 		}
 	}
-	::v-deep.u-btn{
+	::v-deep .u-btn{
 		width: 91.4%;
 		margin: 12px auto;
 		position: fixed;

+ 2 - 2
pages/MyInvoice/issueInvoice.vue

@@ -223,13 +223,13 @@ font-size: 12px
 		}
 	}
 
-	::v-deep.u-cell__value {
+	::v-deep .u-cell__value {
 		text-align: left;
 		margin-left: 41px;
 		font-size: 16px
 	}
 
-	::v-deep.u-cell {
+	::v-deep .u-cell {
 		padding: 16px 0;
 	}
 

+ 5 - 2
pages/article/articleDetails.vue

@@ -84,6 +84,8 @@
 </script>
 
 <style lang="scss" scoped>
+	
+	
 	.main{
 		
 		margin: 0px 16px ;
@@ -107,8 +109,9 @@
 			// margin-top: 13px;
 			// font-size: 14px;
 			padding-top: 8rpx;
-			::v-deepimg{
-					margin: -6rpx auto;
+			::v-deep  img{
+				//	margin: -6rpx auto;
+					 display: block;
 			}
 		
 			// color: #101010;

+ 2 - 2
pages/bindingHomePile/homeInfo.vue

@@ -701,12 +701,12 @@
 				}
 			}
 	
-			::v-deep.uni-radio-input-checked {
+			::v-deep .uni-radio-input-checked {
 				background-color: #00b962 !important;
 	
 			}
 	
-			::v-deep.uni-radio-input {
+			::v-deep .uni-radio-input {
 				width: 40rpx !important;
 				height: 40rpx !important;
 			}

+ 2 - 2
pages/cardBag/cardBag.vue

@@ -286,7 +286,7 @@
 		}
 	}
 
-	::v-deep.u-tab-bar {
+	::v-deep .u-tab-bar {
 		background-color: #00B962 !important;
 	}
 
@@ -373,7 +373,7 @@
 				margin-bottom: 16rpx;
 			}
 
-			::v-deep.u-active {
+			::v-deep .u-active {
 				background: linear-gradient(84.49deg, rgba(59, 182, 254, 1) 4.25%, rgba(0, 185, 98, 1) 95.02%);
 			}
 			

+ 2 - 2
pages/cardBag/cardDetail.vue

@@ -694,7 +694,7 @@
 				
 			}
 	
-			::v-deep.u-active {
+			::v-deep .u-active {
 				background: linear-gradient(84.49deg, rgba(59, 182, 254, 1) 4.25%, rgba(0, 185, 98, 1) 95.02%);
 			}
 	
@@ -838,7 +838,7 @@
 				margin-top: 24rpx;
 			}
 
-			::v-deep.u-active {
+			::v-deep .u-active {
 				background: linear-gradient(84.49deg, rgba(59, 182, 254, 1) 4.25%, rgba(0, 185, 98, 1) 95.02%);
 			}
 

+ 1 - 1
pages/cardBag/getCard.vue

@@ -265,7 +265,7 @@
 	
 	
 	}
-::v-deep.u-model__content__message{
+::v-deep .u-model__content__message{
 	color: #333333;
 	font-size: 32rpx
 }

+ 1 - 1
pages/cardBag/nonactivatedCard.vue

@@ -292,7 +292,7 @@
 	
 	
 	}
-::v-deep.u-model__content__message{
+::v-deep .u-model__content__message{
 	color: #333333;
 	font-size: 32rpx
 }

+ 2 - 2
pages/discountCard/confirmOrder.vue

@@ -251,11 +251,11 @@ show: true,
 					}
 				}
 			}
-			::v-deep.uni-radio-input{
+			::v-deep .uni-radio-input{
 				width: 40rpx;
 				height: 40rpx;
 			}
-			::v-deep.uni-radio-input-checked{
+			::v-deep .uni-radio-input-checked{
 				background-color: #00B962 !important;
 				    border-color: #00B962 !important;
 			}

+ 4 - 4
pages/discountCard/productDetails.vue

@@ -1136,7 +1136,7 @@
 				margin-top: 8rpx;
 				color: rgba(51, 51, 51, 1);
 
-				::v-deep.u-icon--right {
+				::v-deep .u-icon--right {
 					margin-right: 4rpx;
 				}
 			}
@@ -1158,7 +1158,7 @@
 				color: rgba(16, 16, 16, 1);
 				font-size: 32rpx;
 
-				::v-deep.uicon-arrow-right {
+				::v-deep .uicon-arrow-right {
 					margin-left: 8rpx;
 				}
 			}
@@ -1598,7 +1598,7 @@
 		align-items: center;
 		justify-content: space-between;
 		margin-bottom: 32rpx;
-		::v-deep.uicon-arrow-up{
+		::v-deep .uicon-arrow-up{
 			margin-left: 8rpx;
 			
 		}
@@ -1737,7 +1737,7 @@
 	
 	
 }
-::v-deep.u-drawer-content{
+::v-deep .u-drawer-content{
 	border-radius: 12px;
 }
 </style>

+ 1 - 1
pages/index/activity.vue

@@ -342,7 +342,7 @@
 			}
 		}
 	}
-	::v-deep.springclass{
+	::v-deep .springclass{
 		.u-tabbar__content__item{
 			.u-icon__img {
 			  width:56rpx !important;

+ 4 - 4
pages/index/all.vue

@@ -307,7 +307,7 @@
 		}
 		
 	}
-	::v-deep.u-image__loading{
+	::v-deep .u-image__loading{
 		 background:#ff000000;
 	 }
 	// 头部图片
@@ -934,7 +934,7 @@
 			margin: 16px 5vw;
 		}
 
-		::v-deep.u-radio {
+		::v-deep .u-radio {
 			width: 60vw !important;
 
 			padding: 24px 24px 40px;
@@ -946,7 +946,7 @@
 
 		}
 
-		::v-deep .u-radio__label {
+		::v-deep  .u-radio__label {
 			text-align: left;
 			height: 24px;
 			// color: rgba(0, 185, 98, 100);
@@ -1014,7 +1014,7 @@
 		}
 	}
 	.showOss{
-		::v-deep.u-model,::v-deep.u-mode-center-box{
+		::v-deep .u-model,::v-deep .u-mode-center-box{
 			background-color: transparent;
 		}
 	}

+ 7 - 7
pages/index/index.vue

@@ -2345,7 +2345,7 @@
 
 	}
 
-	::v-deep.u-image__loading {
+	::v-deep .u-image__loading {
 		background: #ff000000;
 	}
 
@@ -2398,7 +2398,7 @@
 		height: 200rpx;
 		overflow: hidden;
 
-		::v-deepuni-swiper {
+		::v-deep uni-swiper {
 			height: 200rpx !important;
 		}
 	}
@@ -3238,7 +3238,7 @@
 			margin: 16px 5vw;
 		}
 
-		::v-deep.u-radio {
+		::v-deep .u-radio {
 			width: 60vw !important;
 
 			padding: 24px 24px 40px;
@@ -3250,7 +3250,7 @@
 
 		}
 
-		::v-deep .u-radio__label {
+		::v-deep  .u-radio__label {
 			text-align: left;
 			height: 24px;
 			// color: rgba(0, 185, 98, 100);
@@ -3320,8 +3320,8 @@
 
 	.showOss {
 
-		::v-deep.u-model,
-		::v-deep.u-mode-center-box {
+		::v-deep .u-model,
+		::v-deep .u-mode-center-box {
 			background-color: transparent;
 		}
 	}
@@ -3492,7 +3492,7 @@
 		}
 	}
 	
-	::v-deep.springclass{
+	::v-deep .springclass{
 		.u-tabbar__content__item{
 			.u-icon__img {
 			  width:56rpx !important;

+ 1 - 1
pages/login/completeInfo.vue

@@ -571,7 +571,7 @@
 		margin: 30rpx 60rpx;
 	}
 
-	::v-deep.u-char-item {
+	::v-deep .u-char-item {
 		width: 60rpx !important;
 		height: 80rpx !important;
 		font-size: 36rpx !important;

+ 2 - 2
pages/login/login.vue

@@ -587,7 +587,7 @@
 		}
 	}
 
-	::v-deep.placeholderStyle {
+	::v-deep .placeholderStyle {
 		font-size: themed('font-size2');
 	}
 
@@ -687,7 +687,7 @@
 			}
 		}
 	}
-	::v-deep.uni-input-placeholder{
+	::v-deep .uni-input-placeholder{
 		color:#ccc
 	}
 	.u-checkbox-group{

+ 4 - 4
pages/monthlyCardActivity/monthlyCardBuy.vue

@@ -1006,7 +1006,7 @@
 		right: 16px;
 	}
 
-	::v-deep.u-alert-desc {
+	::v-deep .u-alert-desc {
 		color: #ff7300;
 	}
 
@@ -1084,7 +1084,7 @@
 
 		}
 
-		::v-deep.u-iconfont {
+		::v-deep .u-iconfont {
 			font-size: 36rpx !important;
 
 		}
@@ -1104,7 +1104,7 @@
 			height: 200rpx;
 
 
-			::v-deep.u-checkbox__icon-wrap {
+			::v-deep .u-checkbox__icon-wrap {
 
 				background-color: #607d8b;
 				opacity: 0.3
@@ -1271,7 +1271,7 @@
 
 		padding: 30rpx 30rpx 30rpx 50rpx;
 
-		::v-deep.u-divider {
+		::v-deep .u-divider {
 			margin-bottom: 16px !important;
 		}
 

+ 1 - 1
pages/newPage/chargeMoney/chargeMoney.vue

@@ -126,7 +126,7 @@
 		background: linear-gradient(180deg, rgba(0,148,79,1) 25%,rgba(0,185,98,1) 79%,rgba(246,246,246,1) 100%);
 		height: 830rpx;
 		margin-bottom: 200rpx;
-		::v-deep.u-navbar{
+		::v-deep .u-navbar{
 			z-index: 1 !important;
 			background: none !important;
 			

+ 2 - 2
pages/newPage/chargeMoney/financialDetails.vue

@@ -108,7 +108,7 @@
 		height: 320rpx;
 		margin-bottom: 80rpx;
 		background: linear-gradient(180deg, rgba(0,185,98,1) 56%,rgba(246,246,246,1) 100%);
-	::v-deep.u-navbar{
+	::v-deep .u-navbar{
 		z-index: 1 !important;
 		background: none !important;
 		
@@ -164,7 +164,7 @@
 				text-align: center;
 				border: 1px solid rgba(0, 185, 98, 1);
 				position: relative;
-				::v-deep.u-icon{
+				::v-deep .u-icon{
 					margin-left: 10rpx;
 				}
 				

+ 3 - 3
pages/newPage/chargeMoney/topUp.vue

@@ -179,7 +179,7 @@
 			font-size: 56rpx;
 			color: #cccccc;
 		}
-		::v-deep.uni-input-placeholder{
+		::v-deep .uni-input-placeholder{
 			color: #cccccc;
 		}
 	}
@@ -263,11 +263,11 @@
 		}
 		.radio{
                margin-left:auto;
-			   ::v-deep.uni-radio-input-checked{
+			   ::v-deep .uni-radio-input-checked{
 				   background-color: #00B962 !important;
 				   border-color: #00B962 !important;
 			   }
-			   ::v-deep.uni-radio-input{
+			   ::v-deep .uni-radio-input{
 				   width: 38rpx;
 				   height: 38rpx;
 			   }

+ 3 - 3
pages/newPage/chargeMoney/withdraw.vue

@@ -152,11 +152,11 @@
 			}
 			.radio{
 	               margin-left:auto;
-				   ::v-deep.uni-radio-input-checked{
+				   ::v-deep .uni-radio-input-checked{
 					   background-color: #00B962 !important;
 					   border-color: #00B962 !important;
 				   }
-				   ::v-deep.uni-radio-input{
+				   ::v-deep .uni-radio-input{
 					   width: 38rpx;
 					   height: 38rpx;
 				   }
@@ -188,7 +188,7 @@
 			font-size: 36rpx;
 			color: #cccccc;
 		}
-		::v-deep.uni-input-placeholder{
+		::v-deep .uni-input-placeholder{
 			color: #cccccc;
 		}
 		.all{

+ 3 - 3
pages/parking/outPayment.vue

@@ -375,14 +375,14 @@
 		  		margin-left: 8px;
 		  	}
 		  }
-		  ::v-deep.u-radio-group {
+		  ::v-deep .u-radio-group {
 		  	width: 100%;
 		  }
-		  ::v-deep.u-radio {
+		  ::v-deep .u-radio {
 		  	position: relative;
 		  }
 		  
-		  ::v-deep.u-radio__icon-wrap {
+		  ::v-deep .u-radio__icon-wrap {
 		  	position: absolute;
 		  	right: 0;
 		  }

+ 1 - 1
pages/parking/pay.vue

@@ -317,7 +317,7 @@
 		z-index: -1 !important;
 	}
 
-	::v-deep.u-char-item {
+	::v-deep .u-char-item {
 		width: 30px !important;
 		height: 40px !important;
 		font-size: 18px !important;

+ 1 - 1
pages/parking/search.vue

@@ -347,7 +347,7 @@
 	.u-drawer{
 		z-index: -1 !important;
 	}
-	::v-deep.u-char-item {
+	::v-deep .u-char-item {
 		width: 30px !important;
 		height: 40px !important;
 		font-size: 18px !important;

+ 3 - 3
pages/record/details.vue

@@ -1209,8 +1209,8 @@
 	}
 	.showOss {
 	
-		::v-deep.u-model,
-		::v-deep.u-mode-center-box {
+		::v-deep .u-model,
+		::v-deep .u-mode-center-box {
 			background-color: transparent;
 		}
 	}
@@ -1244,7 +1244,7 @@
 			padding-bottom: 20rpx;
 			border-bottom: 1px solid rgba(246, 246, 246, 1);
 	
-			::v-deep.u-tab-bar {
+			::v-deep .u-tab-bar {
 				background-color: #00B962 !important;
 			}
 		}

+ 2 - 2
pages/search/search.vue

@@ -389,12 +389,12 @@
 <style lang="scss" scoped> 
 	@import "@/_theme.scss";
 	
-	::v-deep.u-content[data-v-1a326067] {
+	::v-deep .u-content[data-v-1a326067] {
 		flex: 0.95;
 		color: #bdbdbd;
 	}
 
-	::v-deep.u-action {
+	::v-deep .u-action {
 		margin-right: 0rpx;
 		color: #c8c8c8;
 	}

+ 9 - 9
pages/searchPile/chargeProcess/charge.vue

@@ -1504,19 +1504,19 @@
 		padding-right: 20rpx;
 	}
 
-	::v-deep.u-drawer-content {
+	::v-deep .u-drawer-content {
 		border-radius: 10px 10px 0 0
 	}
 
-	::v-deep.u-radio-group {
+	::v-deep .u-radio-group {
 		width: 100%;
 	}
 
-	::v-deep.u-radio {
+	::v-deep .u-radio {
 		position: relative;
 	}
 
-	::v-deep.u-radio__icon-wrap {
+	::v-deep .u-radio__icon-wrap {
 		position: absolute;
 		right: 0;
 	}
@@ -1722,7 +1722,7 @@
 		.select {
 			position: relative;
 
-			::v-deep.u-radio {
+			::v-deep .u-radio {
 				padding: 36rpx 32rpx;
 				margin-top: 12px;
 				width: 100%;
@@ -1734,17 +1734,17 @@
 				position: relative;
 			}
 
-			// ::v-deep.u-radio:nth-child(3) {
+			// ::v-deep .u-radio:nth-child(3) {
 			// 
 
 			// }
 
-			::v-deep.u-radio__icon-wrap {
+			::v-deep .u-radio__icon-wrap {
 				left: 32rpx;
 				background-color: #fff;
 			}
 
-			::v-deep.u-radio__label {
+			::v-deep .u-radio__label {
 				margin-left: 40px;
 			}
 		}
@@ -1931,7 +1931,7 @@
 		top: 0;
 	}
 
-	// ::v-deep.u-checkbox__icon-wrap--checked {
+	// ::v-deep .u-checkbox__icon-wrap--checked {
 	// 	background-color: #2979ff !important;
 	// 	border-color: #2979ff !important;
 	// }

+ 13 - 13
pages/searchPile/chargeProcess/dcCharging.vue

@@ -1684,7 +1684,7 @@
 			padding-bottom: 20rpx;
 			border-bottom: 1px solid rgba(246, 246, 246, 1);
 
-			::v-deep.u-tab-bar {
+			::v-deep .u-tab-bar {
 				background-color: #00B962 !important;
 			}
 		}
@@ -1769,7 +1769,7 @@
 		text-align: center;
 
 		// margin-top: 20px;
-		::v-deep.u-circle-progress {
+		::v-deep .u-circle-progress {
 			background-color: #f7f8f8 !important;
 			position: relative;
 			// min-width:220px;
@@ -1801,11 +1801,11 @@
 			color: rgba(51, 51, 51, 100);
 		}
 
-		::v-deep.u-progress-dot[data-v-05b104e0] {
+		::v-deep .u-progress-dot[data-v-05b104e0] {
 			display: none;
 		}
 
-		::v-deep.u-circle-progress[data-v-cab6fc66] {
+		::v-deep .u-circle-progress[data-v-cab6fc66] {
 			margin: 40rpx;
 		}
 
@@ -2042,7 +2042,7 @@
 		text-align: center;
 
 
-		::v-deep.u-circle-progress {
+		::v-deep .u-circle-progress {
 			//	margin-left: 23.3% !important;
 			position: relative;
 
@@ -2085,11 +2085,11 @@
 			}
 		}
 
-		::v-deep.u-progress-dot[data-v-05b104e0] {
+		::v-deep .u-progress-dot[data-v-05b104e0] {
 			display: none;
 		}
 
-		::v-deep.u-circle-progress[data-v-cab6fc66] {
+		::v-deep .u-circle-progress[data-v-cab6fc66] {
 			margin: 40rpx;
 		}
 
@@ -2290,11 +2290,11 @@
 
 	//其他信息
 	.else-infos {
-		// ::v-deep.u-tab-item{
+		// ::v-deep .u-tab-item{
 		// 	padding: 0px 60rpx  0px  0px !important;
 
 		// }
-		// ::v-deep.u-tab-bar{
+		// ::v-deep .u-tab-bar{
 		// 	transform: translate(2rpx, -100%)!important;
 
 		// }
@@ -2312,13 +2312,13 @@
 			color: rgba(16, 16, 16, 1);
 			padding: 24rpx 10rpx;
 
-			::v-deep.chargingTag {
+			::v-deep .chargingTag {
 				color: #ff3d00;
 				font-weight: bold;
 				margin: 0 6rpx;
 			}
 
-			::v-deep.chargingTag2 {
+			::v-deep .chargingTag2 {
 				color: #00b962
 			}
 
@@ -2536,11 +2536,11 @@
 		 
 	}
 	.showlottery{
-		::v-deep.u-mode-center-box{
+		::v-deep .u-mode-center-box{
 			width: 700rpx !important;
 			background-color:unset;
 		}
-		::v-deep.u-model{
+		::v-deep .u-model{
 			background-color:unset;
 		}
 	}

+ 2 - 2
pages/searchPile/searchPile.vue

@@ -1681,7 +1681,7 @@ import {
 					//width: 34px;
 					height: 16px;
 				}
-				::v-deep.u-image{
+				::v-deep .u-image{
 					 min-height: 16px;
 					
 				}
@@ -1829,7 +1829,7 @@ import {
 			}
 		}
 	}
-	::v-deep.springclass{
+	::v-deep .springclass{
 		.u-tabbar__content__item{
 			.u-icon__img {
 			  width:56rpx !important;

+ 11 - 11
pages/searchPile/stationAndPile/charging/chargingPileDetails.vue

@@ -2199,7 +2199,7 @@
 			margin-top: 24rpx;
 		}
 
-		::v-deep.u-active {
+		::v-deep .u-active {
 			background: linear-gradient(84.49deg, rgba(59, 182, 254, 1) 4.25%, rgba(0, 185, 98, 1) 95.02%);
 		}
 	}
@@ -2412,7 +2412,7 @@
 							height: 32rpx;
 						}
 
-						::v-deep.u-image {
+						::v-deep .u-image {
 							min-height: 32rpx;
 
 						}
@@ -2611,7 +2611,7 @@
 		}
 	}
 
-	::v-deep.u-alert-desc {
+	::v-deep .u-alert-desc {
 		color: rgba(255, 115, 0, 100);
 		font-size: 16px
 	}
@@ -2705,8 +2705,8 @@
 
 	.showOss2 {
 
-		::v-deep.u-model,
-		::v-deep.u-mode-center-box {
+		::v-deep .u-model,
+		::v-deep .u-mode-center-box {
 			background-color: transparent;
 		}
 	}
@@ -2884,10 +2884,10 @@
 	}
 	
 	.quickMain{
-		::v-deep.u-mode-center-box{
+		::v-deep .u-mode-center-box{
 			background-color: transparent;
 		}
-		::v-deep.u-model{
+		::v-deep .u-model{
 			background-color: transparent;
 		}
 		.quickMain-slot-content{
@@ -2985,15 +2985,15 @@
 	}
 	.showOssK {
 	
-		::v-deep.u-model,
-		::v-deep.u-mode-center-box {
+		::v-deep .u-model,
+		::v-deep .u-mode-center-box {
 			background-color: transparent;
 		}
 	}
 	// .showOss {
 	
-	// 	::v-deep.u-model,
-	// 	::v-deep.u-mode-center-box {
+	// 	::v-deep .u-model,
+	// 	::v-deep .u-mode-center-box {
 	// 		background-color: transparent;
 	// 	}
 	// }

+ 11 - 11
pages/searchPile/stationAndPile/charging/chargingPileDetailsFamily.vue

@@ -1627,7 +1627,7 @@
 			margin-top: 24rpx;
 		}
 
-		::v-deep.u-active {
+		::v-deep .u-active {
 			background: linear-gradient(84.49deg, rgba(59, 182, 254, 1) 4.25%, rgba(0, 185, 98, 1) 95.02%);
 		}
 	}
@@ -1853,7 +1853,7 @@
 							height: 32rpx;
 						}
 
-						::v-deep.u-image {
+						::v-deep .u-image {
 							min-height: 32rpx;
 
 						}
@@ -2052,7 +2052,7 @@
 		}
 	}
 
-	::v-deep.u-alert-desc {
+	::v-deep .u-alert-desc {
 		color: rgba(255, 115, 0, 100);
 		font-size: 16px
 	}
@@ -2146,8 +2146,8 @@
 
 	.showOss2 {
 
-		::v-deep.u-model,
-		::v-deep.u-mode-center-box {
+		::v-deep .u-model,
+		::v-deep .u-mode-center-box {
 			background-color: transparent;
 		}
 	}
@@ -2325,10 +2325,10 @@
 	}
 	
 	.quickMain{
-		::v-deep.u-mode-center-box{
+		::v-deep .u-mode-center-box{
 			background-color: transparent;
 		}
-		::v-deep.u-model{
+		::v-deep .u-model{
 			background-color: transparent;
 		}
 		.quickMain-slot-content{
@@ -2426,15 +2426,15 @@
 	}
 	.showOssK {
 	
-		::v-deep.u-model,
-		::v-deep.u-mode-center-box {
+		::v-deep .u-model,
+		::v-deep .u-mode-center-box {
 			background-color: transparent;
 		}
 	}
 	// .showOss {
 	
-	// 	::v-deep.u-model,
-	// 	::v-deep.u-mode-center-box {
+	// 	::v-deep .u-model,
+	// 	::v-deep .u-mode-center-box {
 	// 		background-color: transparent;
 	// 	}
 	// }

+ 11 - 11
pages/searchPile/stationAndPile/chargingPileDetails.vue

@@ -177,7 +177,7 @@
 			margin-top: 24rpx;
 		}
 
-		::v-deep.u-active {
+		::v-deep .u-active {
 			background: linear-gradient(84.49deg, rgba(59, 182, 254, 1) 4.25%, rgba(0, 185, 98, 1) 95.02%);
 		}
 	}
@@ -390,7 +390,7 @@
 							height: 32rpx;
 						}
 
-						::v-deep.u-image {
+						::v-deep .u-image {
 							min-height: 32rpx;
 
 						}
@@ -589,7 +589,7 @@
 		}
 	}
 
-	::v-deep.u-alert-desc {
+	::v-deep .u-alert-desc {
 		color: rgba(255, 115, 0, 100);
 		font-size: 16px
 	}
@@ -683,8 +683,8 @@
 
 	.showOss2 {
 
-		::v-deep.u-model,
-		::v-deep.u-mode-center-box {
+		::v-deep .u-model,
+		::v-deep .u-mode-center-box {
 			background-color: transparent;
 		}
 	}
@@ -862,10 +862,10 @@
 	}
 	
 	.quickMain{
-		::v-deep.u-mode-center-box{
+		::v-deep .u-mode-center-box{
 			background-color: transparent;
 		}
-		::v-deep.u-model{
+		::v-deep .u-model{
 			background-color: transparent;
 		}
 		.quickMain-slot-content{
@@ -963,15 +963,15 @@
 	}
 	.showOssK {
 	
-		::v-deep.u-model,
-		::v-deep.u-mode-center-box {
+		::v-deep .u-model,
+		::v-deep .u-mode-center-box {
 			background-color: transparent;
 		}
 	}
 	// .showOss {
 	
-	// 	::v-deep.u-model,
-	// 	::v-deep.u-mode-center-box {
+	// 	::v-deep .u-model,
+	// 	::v-deep .u-mode-center-box {
 	// 		background-color: transparent;
 	// 	}
 	// }

+ 1 - 1
pages/searchPile/stationAndPile/stationDetails.vue

@@ -2367,7 +2367,7 @@
 						margin-top: 24rpx;
 					}
 
-					::v-deep.u-active {
+					::v-deep .u-active {
 						background: linear-gradient(84.49deg, rgba(59, 182, 254, 1) 4.25%, rgba(0, 185, 98, 1) 95.02%);
 					}
 				}

+ 3 - 3
pages/service/service.vue

@@ -147,13 +147,13 @@
 		z-index: 999;
 		background: linear-gradient(180deg, rgba(0, 185, 98, 1) 43%, rgba(246, 246, 246, 1) 100%);
 
-		::v-deep.u-navbar {
+		::v-deep .u-navbar {
 			background: none !important;
 			border-bottom: none !important;
 
 		}
 
-		::v-deep.u-border-bottom:after {
+		::v-deep .u-border-bottom:after {
 			border-bottom-width: 0px !important;
 		}
 
@@ -220,7 +220,7 @@
 			padding-bottom: 20rpx;
 			border-bottom: 1px solid rgba(246, 246, 246, 1);
 
-			::v-deep.u-tab-bar {
+			::v-deep .u-tab-bar {
 				background-color: #00B962 !important;
 			}
 		}

+ 3 - 3
pages/store/commodityDetails.vue

@@ -456,7 +456,7 @@
 </script>
 
 <style lang="scss" scoped>
-	::v-deep.u-back-wrap{
+	::v-deep .u-back-wrap{
 		background-color: #fff;
 	}
 	page {
@@ -539,7 +539,7 @@
 		background-color: #fff;
 		    padding: 0 40rpx;
 		padding-bottom: 100px;
-		::v-deepimg{
+		::v-deep img{
 			//display: inline-block;
 			width: 100% !important;
 			height: 100% !important;
@@ -618,7 +618,7 @@
 		}
 	}
 
-	::v-deep.u-drawer-content {
+	::v-deep .u-drawer-content {
 		border-radius: 12px 12px 0 0;
 
 		.infos {

+ 3 - 3
pages/store/orderConfirm.vue

@@ -764,12 +764,12 @@ import MapLoader from '@/utils/AMap'
 				}
 			}
 
-			::v-deep.uni-radio-input-checked {
+			::v-deep .uni-radio-input-checked {
 				background-color: #00b962 !important;
 
 			}
 
-			::v-deep.uni-radio-input {
+			::v-deep .uni-radio-input {
 				width: 40rpx !important;
 				height: 40rpx !important;
 			}
@@ -869,7 +869,7 @@ import MapLoader from '@/utils/AMap'
 
 
 
- ::v-deep.u-mode-center-box{
+ ::v-deep .u-mode-center-box{
 	border-radius: 8px !important;
 }
 uni-input{

+ 4 - 4
pages/temporary/anniversary2024.vue

@@ -363,7 +363,7 @@ font-size: 48rpx;">
 		margin-bottom: 60rpx;
 		justify-content: space-between;
 
-		::v-deep.u-btn {
+		::v-deep .u-btn {
 			width: 320rpx;
 			margin: 0;
 			border-color: #FE280F;
@@ -376,11 +376,11 @@ font-size: 48rpx;">
 
 	}
 
-	::v-deep.uni-scroll-view {
+	::v-deep .uni-scroll-view {
 		border-radius: 40rpx;
 	}
 
-	::v-deep.u-mode-center-box {
+	::v-deep .u-mode-center-box {
 		background: linear-gradient(180deg, rgba(255, 179, 147, 1) 0%, rgba(246, 234, 214, 1) 100%);
 
 
@@ -388,7 +388,7 @@ font-size: 48rpx;">
 	}
 
 	.popupMain2 {
-		::v-deep.u-mode-center-box {
+		::v-deep .u-mode-center-box {
 			background: none !important;
 			;
 

+ 7 - 7
pages/temporary/autumn202409.vue

@@ -315,11 +315,11 @@
 
 			}
 
-			::v-deep.uni-input-input {
+			::v-deep .uni-input-input {
 				margin: 20px;
 			}
 
-			::v-deep.u-input__right-icon {
+			::v-deep .u-input__right-icon {
 				margin-right: 10px;
 			}
 
@@ -367,13 +367,13 @@
 					}
 				}
 
-				::v-deep.uni-textarea-textarea {
+				::v-deep .uni-textarea-textarea {
 					width: 90%;
 					padding: 10px 20px;
 
 				}
 
-				::v-deep.u-input__right-icon {
+				::v-deep .u-input__right-icon {
 					display: none;
 				}
 			}
@@ -383,7 +383,7 @@
 			.checkbox {
 				margin-top: 12px;
 
-				::v-deep.u-checkbox {
+				::v-deep .u-checkbox {
 					width: 50% !important;
 					margin-top: 4px;
 				}
@@ -392,7 +392,7 @@
 		}
 
 		.want {
-			::v-deep.u-checkbox {
+			::v-deep .u-checkbox {
 				margin-top: 8px;
 			}
 		}
@@ -416,7 +416,7 @@
 			}
 		}
 
-		::v-deep.u-btn {
+		::v-deep .u-btn {
 			border-radius: 50px;
 			margin-top: 40rpx;
 		}

+ 2 - 2
pages/temporary/logo0125.vue

@@ -570,7 +570,7 @@
 		}
 	}
 
-	::v-deep.placeholderStyle {
+	::v-deep .placeholderStyle {
 		font-size: themed('font-size2');
 	}
 
@@ -673,7 +673,7 @@
 			}
 		}
 	}
-	::v-deep.uni-input-placeholder{
+	::v-deep .uni-input-placeholder{
 		color:#ccc
 	}
 	.u-checkbox-group{

+ 7 - 7
pages/temporary/national2024.vue

@@ -369,11 +369,11 @@
 
 			}
 
-			::v-deep.uni-input-input {
+			::v-deep .uni-input-input {
 				margin: 20px;
 			}
 
-			::v-deep.u-input__right-icon {
+			::v-deep .u-input__right-icon {
 				margin-right: 10px;
 			}
 
@@ -421,13 +421,13 @@
 					}
 				}
 
-				::v-deep.uni-textarea-textarea {
+				::v-deep .uni-textarea-textarea {
 					width: 90%;
 					padding: 10px 20px;
 
 				}
 
-				::v-deep.u-input__right-icon {
+				::v-deep .u-input__right-icon {
 					display: none;
 				}
 			}
@@ -437,7 +437,7 @@
 			.checkbox {
 				margin-top: 12px;
 
-				::v-deep.u-checkbox {
+				::v-deep .u-checkbox {
 					width: 50% !important;
 					margin-top: 4px;
 				}
@@ -446,7 +446,7 @@
 		}
 
 		.want {
-			::v-deep.u-checkbox {
+			::v-deep .u-checkbox {
 				margin-top: 8px;
 			}
 		}
@@ -470,7 +470,7 @@
 			}
 		}
 
-		::v-deep.u-btn {
+		::v-deep .u-btn {
 			border-radius: 50px;
 			margin-top: 40rpx;
 		}

+ 7 - 7
pages/temporary/registration0125.vue

@@ -730,11 +730,11 @@
 
 			}
 
-			::v-deep.uni-input-input {
+			::v-deep .uni-input-input {
 				margin: 20px;
 			}
 
-			::v-deep.u-input__right-icon {
+			::v-deep .u-input__right-icon {
 				margin-right: 10px;
 			}
 
@@ -782,13 +782,13 @@
 					}
 				}
 
-				::v-deep.uni-textarea-textarea {
+				::v-deep .uni-textarea-textarea {
 					width: 90%;
 					padding: 10px 20px;
 
 				}
 
-				::v-deep.u-input__right-icon {
+				::v-deep .u-input__right-icon {
 					display: none;
 				}
 			}
@@ -798,7 +798,7 @@
 			.checkbox {
 				margin-top: 12px;
 
-				::v-deep.u-checkbox {
+				::v-deep .u-checkbox {
 					width: 50% !important;
 					margin-top: 4px;
 				}
@@ -807,7 +807,7 @@
 		}
 
 		.want {
-			::v-deep.u-checkbox {
+			::v-deep .u-checkbox {
 				margin-top: 8px;
 			}
 		}
@@ -831,7 +831,7 @@
 			}
 		}
 
-		::v-deep.u-btn {
+		::v-deep .u-btn {
 			border-radius: 50px;
 			margin-top: 40rpx;
 		}

+ 1 - 1
pages/user/car/carDet.vue

@@ -592,7 +592,7 @@
 	.u-drawer{
 		z-index: -1 !important;
 	}
-	::v-deep.u-char-item {
+	::v-deep .u-char-item {
 		width: 60rpx !important;
 		height: 80rpx !important;
 		font-size: 36rpx !important;

+ 1 - 1
pages/user/company-vip.vue

@@ -440,7 +440,7 @@
 		}
 		
 	}
-	::v-deep.u-divider{
+	::v-deep .u-divider{
 		margin-top: 27px !important;
 		
 	}

+ 1 - 1
pages/user/coupon/myCoupon.vue

@@ -187,7 +187,7 @@
 		width: 100%;
 		
 	}
-	::v-deep.u-scroll-box{
+	::v-deep .u-scroll-box{
 		width: 80.8%;
 		margin: 0 auto;
 	    display: flex;

+ 2 - 2
pages/user/dataSet.vue

@@ -600,7 +600,7 @@ import {
 				margin-left: 8px;
 			}
 
-			::v-deep.u-switch__node {
+			::v-deep .u-switch__node {
 				width: 24px !important;
 				height: 24px !important;
 			}
@@ -677,7 +677,7 @@ import {
 			z-index: 99999;
 		}
 	}
-	::v-deep.u-line{
+	::v-deep .u-line{
 			transform: scaleY(0.1) !important;
 		}
 		

+ 3 - 3
pages/user/finance/recharge.vue

@@ -485,15 +485,15 @@
 	.userBanner{
 		margin: 16px;
 	}
-	::v-deep.u-radio-group {
+	::v-deep .u-radio-group {
 		width: 100%;
 	}
 
-	::v-deep.u-radio {
+	::v-deep .u-radio {
 		position: relative;
 	}
 
-	::v-deep.u-radio__icon-wrap {
+	::v-deep .u-radio__icon-wrap {
 		position: absolute;
 		right: 0;
 	}

+ 2 - 2
pages/user/finance/refundInfo.vue

@@ -137,7 +137,7 @@
 
 		}
 
-		::v-deep.uni-textarea-textarea {
+		::v-deep .uni-textarea-textarea {
 			width: 90%;
 			padding: 0 16rpx;
 
@@ -202,7 +202,7 @@
 				align-items: center;
 				font-size: 28px;
 
-				::v-deep.uni-input-input {
+				::v-deep .uni-input-input {
 					font-size: 28rpx;
 				}
 			}

+ 7 - 7
pages/user/freeInstallment.vue

@@ -359,10 +359,10 @@
 			  margin-top: 12px;
 			
 		  }
-		  ::v-deep.uni-input-input{
+		  ::v-deep .uni-input-input{
 			  margin: 20px;
 		  }
-		  ::v-deep.u-input__right-icon{
+		  ::v-deep .u-input__right-icon{
 			  margin-right: 10px;
 		  }
 		  p{
@@ -398,12 +398,12 @@
 				 	line-height: themed('font-size2'); 
    				}
 			 }
-			::v-deep.uni-textarea-textarea{
+			::v-deep .uni-textarea-textarea{
 								 width: 90%;
 								 padding: 10px 20px;
 								  
 			}
-			::v-deep.u-input__right-icon {
+			::v-deep .u-input__right-icon {
 								 display: none;
 			}
 		  }
@@ -411,7 +411,7 @@
 	.type{
 		.checkbox{
 			margin-top: 12px;
-			::v-deep.u-checkbox{
+			::v-deep .u-checkbox{
 				width: 50% !important;
 				margin-top: 4px;
 			}
@@ -419,7 +419,7 @@
 		
 	}
 	.want{
-		::v-deep.u-checkbox{
+		::v-deep .u-checkbox{
 			margin-top: 8px;
 		}
 	}
@@ -438,7 +438,7 @@
 			color: #9FC7FF;
 		}
 	}
-	::v-deep.u-btn{
+	::v-deep .u-btn{
 		border-radius: 50px ;
 		margin-top: 24px;
 	}

+ 4 - 4
pages/user/index.vue

@@ -1234,7 +1234,7 @@
 				}
 			}
 
-			::v-deep.uicon-arrow-right {
+			::v-deep .uicon-arrow-right {
 				margin-left: 4rpx;
 			}
 		}
@@ -1531,7 +1531,7 @@
 			margin: 16px 5vw;
 		}
 
-		::v-deep.u-radio {
+		::v-deep .u-radio {
 			width: 60vw !important;
 
 			padding: 24px 24px 40px;
@@ -1543,7 +1543,7 @@
 
 		}
 
-		::v-deep .u-radio__label {
+		::v-deep  .u-radio__label {
 			text-align: left;
 			height: 24px;
 			// color: rgba(0, 185, 98, 100);
@@ -1582,7 +1582,7 @@
 
 	}
 	
-	::v-deep.springclass{
+	::v-deep .springclass{
 		.u-tabbar__content__item{
 			.u-icon__img {
 			  width:56rpx !important;

+ 2 - 2
pages/user/member/member.vue

@@ -541,7 +541,7 @@
 	}
 </style>
 <style lang="scss" scoped>
-	::v-deep.u-grid-item-box{
+	::v-deep .u-grid-item-box{
 		//padding: 12rpx 0px !important;
 	}
 	.cover {
@@ -574,7 +574,7 @@
 		bottom: 0rpx;
 
 		z-index: 90;
-		::v-deepuni-swiper{
+		::v-deep uni-swiper{
 			//height: 120px !important;
 		}
 	}

+ 7 - 7
pages/user/myPile/myPile.vue

@@ -201,29 +201,29 @@
 </script>
 
 <style lang="scss">
-	::v-deep.u-cell_title {
+	::v-deep .u-cell_title {
 
 		width: 30% !important;
 	}
 
-	::v-deep .u-cell {
+	::v-deep  .u-cell {
 		line-height: 20px;
 		padding: 12px 20px 12px 0;
 		margin-left: 12px;
 	}
 
-	::v-deep.u-radio-group {
+	::v-deep .u-radio-group {
 		justify-content: start !important;
 	}
 
-	::v-deep.u-radio-group:last-child {
+	::v-deep .u-radio-group:last-child {
 
 		justify-content: space-between !important;
 		padding: 0 0 10px 0px;
 	}
 
 
-	::v-deep.u-cell__value {
+	::v-deep .u-cell__value {
 
 		text-align: left;
 
@@ -232,7 +232,7 @@
 		font-size: 16px
 	}
 
-	::v-deep.u-radio-group {
+	::v-deep .u-radio-group {
 		line-height: 30px;
 		width: 100%;
 		display: flex;
@@ -242,7 +242,7 @@
 
 
 
-	::v-deep.border-bottom:after {
+	::v-deep .border-bottom:after {
 		border-bottom-width: 0px !important;
 
 

+ 2 - 2
pages/user/myReservation/chargingRe.vue

@@ -301,7 +301,7 @@
 
 		}
 
-		::v-deep.u-alert-tips--bg--warning-light {
+		::v-deep .u-alert-tips--bg--warning-light {
 			background-color: #fff !important;
 			border: none;
 			margin-top: 12px;
@@ -316,7 +316,7 @@
 			height: 56px;
 			padding: 12px 0;
 
-			::v-deep.u-btn {
+			::v-deep .u-btn {
 				width: 100px;
 				height: 32px;
 				line-height: 23px;

+ 2 - 2
pages/user/myReservation/myReservation.vue

@@ -357,7 +357,7 @@
 
 		}
 
-		::v-deep.u-alert-tips--bg--warning-light {
+		::v-deep .u-alert-tips--bg--warning-light {
 			background-color: #fff !important;
 			border: none;
 			margin-top: 12px;
@@ -372,7 +372,7 @@
 			height: 56px;
 			padding: 12px 0;
 
-			::v-deep.u-btn {
+			::v-deep .u-btn {
 				width: 100px;
 				height: 32px;
 				line-height: 23px;

+ 1 - 1
pages/user/myReservation/reservationListDetails.vue

@@ -378,7 +378,7 @@
 			z-index: 99999;
 	
 		}
-		::v-deep.u-alert-desc{
+		::v-deep .u-alert-desc{
 			width: 100vw;
 			text-align: center;
 			color: #ff5a00;

+ 7 - 7
pages/user/newYear2024.vue

@@ -593,11 +593,11 @@
 
 			}
 
-			::v-deep.uni-input-input {
+			::v-deep .uni-input-input {
 				margin: 20px;
 			}
 
-			::v-deep.u-input__right-icon {
+			::v-deep .u-input__right-icon {
 				margin-right: 10px;
 			}
 
@@ -645,13 +645,13 @@
 					}
 				}
 
-				::v-deep.uni-textarea-textarea {
+				::v-deep .uni-textarea-textarea {
 					width: 90%;
 					padding: 10px 20px;
 
 				}
 
-				::v-deep.u-input__right-icon {
+				::v-deep .u-input__right-icon {
 					display: none;
 				}
 			}
@@ -661,7 +661,7 @@
 			.checkbox {
 				margin-top: 12px;
 
-				::v-deep.u-checkbox {
+				::v-deep .u-checkbox {
 					width: 50% !important;
 					margin-top: 4px;
 				}
@@ -670,7 +670,7 @@
 		}
 
 		.want {
-			::v-deep.u-checkbox {
+			::v-deep .u-checkbox {
 				margin-top: 8px;
 			}
 		}
@@ -694,7 +694,7 @@
 			}
 		}
 
-		::v-deep.u-btn {
+		::v-deep .u-btn {
 			border-radius: 50px;
 			margin-top: 40rpx;
 		}

+ 1 - 1
pages/user/preengaged/preengaged.vue

@@ -496,7 +496,7 @@
 			height: 56px;
 			padding: 12px 0;
 
-			::v-deep.u-btn {
+			::v-deep .u-btn {
 				height: 32px;
 				line-height: 32px;
 				background-color: rgba(255, 255, 255, 100);

+ 1 - 1
pages/user/preengaged/preengagedListDetails.vue

@@ -208,7 +208,7 @@
 
 	}
 
-	::v-deep.u-alert-desc {
+	::v-deep .u-alert-desc {
 		width: 100vw;
 		text-align: center;
 		color: #ff5a00;

+ 4 - 4
pages/user/setting.vue

@@ -219,10 +219,10 @@
 <style lang="scss" scoped>
 	
 	.quickMain{
-		::v-deep.u-mode-center-box{
+		::v-deep .u-mode-center-box{
 			background-color: transparent;
 		}
-		::v-deep.u-model{
+		::v-deep .u-model{
 			background-color: transparent;
 		}
 		.quickMain-slot-content{
@@ -335,7 +335,7 @@
 			margin-left: 8px;
 		}
 	
-		::v-deep.u-switch__node {
+		::v-deep .u-switch__node {
 			width: 24px !important;
 			height: 24px !important;
 		}
@@ -362,7 +362,7 @@
 				height: 22px;
 				
 			}
-			::v-deep.u-switch__node{
+			::v-deep .u-switch__node{
 				width: 20px !important;
 				height: 20px !important;
 			}

+ 7 - 7
pages/user/sharePicc.vue

@@ -685,11 +685,11 @@
 
 			}
 
-			::v-deep.uni-input-input {
+			::v-deep .uni-input-input {
 				margin: 20px;
 			}
 
-			::v-deep.u-input__right-icon {
+			::v-deep .u-input__right-icon {
 				margin-right: 10px;
 			}
 
@@ -736,13 +736,13 @@
 					}
 				}
 
-				::v-deep.uni-textarea-textarea {
+				::v-deep .uni-textarea-textarea {
 					width: 90%;
 					padding: 10px 20px;
 
 				}
 
-				::v-deep.u-input__right-icon {
+				::v-deep .u-input__right-icon {
 					display: none;
 				}
 			}
@@ -752,7 +752,7 @@
 			.checkbox {
 				margin-top: 12px;
 
-				::v-deep.u-checkbox {
+				::v-deep .u-checkbox {
 					width: 50% !important;
 					margin-top: 4px;
 				}
@@ -761,7 +761,7 @@
 		}
 
 		.want {
-			::v-deep.u-checkbox {
+			::v-deep .u-checkbox {
 				margin-top: 8px;
 			}
 		}
@@ -785,7 +785,7 @@
 			}
 		}
 
-		::v-deep.u-btn {
+		::v-deep .u-btn {
 			border-radius: 50px;
 			margin-top: 24px;
 		}

+ 7 - 7
pages/user/toJoin.vue

@@ -374,10 +374,10 @@
 				  margin-top: 12px;
 				
 			  }
-			 ::v-deep.uni-input-input{
+			 ::v-deep .uni-input-input{
 			 			  margin: 20px;
 			 }
-			 ::v-deep.u-input__right-icon{
+			 ::v-deep .u-input__right-icon{
 			 			  margin-right: 10px;
 			 }
 			  p{
@@ -416,12 +416,12 @@
 					 	line-height: themed('font-size2');
  					 }
 				 }
-				 ::v-deep.uni-textarea-textarea{
+				 ::v-deep .uni-textarea-textarea{
 					 width: 90%;
 					 padding: 10px 20px;
 					  
 				 }
-				 ::v-deep.u-input__right-icon {
+				 ::v-deep .u-input__right-icon {
 					 display: none;
 				 }
 				
@@ -429,7 +429,7 @@
 			  .type{
 			  	.checkbox{
 			  		margin-top: 12px;
-			  		::v-deep.u-checkbox{
+			  		::v-deep .u-checkbox{
 			  			
 			  			margin-top: 4px;
 			  		}
@@ -441,7 +441,7 @@
 				  .radio-box{
 					  margin-top: 12px;
 				  }
-			  ::v-deep.u-radio{
+			  ::v-deep .u-radio{
 			  	width: 50% !important;
 				margin-top: 4px;
 			  }
@@ -459,7 +459,7 @@
 			  		color: #9FC7FF;
 			  	}
 			  }
-			  ::v-deep.u-btn{
+			  ::v-deep .u-btn{
 			  	border-radius: 50px ;
 			  	margin-top: 24px;
 			  }