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

115 lines
2.5 KiB
Plaintext
Raw Normal View History

2026-03-24 11:45:13 +08:00
.data-v-74643754 .uni-input-placeholder {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 26rpx;
color: #CCCCCC;
line-height: 34rpx;
text-align: left;
font-style: normal;
}
.search-address-page.data-v-74643754 {
flex: 1;
height: 100vh;
overflow: hidden;
width: 100%;
background-color: #fafafa;
}
.search-container.data-v-74643754 {
display: flex;
flex-direction: row;
align-items: center;
padding: 32rpx 30rpx 20rpx 30rpx;
/* 搜索 */
}
.search-container .search-container-text.data-v-74643754 {
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-74643754 {
width: 20rpx;
height: 12rpx;
margin-left: 8rpx;
margin-right: 26rpx;
}
.search-container .hao-search.data-v-74643754 {
flex: 1;
height: 68rpx;
display: flex;
justify-content: center;
}
.search-container .hao-search .hao-searchCent.data-v-74643754 {
flex: 1;
height: 68rpx;
background: #FFFFFF;
border: 2rpx solid #E8101E;
background-color: #fafafa;
display: flex;
align-items: center;
justify-content: center;
border-radius: 68rpx;
padding: 0 30rpx;
box-sizing: border-box;
}
.search-container .hao-search .hao-searchCent .hao-searchImg.data-v-74643754 {
width: 29rpx;
height: 32rpx;
margin-right: 16rpx;
}
.search-container .hao-search .hao-searchCent .hao-searchInput.data-v-74643754 {
flex: 1;
height: 40rpx;
font-size: 28rpx;
color: #666;
}
.address-list.data-v-74643754 {
box-shadow: 0rpx 0rpx 12rpx 0rpx rgba(0, 0, 0, 0.05);
}
.address-item.data-v-74643754 {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
padding: 32rpx;
border-bottom: 1rpx solid #EEEEEE;
background-color: #fff;
}
.address-info.data-v-74643754 {
display: flex;
flex-direction: column;
flex: 1;
margin-right: 24rpx;
}
.address-info__user.data-v-74643754 {
display: flex;
flex-direction: row;
}
.address-name.data-v-74643754 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 30rpx;
color: #000000;
line-height: 40rpx;
text-align: left;
font-style: normal;
margin-bottom: 10rpx;
}
.address-detail.data-v-74643754 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 26rpx;
color: #999999;
line-height: 34rpx;
text-align: left;
font-style: normal;
}
.distance-text.data-v-74643754 {
font-size: 24rpx;
color: #999999;
}