소스 검색

样式调整

htc 3 달 전
부모
커밋
dd7ab58a7b
1개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. 6 3
      pages/solution/fmcs.vue

+ 6 - 3
pages/solution/fmcs.vue

@@ -261,16 +261,19 @@
 				
 				&.fatz{
 					.items{
-						margin-top: -6rpx;
+						margin-top: 12rpx;
 						display: flex;
 						justify-content: space-between;
 						flex-wrap: wrap;
 						.item{
 							width: calc(50% - 15rpx);
+							height: 188rpx;
+							background: #FAFCFF;
+							border-radius: 2rpx;
 							display: flex;
 							flex-direction: column;
 							align-items: center;
-							margin-top: 48rpx;
+							margin-top: 24rpx;
 							image{
 								width: 118rpx;
 								height: 118rpx;
@@ -289,7 +292,7 @@
 				}
 			
 				&.fajg{
-					margin-top: 92rpx;
+					margin-top: 72rpx;
 					image{
 						margin-top: 36rpx;
 						width: 100%;