656 lines
18 KiB
Plaintext
656 lines
18 KiB
Plaintext
.main.data-v-6747278a {
|
|
width: 100%;
|
|
min-height: 100vh;
|
|
background: #f0f5ff;
|
|
box-sizing: border-box;
|
|
padding: 12px 16px 24rpx;
|
|
}
|
|
.main .content.data-v-6747278a {
|
|
width: 100%;
|
|
}
|
|
.main .content .trafficState.data-v-6747278a {
|
|
width: 100%;
|
|
background: #ffffff;
|
|
border-radius: 8rpx;
|
|
border: 2rpx solid #f3f3f3;
|
|
box-sizing: border-box;
|
|
padding: 24px;
|
|
}
|
|
.main .content .trafficState .positionBox.data-v-6747278a {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.main .content .trafficState .positionBox .reachIcon.data-v-6747278a {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
}
|
|
.main .content .trafficState .positionBox .startItem.data-v-6747278a,
|
|
.main .content .trafficState .positionBox .endItem.data-v-6747278a {
|
|
width: calc((100% - 32px) / 2);
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 36rpx;
|
|
color: #130f05;
|
|
line-height: 48rpx;
|
|
text-align: center;
|
|
font-style: normal;
|
|
}
|
|
.main .content .trafficState .searchBtn.data-v-6747278a {
|
|
width: 100%;
|
|
background: #ba922f;
|
|
border-radius: 8rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 32rpx;
|
|
color: #ffffff;
|
|
line-height: 44rpx;
|
|
text-align: justify;
|
|
font-style: normal;
|
|
padding: 9px 0;
|
|
margin-top: 24px;
|
|
}
|
|
.main .content .bottomBox.data-v-6747278a {
|
|
width: 100%;
|
|
background: #ffffff;
|
|
border-radius: 8rpx;
|
|
border: 2rpx solid #f3f3f3;
|
|
box-sizing: border-box;
|
|
padding: 12px 16px;
|
|
margin-top: 12px;
|
|
}
|
|
.main .content .bottomBox .boxTop.data-v-6747278a {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.main .content .bottomBox .boxTop .leftTop.data-v-6747278a {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.main .content .bottomBox .boxTop .leftTop .boldText.data-v-6747278a {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
color: #130f05;
|
|
line-height: 44rpx;
|
|
text-align: justify;
|
|
font-style: normal;
|
|
}
|
|
.main .content .bottomBox .boxTop .leftTop .unit.data-v-6747278a {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #130f05;
|
|
line-height: 36rpx;
|
|
text-align: right;
|
|
font-style: normal;
|
|
}
|
|
.main .content .bottomBox .boxTop .leftTop .line.data-v-6747278a {
|
|
display: inline-block;
|
|
width: 2rpx;
|
|
height: 22rpx;
|
|
background: #b8b7b4;
|
|
margin: 0 12px;
|
|
}
|
|
.main .content .bottomBox .boxTop .rightTop.data-v-6747278a {
|
|
border-radius: 16px;
|
|
border: 1px solid #ae8d3e;
|
|
padding: 14rpx 24rpx;
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #ba922f;
|
|
line-height: 36rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.main .content .bottomBox .boxTop .rightTop .navigationIcon.data-v-6747278a {
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
margin-right: 8rpx;
|
|
}
|
|
.main .content .bottomBox .roadConditions.data-v-6747278a {
|
|
width: 100%;
|
|
margin-top: 8rpx;
|
|
}
|
|
.main .content .bottomBox .roadConditions .roadTop.data-v-6747278a {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.main .content .bottomBox .roadConditions .roadTop .stateIcon.data-v-6747278a {
|
|
width: 18px;
|
|
height: 18px;
|
|
margin-right: 8rpx;
|
|
}
|
|
.main .content .bottomBox .roadConditions .roadTop .stateText.data-v-6747278a {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 22rpx;
|
|
line-height: 32rpx;
|
|
text-align: justify;
|
|
font-style: normal;
|
|
}
|
|
.main .content .bottomBox .roadConditions .progress.data-v-6747278a {
|
|
width: 100%;
|
|
height: 10px;
|
|
background: #bee4d2;
|
|
border-radius: 6px;
|
|
margin-top: 6px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.main .content .bottomBox .roadConditions .progress .have.data-v-6747278a {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
height: 100%;
|
|
background: #29c07a;
|
|
border-radius: 6px;
|
|
}
|
|
.main .content .bottomBox .horizontal.data-v-6747278a {
|
|
width: 100%;
|
|
height: 2px;
|
|
background: #f3f3f3;
|
|
margin: 20px 0 16px 0;
|
|
}
|
|
.main .content .bottomBox .serviceBox.data-v-6747278a {
|
|
margin-top: 32rpx;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceTitle.data-v-6747278a {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #130f05;
|
|
line-height: 40rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList.data-v-6747278a {
|
|
margin-top: 8px;
|
|
width: 100%;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem.data-v-6747278a {
|
|
margin-bottom: 24rpx;
|
|
border-bottom: 1px solid #f5f6f7;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .leftItem.data-v-6747278a {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: flex-start;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .leftItem .leftImgBox.data-v-6747278a {
|
|
width: 144rpx;
|
|
height: 144rpx;
|
|
overflow: hidden;
|
|
border-radius: 6rpx;
|
|
margin-right: 20rpx;
|
|
background: #f5f6f7;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .leftItem .leftImgBox .leftImg.data-v-6747278a {
|
|
width: 144rpx;
|
|
height: 144rpx;
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
background-position: 50% 50%;
|
|
border-radius: 6rpx;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .leftItem .detailBox.data-v-6747278a {
|
|
width: calc(100% - 164rpx);
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .leftItem .detailBox .detailTop.data-v-6747278a {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .leftItem .detailBox .detailTop .topLeft.data-v-6747278a {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .leftItem .detailBox .detailTop .topLeft .detailName.data-v-6747278a {
|
|
display: inline-block;
|
|
max-width: 400rpx;
|
|
font-family: "PingFang SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #130f05;
|
|
line-height: 40rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .leftItem .detailBox .detailTop .topLeft .detailState.data-v-6747278a {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 22rpx;
|
|
color: #01a157;
|
|
line-height: 32rpx;
|
|
text-align: justify;
|
|
font-style: normal;
|
|
padding: 2rpx 3px;
|
|
background: #e9f8ee;
|
|
border-radius: 2rpx;
|
|
margin-left: 8rpx;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .leftItem .detailBox .detailTop .topRight .chargeType.data-v-6747278a {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 22rpx;
|
|
color: #ffffff;
|
|
line-height: 32rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
padding: 2rpx 8rpx;
|
|
background: #ba922f;
|
|
border-radius: 4rpx 0rpx 0rpx 4rpx;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .leftItem .detailBox .detailTop .topRight .chargeValue.data-v-6747278a {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #ba922f;
|
|
line-height: 36rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
padding: 2rpx 8rpx;
|
|
border-radius: 0rpx 4rpx 4rpx 0rpx;
|
|
background: #f8f4ea;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .leftItem .detailBox .detailBottom.data-v-6747278a {
|
|
width: 100%;
|
|
margin-top: 8rpx;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .leftItem .detailBox .detailBottom .distanceBox.data-v-6747278a {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .leftItem .detailBox .detailBottom .distanceBox .distanceLeft.data-v-6747278a {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 150rpx;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .leftItem .detailBox .detailBottom .distanceBox .distanceLeft .distanceIcon.data-v-6747278a {
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
margin-right: 4rpx;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .leftItem .detailBox .detailBottom .distanceBox .distanceLeft .distanceNumber.data-v-6747278a {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #716f69;
|
|
line-height: 36rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .leftItem .detailBox .detailBottom .distanceBox .line.data-v-6747278a {
|
|
display: inline-block;
|
|
width: 2rpx;
|
|
height: 22rpx;
|
|
background: #e7e7e6;
|
|
margin: 0 12rpx;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .leftItem .detailBox .detailBottom .distanceBox .address.data-v-6747278a {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #716f69;
|
|
line-height: 36rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
max-width: 250rpx;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .leftItem .detailBox .detailBottom .typeList.data-v-6747278a {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
overflow-x: auto;
|
|
margin-top: 16rpx;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .leftItem .detailBox .detailBottom .typeList .typeItem.data-v-6747278a {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #716f69;
|
|
line-height: 36rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
padding: 4rpx 8rpx;
|
|
background: #f5f6f7;
|
|
border-radius: 4rpx;
|
|
margin-right: 12rpx;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .leftItem .detailBox .chargeBox.data-v-6747278a {
|
|
width: 100%;
|
|
margin-top: 8rpx;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .leftItem .detailBox .chargeBox .chargeItem.data-v-6747278a {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-bottom: 12rpx;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .leftItem .detailBox .chargeBox .chargeItem .itemLeft.data-v-6747278a {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .leftItem .detailBox .chargeBox .chargeItem .itemLeft .imgIcon.data-v-6747278a {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
margin-right: 12rpx;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .leftItem .detailBox .chargeBox .chargeItem .itemLeft .chargeTypeName.data-v-6747278a {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #130f05;
|
|
line-height: 40rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .leftItem .detailBox .chargeBox .chargeItem .itemRight.data-v-6747278a {
|
|
background: #f5f6f7;
|
|
border-radius: 4rpx;
|
|
padding: 4rpx 12rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .leftItem .detailBox .chargeBox .chargeItem .itemRight .emptyText.data-v-6747278a {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #130f05;
|
|
line-height: 32rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
margin-right: 4rpx;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .leftItem .detailBox .chargeBox .chargeItem .itemRight .use.data-v-6747278a {
|
|
font-family: DINAlternate, DINAlternate;
|
|
font-weight: bold;
|
|
font-size: 28rpx;
|
|
color: #130f05;
|
|
line-height: 32rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
margin-right: 4rpx;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .leftItem .detailBox .chargeBox .chargeItem .itemRight .sum.data-v-6747278a {
|
|
font-family: DINAlternate, DINAlternate;
|
|
font-weight: bold;
|
|
font-size: 28rpx;
|
|
color: #716f69;
|
|
line-height: 32rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .bottomItem.data-v-6747278a {
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding: 0 8rpx 0 20rpx;
|
|
margin-top: 24rpx;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .bottomItem .chargeBox.data-v-6747278a {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .bottomItem .chargeBox .chargeItem.data-v-6747278a {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .bottomItem .chargeBox .chargeItem .chargeIconBox.data-v-6747278a {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .bottomItem .chargeBox .chargeItem .chargeIconBox .chargeIcon.data-v-6747278a {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .bottomItem .chargeBox .chargeItem .chargeInfo.data-v-6747278a {
|
|
margin-top: 8rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .bottomItem .chargeBox .chargeItem .chargeInfo .empty.data-v-6747278a {
|
|
font-family: "PingFangSC";
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #130f05;
|
|
line-height: 36rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
margin-right: 4rpx;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .bottomItem .chargeBox .chargeItem .chargeInfo .emptyValue.data-v-6747278a {
|
|
font-family: "DINAlternate";
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
color: #130f05;
|
|
line-height: 36rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
margin-right: 4rpx;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .bottomItem .chargeBox .chargeItem .chargeInfo .sum.data-v-6747278a {
|
|
font-family: "DINAlternate";
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
color: #716f69;
|
|
line-height: 36rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .rightItem.data-v-6747278a {
|
|
width: 70px;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .rightItem .navigationTop.data-v-6747278a {
|
|
border-radius: 16px;
|
|
border: 1px solid #ae8d3e;
|
|
padding: 14rpx 24rpx;
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #ba922f;
|
|
line-height: 36rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .rightItem .navigationTop .navigationIcon.data-v-6747278a {
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
margin-right: 8rpx;
|
|
}
|
|
.main .content .bottomBox .serviceBox .serviceList .serviceItem .rightItem .longText.data-v-6747278a {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 20rpx;
|
|
color: #787879;
|
|
line-height: 28rpx;
|
|
text-align: justify;
|
|
font-style: normal;
|
|
}
|
|
.main .content .goAppBox.data-v-6747278a {
|
|
margin-top: 24rpx;
|
|
width: 100%;
|
|
height: 120rpx;
|
|
background: #ffffff;
|
|
border-radius: 6rpx;
|
|
box-sizing: border-box;
|
|
padding: 24rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.main .content .goAppBox .appLeft.data-v-6747278a {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.main .content .goAppBox .appLeft .goAppIcon.data-v-6747278a {
|
|
width: 72rpx;
|
|
height: 72rpx;
|
|
margin-right: 16rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.main .content .goAppBox .appLeft .appName.data-v-6747278a {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #130f05;
|
|
line-height: 40rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.main .content .goAppBox .appRight.data-v-6747278a {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.main .content .goAppBox .appRight .search.data-v-6747278a {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #716f69;
|
|
line-height: 36rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.main .content .goAppBox .appRight .searchIcon.data-v-6747278a {
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
margin-left: 4rpx;
|
|
}
|
|
.main .content .goTest.data-v-6747278a {
|
|
padding: 12px 0;
|
|
}
|
|
.main .selectPointBox.data-v-6747278a {
|
|
width: 100%;
|
|
height: 90vh;
|
|
background: #fff;
|
|
box-sizing: border-box;
|
|
padding: 32rpx;
|
|
}
|
|
.main .selectPointBox .searchBox.data-v-6747278a {
|
|
width: 100%;
|
|
height: 72rpx;
|
|
background: #fff;
|
|
border-radius: 8rpx;
|
|
box-shadow: 0 2rpx 10rpx #7f7f7f;
|
|
box-sizing: border-box;
|
|
padding: 12rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.main .selectPointBox .searchBox .searchIcon.data-v-6747278a {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
margin-right: 8rpx;
|
|
}
|
|
.main .selectPointBox .searchBox .inputBox.data-v-6747278a {
|
|
width: calc(100% - 117rpx);
|
|
}
|
|
.main .selectPointBox .searchBox .searchBtn.data-v-6747278a {
|
|
width: 85rpx;
|
|
font-family: "PingFangSC";
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #4191ff;
|
|
line-height: 44rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.main .selectPointBox .listBox.data-v-6747278a {
|
|
width: 100%;
|
|
height: calc(100% - 72rpx);
|
|
margin-top: 18rpx;
|
|
}
|
|
.main .selectPointBox .listBox .listItem.data-v-6747278a {
|
|
padding: 16rpx 0;
|
|
border-bottom: 1px solid #f5f6f7;
|
|
}
|
|
.main .selectPointBox .listBox .listItem .topItem.data-v-6747278a {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.main .selectPointBox .listBox .listItem .topItem .topLeft.data-v-6747278a {
|
|
width: 80%;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.main .selectPointBox .listBox .listItem .topItem .topLeft .listIcon.data-v-6747278a {
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
margin-right: 8rpx;
|
|
}
|
|
.main .selectPointBox .listBox .listItem .topItem .topLeft .listName.data-v-6747278a {
|
|
width: 80%;
|
|
display: inline-block;
|
|
font-family: "PingFangSC";
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #130f05;
|
|
line-height: 40rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
.main .selectPointBox .listBox .listItem .topItem .rightDistance.data-v-6747278a {
|
|
font-family: "PingFangSC";
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #716f69;
|
|
line-height: 40rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.main .selectPointBox .listBox .listItem .bottom.data-v-6747278a {
|
|
width: 80%;
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #716f69;
|
|
line-height: 40rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
.main .selectPointBox .listBox.data-v-6747278a ::-webkit-scrollbar {
|
|
display: none;
|
|
width: 0;
|
|
}
|
|
|