244 lines
3.6 KiB
Plaintext
244 lines
3.6 KiB
Plaintext
/* packageH/newDraw/components/yz_addressList/yz_addressList.wxss */
|
|
@import "/mycss/iconfont.wxss";
|
|
|
|
.add-info {
|
|
overflow-y: scroll;
|
|
width: 100%;
|
|
background: #fff;
|
|
max-height: 50vh;
|
|
padding-top: 80rpx;
|
|
}
|
|
|
|
.add-info .ul {
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.add-info .ul .li {
|
|
padding: 20rpx 0;
|
|
display: flex;
|
|
position: relative;
|
|
}
|
|
|
|
.add-info .li .liia {
|
|
width: 100%;
|
|
padding-right: 40rpx;
|
|
flex: 1;
|
|
text-align: left;
|
|
padding-left: 40rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.add-info .li .liia .name {
|
|
font-size: 36rpx;
|
|
color: #222;
|
|
line-height: 64rpx;
|
|
}
|
|
|
|
.add-info .li .liia .address {
|
|
word-break: break-word;
|
|
width: 100%;
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
line-height: 40rpx;
|
|
}
|
|
|
|
.add-info .li .edit_btn {
|
|
margin-top: 16rpx;
|
|
margin-right: 64rpx;
|
|
height: 64rpx;
|
|
line-height: 64rpx;
|
|
flex: 0 0 96rpx;
|
|
|
|
/* background: #f15353; */
|
|
color: #f15353;
|
|
|
|
/* border-radius: 20rpx; */
|
|
text-align: center;
|
|
}
|
|
|
|
.add-info .isdefault {
|
|
color: #f15353;
|
|
font-size: 12px;
|
|
word-break: keep-all;
|
|
}
|
|
|
|
.address-plus {
|
|
background: #f15353;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
color: #fff;
|
|
width: 90%;
|
|
border: 0;
|
|
text-align: center;
|
|
margin: 0 auto 10px;
|
|
}
|
|
|
|
.address_a {
|
|
background-color: #fff;
|
|
padding-left: 28rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.address_a .li {
|
|
height: 100rpx;
|
|
padding-right: 28rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.defaultAdd {
|
|
background: #fff;
|
|
padding-left: 28rpx;
|
|
display: flex;
|
|
height: 100rpx;
|
|
padding-right: 28rpx;
|
|
font-size: 32rpx;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.addName {
|
|
background: #fff;
|
|
}
|
|
|
|
.addstreet {
|
|
background: #fff;
|
|
}
|
|
|
|
.text_adderss {
|
|
background: #fff;
|
|
}
|
|
|
|
.text_adderss input {
|
|
text-wrap: unset;
|
|
padding: 20rpx 28rpx;
|
|
font-size: 28rpx;
|
|
line-height: 48rpx;
|
|
min-height: 104rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.adderss_btn .button {
|
|
margin: 40rpx auto;
|
|
width: 600rpx;
|
|
height: 90rpx;
|
|
border-radius: 10rpx;
|
|
background: #f15353;
|
|
color: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.adderss_btn .button .plus_circle {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.adderss_btn .button .plus_circle van-icon {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
/* 地址选择器 */
|
|
|
|
/* -------------------------------- */
|
|
.b-mask.true {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 999;
|
|
}
|
|
|
|
.btn-area {
|
|
padding: 0rpx 20rpx;
|
|
}
|
|
|
|
.dateBe {
|
|
position: fixed;
|
|
bottom: 0rpx;
|
|
left: -5rpx;
|
|
width: 760rpx;
|
|
padding: 0rpx 5rpx;
|
|
box-sizing: border-box;
|
|
z-index: 200;
|
|
font-size: 28rpx;
|
|
border-top: 1rpx solid #d9d9d9;
|
|
opacity: 0;
|
|
transform: translate(-750rpx, 0rpx);
|
|
}
|
|
|
|
.dateBe.true {
|
|
opacity: 1;
|
|
transform: translate(0rpx, 0rpx);
|
|
z-index: 9999;
|
|
}
|
|
|
|
.dateBe .head {
|
|
display: flex;
|
|
flex-flow: nowrap;
|
|
padding: 0rpx 30rpx;
|
|
line-height: 80rpx;
|
|
border-bottom: 1rpx solid #d9d9d9;
|
|
background: #f8f8f8;
|
|
}
|
|
|
|
.dateBe .head .ll {
|
|
flex: 1;
|
|
}
|
|
|
|
.dateBe .head .rr {
|
|
text-align: right;
|
|
flex: 1;
|
|
}
|
|
|
|
.dateBe .main {
|
|
background: #f8f8f8;
|
|
}
|
|
|
|
.dateBe .main view {
|
|
text-align: center;
|
|
}
|
|
|
|
/* 选择经纬度 */
|
|
.getLocation {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 100rpx;
|
|
justify-content: space-between;
|
|
margin: 0 30rpx;
|
|
}
|
|
|
|
.getLocation .left {
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.getLocation .left icon {
|
|
margin-top: -10rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.getLocation .left text {
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.getLocation .right {
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.getLocation .right icon {
|
|
color: #999;
|
|
}
|
|
|
|
/* end */
|