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.
		
		
		
		
		
			
		
			
				
					
					
						
							67 lines
						
					
					
						
							1.2 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							67 lines
						
					
					
						
							1.2 KiB
						
					
					
				
								@import '../../../common/css/global';
							 | 
						|
								.agreement_index{
							 | 
						|
									// padding:10px 0 0 0;
							 | 
						|
									padding: 30rpx 32rpx;
							 | 
						|
									display: flex;
							 | 
						|
									justify-content: center;
							 | 
						|
									align-content: center;
							 | 
						|
									align-items: center;
							 | 
						|
									flex-direction: column;
							 | 
						|
									.logo{
							 | 
						|
										width: 300rpx;
							 | 
						|
										height: 300rpx;
							 | 
						|
										margin-bottom: 50rpx;
							 | 
						|
										border-radius: 10rpx;
							 | 
						|
									}
							 | 
						|
									.item{
							 | 
						|
										background-color: #FFFFFF;
							 | 
						|
										display:flex;
							 | 
						|
										align-items: center;
							 | 
						|
										justify-content: space-between;
							 | 
						|
										height: 45px;
							 | 
						|
										line-height: 44px;
							 | 
						|
										color:#999999;
							 | 
						|
										font-size: 14px;
							 | 
						|
										width: 100%;
							 | 
						|
										.txt{
							 | 
						|
											font-size: 32rpx;
							 | 
						|
											color: #222222;
							 | 
						|
											font-weight: bold;
							 | 
						|
										}
							 | 
						|
									}
							 | 
						|
									.mask {
							 | 
						|
									  position: fixed;
							 | 
						|
									  top: 0;
							 | 
						|
									  left: 0;
							 | 
						|
									  right: 0;
							 | 
						|
									  bottom: 0;
							 | 
						|
									  z-index: 200;
							 | 
						|
									  background-color: rgba(0,0,0,.4);
							 | 
						|
									}
							 | 
						|
									.greement-box {
							 | 
						|
									  position: fixed;
							 | 
						|
									  width: 85%;
							 | 
						|
									  top: 50%;
							 | 
						|
									  left: 50%;
							 | 
						|
									  transform: translate(-50%,-50%);
							 | 
						|
									  background: #FFFFFF;
							 | 
						|
									  border-radius: 5px;
							 | 
						|
									  overflow: hidden;
							 | 
						|
									  text-align: center;
							 | 
						|
									  z-index: 300;
							 | 
						|
									  .title {
							 | 
						|
									    font-weight: bold;
							 | 
						|
									    padding: 15px 0;
							 | 
						|
									  }
							 | 
						|
									  .content {
							 | 
						|
									    text-align: center;
							 | 
						|
									    padding: 15px;
							 | 
						|
									    max-height: 250px;
							 | 
						|
									    overflow: auto;
							 | 
						|
									  }
							 | 
						|
									  .btn {
							 | 
						|
									    padding: 15px;
							 | 
						|
									    color: @mainColor;
							 | 
						|
									  }
							 | 
						|
									}
							 | 
						|
								}
							 |