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.
		
		
		
		
		
			
		
			
				
					
					
						
							190 lines
						
					
					
						
							3.6 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							190 lines
						
					
					
						
							3.6 KiB
						
					
					
				| /* subpages/addResi/pages/addResi/addResi.wxss */ | |
| page { | |
|     width: 100%; | |
|     min-height: 100vh; | |
|     overflow-y: auto; | |
|     background-color: #f7f7f7; | |
|   } | |
| .gray{ | |
|     color: #C1C1C1; | |
| } | |
| .m-top20{ | |
|     margin-top: 20rpx; | |
| } | |
| .header { | |
|     width: 100%; | |
|     height: 444rpx; | |
|     overflow: hidden; | |
|     /* position: fixed; | |
|     top: 0; | |
|     left: 0; | |
|     z-index: 1000; */ | |
| } | |
| .header .header-bg { | |
|     width: 100%; | |
|     height: 444rpx; | |
|     position: absolute; | |
|     height: 100%; | |
|     z-index: -999; | |
| } | |
| .back { | |
| 	width: 30rpx; | |
| 	height: 30rpx; | |
| 	margin-left: 20rpx; | |
| 	position: absolute; | |
| 	margin-top: 20rpx; | |
| 	border-radius: 0rpx; | |
| 	z-index: 101; | |
| } | |
| .header .navigation { | |
|     width: 100%; | |
|     display: flex; | |
|     align-items: center; | |
|     justify-content: center; | |
|     color: #333333; | |
|     font-size: 32rpx; | |
|     position: relative; | |
|     z-index: 100; | |
| } | |
| .header .content{ | |
|     margin: 160rpx 0 0 50rpx; | |
| } | |
| .header .content .h2{ | |
|     font-size: 44rpx; | |
|     font-family: PingFang SC; | |
|     font-weight: 800; | |
|     color: #333333; | |
|     margin-bottom: 28rpx; | |
| } | |
| .header .content .tag{ | |
|     width: 200rpx; | |
|     height: 50rpx; | |
|     position: relative; | |
|     line-height: 48rpx; | |
|     font-size: 28rpx; | |
|     font-family: PingFang SC; | |
|     font-weight: 500; | |
|     color: #94A6C2; | |
|     padding-left: 15rpx; | |
| } | |
| .header .content .tag b { | |
|     color: #FF2A00; | |
| } | |
| .header .content .tag image { | |
|     width: 170rpx; | |
|     height: 50rpx; | |
|     position: absolute; | |
|     top: 0; | |
|     left: 0; | |
|     z-index: -888; | |
| } | |
| .content{ | |
|     width: 100%; | |
|     height: auto; | |
|     padding: 0 20rpx; | |
|     box-sizing: border-box; | |
|     position: relative; | |
|     top: -30rpx; | |
| } | |
| .form_card { | |
|     background-color: #fff; | |
|     border-radius: 10rpx; | |
|     padding: 0 30rpx; | |
|     box-sizing: border-box; | |
|     height: auto; | |
| } | |
| .form_card > .title{ | |
|     height: 90rpx; | |
|     line-height: 90rpx; | |
|     font-size: 34rpx; | |
|     font-family: PingFang SC; | |
|     font-weight: bold; | |
|     color: #333333; | |
|     position: relative; | |
| } | |
| .form_card  .title .tag{ | |
|     width: 10rpx; | |
|     height: 28rpx; | |
|     background: #3A80E7; | |
|     border-radius: 4rpx; | |
|     position: absolute; | |
|     left: -30rpx; | |
|     top: 50%; | |
|     transform: translateY(-14rpx); | |
| } | |
| .form_card .form_item{ | |
|     display: flex; | |
|     align-items: center; | |
|     border-top: 1px solid #EAEAEA; | |
|     height: 100rpx; | |
| } | |
| .form_card .form_house{ | |
|     height: 139rpx; | |
|     display: flex; | |
|     flex-direction: column; | |
| } | |
| .form_card .form_house .form_bottom{ | |
|     font-size: 24rpx; | |
|     color:#C1C1C1; | |
|     position: relative; | |
|     top: -10rpx; | |
| } | |
| .form_card .form_house .form_bottom text{ | |
|     color:#3A80E7 ; | |
| } | |
| .form_card .form_item .label{ | |
|     min-width: 130rpx; | |
|     height: 100%; | |
|     line-height: 100rpx; | |
|     font-size: 32rpx; | |
|     font-family: PingFang SC; | |
|     font-weight: 500; | |
|     color: #666666; | |
|     position: relative; | |
| } | |
| .form_card .form_item .label .must{ | |
|     font-size: 32rpx; | |
|     font-weight: 500; | |
|     color: #FF2A00; | |
|     position: absolute; | |
|     left: -18rpx; | |
|     top: 50%; | |
|     transform: translateY(-50rpx); | |
| } | |
| .form_card .form_item .input{ | |
|     flex: 1; | |
|     display: flex; | |
|     justify-content: space-around; | |
|     align-items: center; | |
|     margin-left: 51rpx; | |
|     overflow: hidden; | |
| 
 | |
| } | |
| .form_card .form_item .input .residentCategorySty{ | |
|     flex: 1; | |
|     overflow: hidden; | |
|     text-overflow: ellipsis; | |
|     white-space: nowrap; | |
| } | |
| .form_card .form_item .input picker, | |
| .form_card .form_item .input input{ | |
|     flex: 1; | |
| } | |
| .form_card .form_item .input image{ | |
|     height: 22rpx; | |
|     width: 22rpx; | |
| } | |
| .bottom_btn{ | |
|     width: 600rpx; | |
|     height: 86rpx; | |
|     background: linear-gradient(87deg, #81B5FB 0%, #3E92FF 100%); | |
|     border-radius: 43rpx; | |
|     text-align: center; | |
|     color: #fff; | |
|     margin: 30rpx auto 0; | |
|     line-height: 86rpx; | |
| } | |
| .text-right { | |
|     text-align: right!important; | |
|     justify-content: flex-end!important; | |
| } |