24 lines
368 B
CSS
24 lines
368 B
CSS
/*
|
|
* 三级联动
|
|
*/
|
|
.select-address {
|
|
box-sizing: border-box;
|
|
height: 70rpx;
|
|
line-height: 70rpx;
|
|
padding: 0 10rpx;
|
|
}
|
|
.select-address .section {
|
|
width: 33.33%;
|
|
box-sizing: border-box;
|
|
}
|
|
.select-address .section:not(:first-child) {
|
|
padding: 0 5rpx;
|
|
}
|
|
|
|
/*
|
|
* 表单
|
|
*/
|
|
.submit-bottom {
|
|
background-color: #ff6a80 !important;
|
|
color: #fff !important;
|
|
} |