83 lines
1.5 KiB
CSS
83 lines
1.5 KiB
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;
|
|
}
|
|
|
|
/**
|
|
* 地址信息
|
|
*/
|
|
.default-checkbox image {
|
|
width: 35rpx;
|
|
height: 35rpx !important;
|
|
}
|
|
.address-value {
|
|
padding-right: 110rpx;
|
|
}
|
|
.map-icon {
|
|
bottom: 0;
|
|
right: 0;
|
|
width: 90rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
}
|
|
.auto-discern {
|
|
bottom: 20rpx;
|
|
right: 20rpx;
|
|
z-index: 2;
|
|
}
|
|
.auto-discern button {
|
|
line-height: normal;
|
|
padding: 5rpx 20rpx !important;
|
|
}
|
|
|
|
/*
|
|
* 身份信息
|
|
*/
|
|
.idcard-container {
|
|
background: #e6e6e6;
|
|
}
|
|
.idcard-container .form-upload-data .item image {
|
|
width: 256rpx;
|
|
height: 170rpx;
|
|
border: 1px dashed #c2c2c2;
|
|
}
|
|
|
|
/**
|
|
* 地址编号搜索
|
|
*/
|
|
.code-search {
|
|
width: 300rpx;
|
|
}
|
|
.code-search input {
|
|
width: calc(100% - 100rpx) !important;
|
|
border-top-left-radius: 50rpx !important;
|
|
border-bottom-left-radius: 50rpx !important;
|
|
}
|
|
.code-search input,
|
|
.code-search button {
|
|
height: 50rpx !important;
|
|
min-height: 50rpx !important;
|
|
line-height: 48rpx !important;
|
|
}
|
|
.code-search button {
|
|
top: 0;
|
|
right: 0;
|
|
border-top-left-radius: 0 !important;
|
|
border-bottom-left-radius: 0 !important;
|
|
border-top-right-radius: 50rpx !important;
|
|
border-bottom-right-radius: 50rpx !important;
|
|
padding: 0 !important;
|
|
width: 120rpx !important;
|
|
} |