Bläddra i källkod

style(equipList2): 修复样式文件中的缩进和多余空行

统一缩进格式并移除多余空行,保持代码整洁
allen 4 dagar sedan
förälder
incheckning
3d9aa9fe3c
2 ändrade filer med 5 tillägg och 35 borttagningar
  1. 2 2
      pages/equipList2/index copy.vue
  2. 3 33
      pages/equipList2/index.vue

+ 2 - 2
pages/equipList2/index copy.vue

@@ -880,11 +880,11 @@
 
 					.title{
 						 color: #333333;
-						 
+						
 						 font-size: 28rpx;
 						
 						 font-weight: 700;
-						margin-right: 8rpx;
+						 margin-right: 8rpx;
 					}
 					
 					.sub-title{

+ 3 - 33
pages/equipList2/index.vue

@@ -628,19 +628,16 @@
 			display: inline-block;
 			padding: 16rpx 24rpx;
 			box-sizing: border-box;
-
 			span {
 				display: inline-block;
 			}
 		}
 	}
-
 	.tab {
 		// background-color: #0BBC58;
 		margin-top: 42rpx;
 		margin-bottom: 38rpx;
 		padding: 0 32rpx;
-		
 		.img-icon {
 			width: 80rpx;
 			height: 80rpx;
@@ -653,19 +650,12 @@
 		}
 		.tab-content {
 			width: 100%;
-		
 			height: 162rpx;
-		
 		}
-
 		.tab-item.active {
-
 			border-radius: 24rpx;
-		
 			background: linear-gradient(0deg, #0bbc580f 0%, #0bbc580f 100%), #00000005;
-
 		}
-		
 	}
 
 	.second-tab {
@@ -677,7 +667,6 @@
 		.tab-item.active {
 			color: #303133;
 			font-weight: 700;
-			
 		}
 		.tab-item.active::after {
 		  content: '';
@@ -690,25 +679,21 @@
 		  border: 3px solid #0BBC58;
 		  border-radius: 50%;
 			border-color: transparent; /* 隐藏其他部分 */
-
-		    border-bottom-color: #0BBC58; /* 组合成45度角 */
+		  border-bottom-color: #0BBC58; /* 组合成45度角 */
 		    // transform: rotate(0deg); /* 调整角度 */
 		}
 	}
-
 	.third-tab {
 		margin: 8rpx 0;
 		height: 64rpx;
 		line-height: 64rpx;
 		display: flex;
 		justify-content: space-between;
-
 		.third-tab-item {
 			flex: 1;
 			text-align: center;
 		}
 	}
-
 	.list {
 		width: 100%;
 		background-color: #F5F6FA;
@@ -716,7 +701,6 @@
 		overflow-y: auto;
 		padding: 0 32rpx;
 		box-sizing: border-box;
-
 		.list_item {
 			width: 100%;
 			margin: 0 auto 24rpx;
@@ -725,40 +709,26 @@
 			position: relative;
 			background-color: #ffffff;
 			border-radius: 16rpx;
-
 			.list_item_top {
-		
-
 				.p1 {
 					width: 86%;
-
 					height: 60rpx;
 					line-height: 60rpx;
 					font-size: 28rpx;
 					overflow: hidden;
-
-				
-
+					display: flex;
 					.title{
 						 color: #333333;
-						 
 						 font-size: 28rpx;
-						
 						 font-weight: 700;
-						margin-right: 8rpx;
+						 margin-right: 8rpx;
 					}
-					
 					.sub-title{
 						 color: #666666;
-						 
 						 font-size: 28rpx;
-						
 						 font-weight: 400;
-						
 					}
 				}
-
-				
 			}
 			.online-status{
 				font-size: 28rpx;