addAddress2.css 1.38 KB
.picker-item{
			font-size: 14px;
		}
		.picker-item.picker-selected{
			
		}
		.addressD{
			width: 100%;
			box-sizing: border-box;
			background: #fff;
			border-collapse: collapse;
		}
		.addressD tr{
			border-bottom: 1px solid #e4e4e4;
		}
		.addressD tr:last-child{
			border: 0;
		}
		.addressD td{
			height: 44px;
			padding:0 10px ;
			vertical-align: middle;
			overflow: hidden;
		}
		.addressD td:first-child{
			min-width: 85px;
			padding-right: 0;
		}
		.addressD td:last-child{
			padding-left: 0;
		}
		.addressD td input{
			height: 100%;
			width: 100%;
			border-style: none;
		}
		.addressD td .slidebtn{
			float: right;
		}
		.addressD td .slidebtn.active{
			background: #75CBBE !important;
		}
		.address_btn{
			width: 90%;
			display: block;
			margin: 10px auto;
		}
		.uptip{
			font-size: 13px;
			color: #F76260;
			padding: 5px 10px;
			border-radius: 50px !important;
		}
		.addrbtn{
			width: 69.3%;
			display: block;
			margin: 30px auto;
			background: #75CBBE !important;
		}
		.bao{
			padding: 0 10px;
			width: 100%;
			box-sizing: border-box;
			background: #fff;
			border-top: 1px solid #e4e4e4;
			border-bottom: 1px solid #e4e4e4;
			margin-top: 10px;
			position: relative;
		}
		.area_ctrl {
		    height: 46% !important;
		}
		.addressD input[type='button']{
			border-style: none;
			background: none;
			color: #999999;
			text-align: left;
			font-size: 14px;
		}