mrr.sj.front/unpackage/dist/dev/mp-weixin/pages/address/search.wxss

154 lines
2.8 KiB
Plaintext

view,
label,
swiper-item,
scroll-view {
display:flex;
flex-direction:column;
flex-shrink: 0;
flex-grow: 0;
flex-basis: auto;
align-items: stretch;
align-content: flex-start;
}
view,
image,
input,
scroll-view,
swiper,
swiper-item,
text,
textarea,
video {
position: relative;
border: 0px solid #000000;
box-sizing: border-box;
}
swiper-item {
position: absolute;
}
button {
margin: 0;
}
.search-container.data-v-7cc7f17c {
background-color: #FFFFFF;
display: flex;
flex-direction: row;
align-items: center;
padding: 32rpx 30rpx 20rpx 30rpx;
}
.search-container .search-container-text.data-v-7cc7f17c {
font-family: PingFangSC, PingFang SC;
font-weight: 500;
font-size: 32rpx;
color: #333333;
line-height: 45rpx;
text-align: left;
font-style: normal;
}
.search-container .text-img.data-v-7cc7f17c {
width: 20rpx;
height: 12rpx;
margin-left: 8rpx;
margin-right: 26rpx;
}
.search-container .address-header.data-v-7cc7f17c {
flex: 1;
height: 68rpx;
background: #FFFFFF;
border: 2rpx solid #E8101E;
border-radius: 60rpx;
position: relative;
}
.search-container .address-header .search-icon.data-v-7cc7f17c {
width: 29rpx;
height: 32rpx;
position: absolute;
top: 18rpx;
left: 22rpx;
}
.search-container .address-header .search-text.data-v-7cc7f17c {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 26rpx;
color: #CCCCCC;
text-align: left;
font-style: normal;
position: absolute;
top: 16rpx;
left: 72rpx;
}
.address-list.data-v-7cc7f17c {
background-color: #FFFFFF;
}
.address-item.data-v-7cc7f17c {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
padding: 32rpx;
border-bottom: 1rpx solid #EEEEEE;
}
.address-info.data-v-7cc7f17c {
flex: 1;
margin-right: 24rpx;
}
.address-name.data-v-7cc7f17c {
font-size: 28rpx;
color: #333333;
font-weight: 500;
margin-bottom: 8rpx;
}
.address-detail.data-v-7cc7f17c {
font-size: 24rpx;
color: #666666;
}
.distance-text.data-v-7cc7f17c {
font-size: 24rpx;
color: #999999;
}
.map-container.data-v-7cc7f17c {
width: 750rpx;
height: 500rpx;
position: relative;
z-index: 1;
}
.map.data-v-7cc7f17c {
width: 750rpx;
height: 500rpx;
}
.empty-state.data-v-7cc7f17c {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding-top: 200rpx;
}
.empty-icon.data-v-7cc7f17c {
width: 240rpx;
height: 240rpx;
margin-bottom: 32rpx;
}
.empty-text.data-v-7cc7f17c {
font-size: 30rpx;
color: #999999;
}
/* 平台适配 */
.map-container.data-v-7cc7f17c {
overflow: hidden;
}
.center-marker.data-v-7cc7f17c {
position: absolute;
left: 375rpx;
-webkit-transform: translate(-50%);
transform: translate(-50%);
top: 200rpx;
width: 42rpx;
height: 69rpx;
}
.center-marker .center-marker-img.data-v-7cc7f17c {
width: 42rpx;
}