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

314 lines
6.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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-address-page.data-v-5572138c {
flex: 1;
height: 100vh;
overflow: hidden;
}
.search-container.data-v-5572138c {
background-color: #FFFFFF;
display: flex;
flex-direction: row;
align-items: center;
padding: 32rpx 30rpx 20rpx 30rpx;
}
.search-container .search-container-text.data-v-5572138c {
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-5572138c {
width: 20rpx;
height: 12rpx;
margin-left: 8rpx;
margin-right: 26rpx;
}
.search-container .address-header.data-v-5572138c {
flex: 1;
height: 68rpx;
background: #FFFFFF;
border: 2rpx solid #E8101E;
border-radius: 60rpx;
position: relative;
}
.search-container .address-header .search-icon.data-v-5572138c {
width: 29rpx;
height: 32rpx;
position: absolute;
top: 18rpx;
left: 22rpx;
}
.search-container .address-header .search-text.data-v-5572138c {
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;
}
.current-locate.data-v-5572138c {
background: #FFFFFF;
box-shadow: 0rpx 0rpx 12rpx 0rpx rgba(0, 0, 0, 0.05);
padding: 22rpx 30rpx;
margin-bottom: 20rpx;
}
.current-locate__heard.data-v-5572138c {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-end;
flex-direction: row;
margin-bottom: 24rpx;
}
.current-locate__heard__text.data-v-5572138c {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #666666;
line-height: 40rpx;
text-align: left;
font-style: normal;
}
.current-locate__heard__img.data-v-5572138c {
height: 32rpx;
width: 32rpx;
margin-right: 12rpx;
margin-bottom: 7rpx;
}
.current-locate__contact.data-v-5572138c {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
flex-direction: row;
}
.current-locate__contact__left.data-v-5572138c {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 30rpx;
color: #000000;
line-height: 40rpx;
text-align: center;
font-style: normal;
}
.current-locate__contact__right.data-v-5572138c {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 26rpx;
color: #E8101E;
line-height: 34rpx;
text-align: center;
font-style: normal;
}
.current-locate__contact__refresh.data-v-5572138c {
height: 30rpx;
width: 30rpx;
}
.address-list.data-v-5572138c {
background-color: #FAFAFA;
padding-bottom: 40rpx;
}
.address-list .address-list-box.data-v-5572138c {
background-color: #FFFFFF;
box-shadow: 0rpx 0rpx 12rpx 0rpx rgba(0, 0, 0, 0.05);
}
.address-list__cut.data-v-5572138c {
margin-bottom: 20rpx;
}
.address-list__heard.data-v-5572138c {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-end;
flex-direction: row;
padding: 16rpx 30rpx 0rpx 30rpx;
}
.address-list__heard__left.data-v-5572138c {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-end;
flex-direction: row;
}
.address-list__heard__left__text.data-v-5572138c {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #666666;
line-height: 40rpx;
text-align: left;
font-style: normal;
}
.address-list__heard__left__img.data-v-5572138c {
height: 32rpx;
width: 32rpx;
margin-right: 12rpx;
margin-bottom: 7rpx;
}
.address-list__heard__img.data-v-5572138c {
height: 28rpx;
width: 30rpx;
margin-right: 12rpx;
margin-bottom: 7rpx;
}
.address-item.data-v-5572138c {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
padding: 20rpx 0rpx;
margin: 0 30rpx;
border-bottom: 1rpx solid #EEEEEE;
}
.address-info.data-v-5572138c {
flex: 1;
margin-right: 24rpx;
}
.address-info__user.data-v-5572138c {
display: flex;
flex-direction: row;
}
.address-info .address-info__user.data-v-5572138c {
margin-bottom: 8rpx;
align-items: center;
}
.address-info .address-info__left.data-v-5572138c {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
margin-bottom: 10rpx;
}
.address-name.data-v-5572138c {
max-height: 600rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 30rpx;
color: #333333;
line-height: 40rpx;
text-align: left;
font-style: normal;
padding-right: 20rpx;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
/* 显示的行数 */
lines: 1;
/* NVUE下要用这个属性来让文字超出隐藏变省略号 */
}
.address-detail.data-v-5572138c {
width: 500rpx;
height: 34rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 26rpx;
color: #999999;
line-height: 34rpx;
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
/* 显示的行数 */
lines: 1;
/* NVUE下要用这个属性来让文字超出隐藏变省略号 */
}
.distance-text.data-v-5572138c {
font-size: 24rpx;
color: #999999;
}
.map-container.data-v-5572138c {
width: 750rpx;
height: 500rpx;
position: relative;
z-index: 1;
}
.map.data-v-5572138c {
width: 750rpx;
height: 500rpx;
}
.empty-state.data-v-5572138c {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding-top: 200rpx;
}
.empty-icon.data-v-5572138c {
width: 240rpx;
height: 240rpx;
margin-bottom: 32rpx;
}
.empty-text.data-v-5572138c {
font-size: 30rpx;
color: #999999;
}
.address-default.data-v-5572138c {
display: flex;
justify-content: center;
align-items: center;
align-content: center;
flex-direction: row;
flex-wrap: nowrap;
width: 48rpx;
height: 26rpx;
border-radius: 6rpx;
background: #E8101E;
margin-right: 10rpx;
}
.address-default__text.data-v-5572138c {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 16rpx;
line-height: 24rpx;
color: #FFFFFF;
text-align: center;
font-style: normal;
}
/* APP适配 */
/* 平台适配 */
.map-container.data-v-5572138c {
overflow: hidden;
}