效果图
image.png
关于switch开关,主要在于将checkbox的-webkit-appearance属性设置为none,其他都是样式的调整
1.html
收货人姓名
手机号
邮政编码
所在地区
请选择
详细地址
设置默认地址
确定
2.css
.address_content{
padding-left: 10px;
}
.address_content ul{
margin: 0;
padding: 0;
list-style: none;
}
.address_content ul li{
height: 60px;
line-height: 60px;
border-bottom: 1px