Browse Source

更新 'pages/digitalMen/index.scss'

wenxin 1 năm trước cách đây
mục cha
commit
5837266e44
1 tập tin đã thay đổi với 44 bổ sung12 xóa
  1. 44 12
      pages/digitalMen/index.scss

+ 44 - 12
pages/digitalMen/index.scss

xqd xqd
@@ -232,6 +232,7 @@ page {
 		}
 		
 			.draft{
+				
 				margin-top: 30rpx;
 				.draftLabel{
 					font-size: 32rpx;
@@ -239,32 +240,63 @@ page {
 					font-weight: 800;
 					color: #333333;
 					margin-bottom: 30rpx;
-					
 					display: flex;
 					align-items: center;
-					.labelIcon{
-						width: 32rpx;
-						height: 30rpx;
-						margin-right: 10rpx;
-						margin-top: 5rpx;
-					}
-				}
-				
+			.labelIcon{
+				width: 32rpx;
+				height: 30rpx;
+				margin-right: 10rpx;
+				margin-top: 5rpx;
+			}
 				
+				}
 				.addpd2{
 					
+				}
+				.draftList1{
+					
+					overflow: hidden;
+					margin-left: 20rpx;
+					.isLoginList{
+						float: left;
+						.item{
+								padding: 7rpx 16rpx;
+								margin-right: 30rpx;
+								border-radius: 50rpx;
+								background-color: #F4F4F4;
+								font-family: PingFang-SC, PingFang-SC
+						}
+					}
+		
 				}
 				.draftList{
-					display: flex;
-					justify-content:space-between;
-					flex-wrap: wrap;
+					 display: flex;
+					 margin-top: 20rpx;
+					// justify-content:space-between;
+					// flex-wrap: wrap;
 					// background: red;
 					
 					// .itemBox:nth-of-type(1n){
 					// 	margin-right: 5rpx;
 					// }
+					flex-wrap: wrap;
+					// background-color: fuchsia;
+					overflow: hidden;
+					// margin-left: 20rpx;
+					// .isLoginList{
+					// 	float: left;
+					
+					// 	// .item{
+					// 	// 		padding: 7rpx 16rpx;
+					// 	// 		margin-right: 30rpx;
+					// 	// 		border-radius: 50rpx;
+					// 	// 		background-color: #F4F4F4;
+					// 	// 		font-family: PingFang-SC, PingFang-SC
+					// 	// }
+					// }
 					.itemBox{
 						width: 50%;
+						// background-color: red;
 						display: flex;
 						flex-direction: column;
 						align-items: center;