You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							48 lines
						
					
					
						
							898 B
						
					
					
				
			
		
		
	
	
							48 lines
						
					
					
						
							898 B
						
					
					
				| .form_body_item_top { | |
| 	display: flex; | |
| 	justify-content: flex-end; | |
| 	font-size: 22rpx; | |
| 	font-family: PingFang SC; | |
| 	font-weight: 500; | |
| 	color: #999999; | |
| 	position: relative; | |
| 	height: 40rpx; | |
| 	align-items: center; | |
| 	margin-top: 23rpx; | |
| 	padding-right: 26rpx; | |
| } | |
| .flex{ | |
| 	display: flex; | |
| 	align-items: center; | |
| } | |
| .between{ | |
| 	/* background-color: #FD9500; */ | |
| 	justify-content: space-between; | |
| } | |
| .form_body_item_footer{ | |
| 	padding: 15rpx 25rpx; | |
| 	display: flex; | |
| 	justify-content: space-between; | |
| 	align-items: center; | |
| } | |
| .form_body_item_top_label { | |
| 	width: 92rpx; | |
| 	height: 40rpx; | |
| 	background: #2866FF; | |
| 	border-radius: 0px 7px 7px 0px; | |
| 	position: absolute; | |
| 	left: 0; | |
| 	color: #FFFFFF; | |
| 	font-size: 24rpx; | |
| 	display: flex; | |
| 	align-items: center; | |
| 	justify-content: center; | |
| } | |
| 
 | |
| .from_body_item_container { | |
| 	border-top: solid 1px #F0F0F0; | |
| 	border-bottom: solid 1px #F0F0F0; | |
| 	padding: 20rpx 0; | |
| 	font-size: 26rpx; | |
| 	color: #333333; | |
| }
 | |
| 
 |