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.
		
		
		
		
		
			
		
			
				
					
					
						
							70 lines
						
					
					
						
							1.4 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							70 lines
						
					
					
						
							1.4 KiB
						
					
					
				
								#address-list{
							 | 
						|
								  .list-box{
							 | 
						|
									  // padding-bottom: 20px;
							 | 
						|
									  padding: 30rpx 32rpx;
							 | 
						|
									  width: 750rpx;
							 | 
						|
									  height: max-content;
							 | 
						|
									  box-sizing: border-box;
							 | 
						|
								    .list-item{
							 | 
						|
								      font-size:14px;
							 | 
						|
								      background:#FFFFFF;
							 | 
						|
								      // padding:15px 40px 15px 15px;
							 | 
						|
								      // background-image:url("https://uto.ibrand.cc/m/static/img/ic_forward.png");
							 | 
						|
								      // background-repeat:no-repeat;
							 | 
						|
								      // background-position:100%;
							 | 
						|
								      // background-size:20px;
							 | 
						|
									  width: 686rpx;
							 | 
						|
									  height: max-content;
							 | 
						|
									  background: #FFFFFF;
							 | 
						|
									  border-radius: 20rpx;
							 | 
						|
									  padding: 30rpx;
							 | 
						|
									  box-sizing: border-box;
							 | 
						|
									  margin-bottom: 30rpx;
							 | 
						|
								
							 | 
						|
								      .user{
							 | 
						|
								        display: flex;
							 | 
						|
								        align-items: center;
							 | 
						|
								        justify-content: space-between;
							 | 
						|
								
							 | 
						|
								        .name{
							 | 
						|
								          .phone{
							 | 
						|
								            margin-left: 10px;
							 | 
						|
								          }
							 | 
						|
								        }
							 | 
						|
								        .default{
							 | 
						|
								          color: #099fff;
							 | 
						|
								        }
							 | 
						|
								      }
							 | 
						|
								      .address{
							 | 
						|
								        display: flex;
							 | 
						|
								        -webkit-box-pack: justify;
							 | 
						|
								        justify-content: space-between;
							 | 
						|
								      }
							 | 
						|
								    }
							 | 
						|
								    
							 | 
						|
								  }
							 | 
						|
								  .add-address{
							 | 
						|
									display: flex;
							 | 
						|
									justify-content: center;
							 | 
						|
									// background-color: #ffffff;
							 | 
						|
									padding:10px 12px;
							 | 
						|
									.small-btn{
							 | 
						|
										display: flex;
							 | 
						|
										align-items: center;
							 | 
						|
										justify-content:center;
							 | 
						|
										// background-color:#FB5054;
							 | 
						|
										color: #FFFFFF;
							 | 
						|
										// border-radius:4px;
							 | 
						|
										// height: 40px;
							 | 
						|
										line-height: 40rpx;
							 | 
						|
										width: 550rpx;
							 | 
						|
										height: 100rpx;
							 | 
						|
										background: #15716E;
							 | 
						|
										border-radius: 50rpx;
							 | 
						|
										.icon{
							 | 
						|
										  margin-right: 15px;
							 | 
						|
										}
							 | 
						|
									}
							 | 
						|
								    
							 | 
						|
								  }
							 | 
						|
								}
							 |