shipping_detail.less 548 Bytes
.shippingDetailPage{
	padding-bottom: 70px;
	.cell-extend {
	    .title {
	        width: 75px;
	        .m-icon{
	            margin-left: 3px;
	        }
	    }
	    .text {
	        margin-left: 75px;
	        .m-icon {
	            margin: 12px 10px 0 0;
	        }
	    }
	    .m-table-view{
	    	margin-left: 75px;
	    }
	}
	.m-footer{
		.m-btn{
			min-width: 93px;
		}
	}
}
.m-tips {
  opacity: 1;
  margin-top: 0;
}
.htip {
  letter-spacing: 5px;
  font-size: 20px !important;
  color: #666 !important;
}
.ptip {
  margin-bottom: 10px;
}