2025-02-14 19:00:36 +08:00

349 lines
8.2 KiB
Plaintext

.main.data-v-57bb4cfa {
width: 100%;
height: 100vh;
background: #fff;
}
.main .top.data-v-57bb4cfa {
width: 100%;
box-sizing: border-box;
background: #fff;
}
.main .top .topContent.data-v-57bb4cfa {
display: flex;
align-items: center;
box-sizing: border-box;
padding: 0 16px;
}
.main .top .topContent .backIcon.data-v-57bb4cfa {
width: 48rpx;
height: 48rpx;
margin-right: 8px;
}
.main .top .topContent .first.data-v-57bb4cfa {
display: flex;
align-items: center;
box-sizing: border-box;
border: 1rpx solid #e7e7e6;
border-radius: 48rpx;
padding: 12rpx 24rpx;
}
.main .top .topContent .first .addressIcon.data-v-57bb4cfa {
width: 24rpx;
height: 24rpx;
margin-right: 8rpx;
}
.main .top .topContent .first .text.data-v-57bb4cfa {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #090c1a;
line-height: 40rpx;
text-align: justify;
font-style: normal;
}
.main .top .topContent .first .moreIcon.data-v-57bb4cfa {
margin-left: 8rpx;
width: 24rpx;
height: 24rpx;
}
.main .headerBox.data-v-57bb4cfa {
box-sizing: border-box;
padding: 24rpx 32rpx 0;
background: #fff;
display: flex;
align-items: center;
justify-content: space-between;
}
.main .headerBox .searchBox.data-v-57bb4cfa {
width: calc(100% - 104rpx);
height: 80rpx;
background: #f5f6f7;
border-radius: 8rpx;
box-sizing: border-box;
padding: 16rpx 20rpx;
display: flex;
align-items: center;
}
.main .headerBox .searchBox .searchIcon.data-v-57bb4cfa {
width: 32rpx;
height: 32rpx;
margin-right: 8rpx;
}
.main .headerBox .searchBox .inputBox.data-v-57bb4cfa {
width: calc(100% - 160rpx);
}
.main .headerBox .searchBox .searchText.data-v-57bb4cfa {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #9fa1aa;
line-height: 40rpx;
text-align: left;
font-style: normal;
margin-left: 8rpx;
}
.main .headerBox .searchBtn.data-v-57bb4cfa {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #130f05;
line-height: 44rpx;
text-align: left;
font-style: normal;
}
.main .headerBox .filterBox.data-v-57bb4cfa {
width: 80rpx;
height: 80rpx;
background: #f5f6f7;
border-radius: 8rpx;
display: flex;
align-items: center;
justify-content: center;
}
.main .headerBox .filterBox .filterIcon.data-v-57bb4cfa {
width: 32rpx;
height: 32rpx;
}
.main .pageList.data-v-57bb4cfa {
width: 100%;
height: calc(100vh - 200rpx);
box-sizing: border-box;
padding: 0 32rpx;
margin-top: 40rpx;
}
.main .pageList .pageTitle.data-v-57bb4cfa {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 32rpx;
color: #130f05;
line-height: 44rpx;
text-align: left;
font-style: normal;
margin-bottom: 24rpx;
}
.main .pageList .listBox.data-v-57bb4cfa {
width: 100%;
height: calc(100% - 80rpx);
overflow-y: auto;
}
.main .pageList .listBox .shopItem.data-v-57bb4cfa {
width: 100%;
margin-bottom: 24rpx;
background: #ffffff;
border-radius: 6rpx;
border: 2rpx solid #f5f6f7;
box-sizing: border-box;
padding: 24rpx;
position: relative;
}
.main .pageList .listBox .shopItem .title.data-v-57bb4cfa {
width: calc(100% - 72rpx);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.main .pageList .listBox .shopItem .title .normal.data-v-57bb4cfa {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 32rpx;
color: #130f05;
line-height: 44rpx;
text-align: left;
font-style: normal;
}
.main .pageList .listBox .shopItem .title .light.data-v-57bb4cfa {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 32rpx;
color: #ba922f;
line-height: 44rpx;
text-align: left;
font-style: normal;
}
.main .pageList .listBox .shopItem .timeBox.data-v-57bb4cfa {
margin-top: 8rpx;
display: flex;
align-items: center;
}
.main .pageList .listBox .shopItem .timeBox .timeIcon.data-v-57bb4cfa {
width: 24rpx;
height: 24rpx;
margin-right: 8rpx;
}
.main .pageList .listBox .shopItem .timeBox .timeText.data-v-57bb4cfa {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 24rpx;
color: #716f69;
line-height: 36rpx;
text-align: left;
font-style: normal;
}
.main .pageList .listBox .shopItem .phoneBox.data-v-57bb4cfa {
margin-top: 4rpx;
display: flex;
align-items: center;
}
.main .pageList .listBox .shopItem .phoneBox .phoneIcon.data-v-57bb4cfa {
width: 24rpx;
height: 24rpx;
margin-right: 8rpx;
}
.main .pageList .listBox .shopItem .phoneBox .phoneText.data-v-57bb4cfa {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 24rpx;
color: #716f69;
line-height: 36rpx;
text-align: left;
font-style: normal;
}
.main .pageList .listBox .shopItem .callPhoneBox.data-v-57bb4cfa {
position: absolute;
right: 24rpx;
top: 24rpx;
width: 64rpx;
height: 64rpx;
background: #f5f6f7;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.main .pageList .listBox .shopItem .callPhoneBox .callPhoneIcon.data-v-57bb4cfa {
width: 32rpx;
height: 32rpx;
}
.main .pageList .listBox.data-v-57bb4cfa::-webkit-scrollbar {
display: none;
}
.main .popupBox.data-v-57bb4cfa {
width: 100vw;
height: 80vh;
background: #fff;
}
.main .popupBox .popupTitle.data-v-57bb4cfa {
width: 100%;
box-sizing: border-box;
padding: 32rpx;
display: flex;
justify-content: space-between;
align-items: center;
}
.main .popupBox .popupTitle .closeIcon.data-v-57bb4cfa {
width: 32rpx;
height: 32rpx;
}
.main .popupBox .popupTitle .titleText.data-v-57bb4cfa {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 32rpx;
color: #130f05;
line-height: 44rpx;
text-align: left;
font-style: normal;
}
.main .popupBox .popupList.data-v-57bb4cfa {
width: 100%;
height: calc(100% - 250rpx);
display: flex;
align-items: center;
}
.main .popupBox .popupList .popupLeftBox.data-v-57bb4cfa {
width: 200rpx;
height: 100%;
background: #f5f6f7;
overflow-y: auto;
}
.main .popupBox .popupList .popupLeftBox .itemType.data-v-57bb4cfa {
width: 100%;
box-sizing: border-box;
padding: 24rpx 0;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #130f05;
line-height: 40rpx;
text-align: center;
font-style: normal;
}
.main .popupBox .popupList .popupLeftBox .selectType.data-v-57bb4cfa {
color: #ba922f;
background: #fff;
}
.main .popupBox .popupList .popupRightBox.data-v-57bb4cfa {
width: calc(100% - 200rpx);
height: 100%;
background: #fff;
box-sizing: border-box;
padding: 0 50rpx 0 32rpx;
overflow-y: auto;
}
.main .popupBox .popupList .popupRightBox .rightItem.data-v-57bb4cfa {
width: 100%;
margin-bottom: 24rpx;
}
.main .popupBox .popupList .popupRightBox .rightItem .itemTitle.data-v-57bb4cfa {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #130f05;
line-height: 40rpx;
text-align: left;
font-style: normal;
margin-bottom: 16rpx;
}
.main .popupBox .popupList .popupRightBox .rightItem .rightTypeList.data-v-57bb4cfa {
width: 100%;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.main .popupBox .popupList .popupRightBox .rightItem .rightTypeList .rightType.data-v-57bb4cfa {
display: block;
width: calc((100% - 48rpx) / 3);
height: 64rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #716f69;
line-height: 40rpx;
font-style: normal;
background: #f5f6f7;
border-radius: 4rpx;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 16rpx;
margin-right: 16rpx;
}
.main .popupBox .popupList .popupRightBox .rightItem .rightTypeList .selectRightType.data-v-57bb4cfa {
color: #ffffff;
background: #ba922f;
}
.main .popupBox .popupList .popupLeftBox.data-v-57bb4cfa::-webkit-scrollbar {
display: none;
}
.main .popupBox .popupList .popupRightBox.data-v-57bb4cfa::-webkit-scrollbar {
display: none;
}
.main .popupBox .btnBox.data-v-57bb4cfa {
width: 100%;
box-sizing: border-box;
padding: 16rpx 40rpx;
}
.main .popupBox .btnBox .btn.data-v-57bb4cfa {
width: 100%;
background: #ba922f;
border-radius: 6rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 32rpx;
color: #ffffff;
line-height: 44rpx;
text-align: center;
font-style: normal;
padding: 22rpx 0;
}