addressInfo.css 1.27 KB
.picker-item{
			font-size: 14px;
		}
		.addressInfot{
			width: 100%;
			background: #fff;
			border-collapse: collapse;
		}
		.addressInfot tr{
			border-bottom: 1px solid #e8e7e7;
		}
		.addressInfot tr:last-child{
			border-bottom: 0;
		}
		.addressInfot td{
			padding: 0 10px;
			/*padding: 8px 10px;*/
			height: 44px;
			vertical-align: middle;
		}
		.addressInfot td input{
			height: 44px;
			width: 100%;
			border-style: none;
			font-size: 14px;
		}
		.addressInfot td input[type="button"]{
			background: none;
			text-align: left;
			overflow: hidden;
			text-overflow: ellipsis;
		}
		.addressInfot td:first-child{
			width: 30%;
			min-width: 80px;
		}
		.addressInfot td .slidebtn{
			float: right;
		}
		.addrbtn{
			width: 69.3%;
			display: block;
			margin: 30px auto;
		}
		.uptip{
			font-size: 13px;
			color: #F76260;
			padding: 5px 10px;
		}
		.area_roll>div .gear {
		    
		    /*margin-top: 0 !important;*/
		}
		.area_ctrl{
			height: 46% !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;
		}
		.tc{
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			z-index: 888;
		}