/* pages/home/home.wxss */
|
@import "../../components/navbar/navbar.wxss";
|
|
.message {
|
width: 486rpx;
|
height: 100vh;
|
background: white;
|
z-index: 998;
|
}
|
|
.red_block {
|
width: 8rpx;
|
height: 8rpx;
|
background: #FD4F50;
|
position: absolute;
|
top: 10rpx;
|
left: 30rpx;
|
border-radius: 50%;
|
}
|
|
.adver-img {
|
width: 40rpx;
|
height: 40rpx;
|
position: absolute;
|
left: 0;
|
right: 0;
|
margin: 0 auto;
|
bottom: 200rpx;
|
}
|
|
.user_img {
|
border-radius: 50%;
|
}
|
|
.adver {
|
position: fixed;
|
top: 0;
|
width: 100%;
|
height: 100vh;
|
background: rgba(37, 42, 55, .6);
|
z-index: 9999999999;
|
}
|
|
.adver_item {
|
width: 544rpx !important;
|
height: 800rpx !important;
|
position: fixed;
|
top: 0;
|
left: 0;
|
right: 0;
|
bottom: 0;
|
margin: auto;
|
overflow: hidden;
|
}
|
|
.bottomImg {
|
width: 702rpx;
|
height: 220rpx;
|
margin-top: 14rpx;
|
}
|
|
.bottomImg image {
|
width: 702rpx;
|
height: 220rpx;
|
}
|
|
.adver_image {
|
width: 544rpx !important;
|
height: 726rpx !important;
|
}
|
|
.adver_item image {
|
width: 100%;
|
height: 100%;
|
}
|
|
.message_box {
|
z-index: 10000000;
|
width: 486rpx;
|
height: 100vh;
|
background: white;
|
}
|
|
.map_center {
|
position: absolute;
|
top: 0;
|
bottom: 0;
|
left: 0;
|
right: 0;
|
margin: auto;
|
width: 188rpx;
|
height: 188rpx;
|
border: 2rpx solid #4D8BFF;
|
background: rgba(77, 139, 255, 0.1);
|
line-height: 188rpx;
|
text-align: center;
|
border-radius: 50%;
|
}
|
|
.cover-image {
|
width: 50rpx;
|
}
|
|
.home_top {
|
position: absolute;
|
top: 0;
|
z-index: 50;
|
width: 100%;
|
/* height: 80px; */
|
/* padding-bottom: 22rpx; */
|
/* background: white; */
|
}
|
|
.home_top_action {
|
width: 100%;
|
height: 40px;
|
background-color: white;
|
padding-bottom: 22rpx;
|
}
|
|
.home_top image {
|
width: 32rpx;
|
height: 36rpx;
|
}
|
|
.home_main {
|
width: 80rpx;
|
height: 40px;
|
position: relative;
|
float: left;
|
}
|
|
.home_main image {
|
position: absolute;
|
margin: auto;
|
top: 0;
|
bottom: 0;
|
left: 0;
|
right: 0;
|
}
|
|
.home_location {
|
width: 50%;
|
text-align: center;
|
line-height: 80rpx;
|
font-size: 32rpx;
|
font-family: PingFangSC-Semibold, PingFang SC;
|
font-weight: 600;
|
color: rgba(37, 42, 55, 1);
|
margin: 0 auto;
|
}
|
|
.home_image_action {
|
float: right;
|
height: 80rpx;
|
line-height: 80rpx;
|
position: absolute;
|
top: 0;
|
right: 0;
|
}
|
|
.home_image_action image {
|
margin-right: 34rpx;
|
}
|
|
/* .bus_style {
|
display: inline-block;
|
font-size: 26rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: rgba(140, 144, 151, 1);
|
line-height: 40px;
|
padding: 0 35rpx;
|
} */
|
|
.bus_style {
|
background-color: white;
|
border-radius: 50rpx;
|
box-shadow: 0 0 20rpx 0 rgba(0, 0, 0, 0.22);
|
height: 100rpx;
|
display: flex;
|
overflow: hidden;
|
margin: 22rpx 0 20rpx 0;
|
font-family: PingFangSC-Medium, PingFang SC;
|
}
|
|
.bus_style view {
|
font-size: 32rpx;
|
color: rgba(0, 0, 0, .6);
|
text-align: center;
|
height: 100rpx;
|
line-height: 100rpx;
|
padding: 0 56rpx;
|
border-radius: 50rpx;
|
box-sizing: border-box;
|
}
|
|
.bus_style .select {
|
background: #4D8BFF;
|
box-shadow: 0 0 12rpx 0 rgba(0, 0, 0, 0.15);
|
color: white;
|
font-weight: 550;
|
}
|
|
.active_style {
|
color: #4D8BFF !important;
|
}
|
|
.can_use_car {
|
width: 702rpx;
|
height: 56rpx;
|
background: rgba(255, 255, 255, 1);
|
box-shadow: 0px 4rpx 22rpx 0px rgba(193, 179, 179, 0.5);
|
border-radius: 28rpx;
|
z-index: 4;
|
position: relative;
|
|
left: 0;
|
right: 0;
|
margin: auto;
|
line-height: 56rpx;
|
|
}
|
|
.can_use_car .use_car_icon {
|
width: 26rpx;
|
height: 32rpx;
|
margin-left: 16rpx;
|
margin-top: 12rpx;
|
float: left;
|
}
|
|
.use_car_text {
|
font-size: 24rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: rgba(78, 87, 111, 1);
|
float: left;
|
margin-left: 16rpx;
|
}
|
|
.use_car_way {
|
width: 700rpx;
|
height: 320rpx;
|
position: absolute;
|
bottom: 56rpx;
|
background: rgba(255, 255, 255, 1);
|
box-shadow: 0 4rpx 8rpx 0 rgba(215, 215, 215, 0.5);
|
border-radius: 12rpx;
|
left: 0;
|
right: 0;
|
margin: auto;
|
z-index: 10;
|
}
|
|
.text {
|
width: 100% !important;
|
}
|
|
.use_car_infrom_icon {
|
width: 420rpx;
|
height: 60rpx;
|
background: #4D8BFF;
|
border-radius: 12rpx;
|
position: absolute;
|
left: 53rpx;
|
bottom: 415rpx;
|
z-index: 5;
|
}
|
|
.use_car_infrom_icon1 {
|
width: 420rpx;
|
height: 60rpx;
|
background: #4D8BFF;
|
border-radius: 12rpx;
|
position: absolute;
|
left: 53rpx;
|
bottom: 418rpx;
|
z-index: 5;
|
}
|
|
.use_car_infrom {
|
width: 60rpx;
|
height: 60rpx;
|
position: absolute;
|
left: -28rpx;
|
}
|
|
.use_car_infrom_text {
|
height: 60rpx;
|
font-size: 24rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: rgba(255, 255, 255, 1);
|
margin-left: 42rpx;
|
line-height: 60rpx;
|
overflow: hidden;
|
}
|
|
.use_car_server {
|
width: 64rpx;
|
height: 152rpx;
|
background: white;
|
box-shadow: 0px 4rpx 8rpx 0px rgba(163, 159, 159, 0.5);
|
border-radius: 12rpx;
|
position: absolute;
|
right: 25rpx;
|
bottom: 515rpx;
|
z-index: 5;
|
}
|
|
.way_bottom {
|
bottom: 0;
|
}
|
|
.use_car_server1 {
|
width: 64rpx;
|
height: 152rpx;
|
background: white;
|
box-shadow: 0px 4rpx 8rpx 0px rgba(163, 159, 159, 0.5);
|
border-radius: 12rpx;
|
position: absolute;
|
right: 25rpx;
|
bottom: 500rpx;
|
z-index: 5;
|
}
|
|
.use_car_server_icon {
|
width: 64rpx;
|
height: 50%;
|
text-align: center;
|
}
|
|
.use_car_server_icon .server_icon {
|
width: 40rpx;
|
height: 36rpx;
|
margin-top: 5rpx;
|
}
|
|
.server_icon_bule {
|
width: 28rpx;
|
height: 28rpx;
|
}
|
|
.use_car_server_icon view {
|
font-size: 18rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: rgba(51, 51, 51, 1);
|
}
|
|
.sosPeople {
|
width: 200rpx;
|
height: 50rpx;
|
position: absolute;
|
right: 20rpx;
|
top: 78rpx;
|
font-size: 25rpx;
|
}
|
|
.cover_view {
|
height: 50rpx;
|
position: absolute;
|
top: -10rpx;
|
background: rgba(255, 255, 255, 1);
|
box-shadow: 0px 4rpx 8rpx 0px rgba(0, 0, 0, 0.1), 0px 4rpx 20rpx 0px rgba(173, 173, 173, 0.1);
|
padding: 10rpx 20rpx;
|
border-radius: 32rpx;
|
background: #fff;
|
font-size: 28rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #F7A403;
|
line-height: 50rpx !important;
|
width: auto !important;
|
margin: 0 auto;
|
}
|
|
.cover_view_move {
|
height: 50rpx;
|
position: absolute;
|
top: -10rpx;
|
background: rgba(255, 255, 255, 1);
|
box-shadow: 0px 4rpx 8rpx 0px rgba(0, 0, 0, 0.1), 0px 4rpx 20rpx 0px rgba(173, 173, 173, 0.1);
|
padding: 10rpx 20rpx;
|
border-radius: 32rpx;
|
background: #fff;
|
font-size: 28rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #F7A403;
|
line-height: 50rpx !important;
|
margin: 0 auto;
|
}
|
|
.remove_view {
|
width: auto;
|
height: 50rpx;
|
position: absolute;
|
top: -170rpx;
|
bottom: 0;
|
left: 0;
|
right: 0;
|
margin: auto;
|
min-width: 250rpx;
|
display: flex;
|
justify-content: center;
|
}
|
|
.location_icon {
|
position: absolute;
|
right: 25rpx;
|
bottom: 415rpx;
|
width: 64rpx;
|
height: 64rpx;
|
z-index: 5;
|
}
|
|
.location_icon1 {
|
position: absolute;
|
right: 25rpx;
|
bottom: 418rpx;
|
width: 64rpx;
|
height: 64rpx;
|
z-index: 5;
|
}
|
|
.bottom_box {
|
width: 100%;
|
position: absolute;
|
display: block;
|
overflow-y: scroll;
|
}
|
|
.mapDom {
|
position: fixed;
|
top: 160rpx;
|
|
}
|
|
.change_way {
|
/* display: flex;
|
justify-content: start; */
|
width: 100%;
|
height: 88rpx;
|
border-bottom: 1rpx solid rgba(39, 40, 45, .1);
|
line-height: 88rpx;
|
text-align: center;
|
}
|
|
.change_way_title {
|
white-space: nowrap;
|
margin: 0 52rpx 0 36rpx;
|
font-size: 28rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: rgba(155, 155, 165, 1);
|
height: 85rpx;
|
position: relative;
|
float: left;
|
}
|
|
.activeWay {
|
font-size: 32rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: rgba(40, 44, 56, 1);
|
height: 6rpx;
|
width: 28rpx;
|
border-bottom: 6rpx solid #4D8BFF;
|
position: absolute;
|
bottom: 5rpx;
|
left: 0;
|
right: 0;
|
margin: auto;
|
}
|
|
.activeWayTitle {
|
|
font-size: 32rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: rgba(40, 44, 56, 1);
|
}
|
|
.use_people {
|
float: right;
|
font-size: 24rpx;
|
margin-right: 26rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: rgba(0, 0, 0, .8);
|
}
|
|
.sanjiao {
|
width: 20rpx !important;
|
height: 12rpx !important;
|
}
|
|
.from_go {
|
width: 100%;
|
height: 116rpx;
|
line-height: 116rpx;
|
}
|
|
.activeGo {}
|
|
.from_go>span {
|
display: inline-block;
|
width: 12rpx;
|
height: 12rpx;
|
background: linear-gradient(180deg, rgba(250, 190, 0, 1) 0%, rgba(232, 52, 12, 1) 100%);
|
box-shadow: 0px 4rpx 8rpx 0px rgba(215, 215, 215, 0.5), 0px 4rpx 8rpx 0px rgba(251, 166, 134, 1);
|
border-radius: 50%;
|
margin-left: 16rpx;
|
margin-right: 18rpx;
|
margin-bottom: 7rpx;
|
}
|
|
.go {
|
font-size: 28rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: rgba(39, 40, 45, .2) !important;
|
}
|
|
.from_name {
|
width: 645rpx;
|
/* height: 112rpx; */
|
border-bottom: 4rpx solid rgba(215, 215, 215, 0.1);
|
float: right;
|
font-size: 28rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: rgba(39, 40, 45, 1);
|
}
|
|
.from_where>span {
|
width: 12rpx;
|
height: 12rpx;
|
background: rgba(78, 84, 108, 1);
|
box-shadow: 0px 4rpx 8rpx 0px rgba(215, 215, 215, 0.5), 0px 4rpx 8rpx 0px rgba(139, 136, 136, 0.5);
|
|
}
|
|
.where_input {
|
width: 658rpx;
|
height: 112rpx;
|
float: right;
|
font-size: 28rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: rgba(39, 40, 45, 1);
|
}
|
|
.user_car_style {
|
height: 500rpx;
|
|
}
|
|
.bestTop {
|
bottom: 620rpx;
|
transition: all 2s;
|
}
|
|
.bestTopSave {
|
bottom: 689rpx;
|
transition: all 2s;
|
}
|
|
.bestTop1 {
|
bottom: 530rpx;
|
transition: all 2s;
|
}
|
|
.bestTop2 {
|
bottom: 598rpx;
|
transition: all 2s;
|
}
|
|
.car_style {
|
width: 100%;
|
height: 180rpx;
|
border-top: 1rpx solid rgba(39, 40, 45, .06);
|
border-bottom: 1rpx solid rgba(39, 40, 45, .06);
|
text-align: center;
|
position: relative;
|
}
|
|
.car_name {
|
font-size: 32rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: rgba(51, 51, 51, 1);
|
padding-top: 10rpx;
|
}
|
|
.taxi_img {
|
width: 118rpx;
|
height: 53rpx;
|
padding: 12rpx 0;
|
}
|
|
.car_driveText {
|
font-size: 24rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: rgba(102, 102, 102, 1);
|
}
|
|
|
.car_change {
|
width: 100%;
|
height: 88rpx;
|
border-bottom: 1rpx solid rgba(39, 40, 45, .06);
|
display: flex;
|
justify-content: space-between;
|
flex-wrap: nowrap;
|
}
|
|
.people_selsect {
|
text-align: center;
|
width: 350rpx;
|
height: 40rpx;
|
/* margin-top: 24rpx; */
|
font-size: 24rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: rgba(0, 0, 0, 1)
|
|
}
|
|
.three {
|
width: 320rpx;
|
}
|
|
.jiantou {
|
width: 15rpx;
|
height: 16rpx;
|
transition: rotate(90deg);
|
-webkit-transform: rotate(-90deg);
|
/*兼容-webkit-引擎浏览器*/
|
-moz-transform: rotate(-90deg);
|
}
|
|
.btnCar {
|
background: #4D8BFF;
|
box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(0, 0, 0, 0.03);
|
border: none;
|
font-weight: 500;
|
line-height: 80rpx;
|
border-radius: 160rpx;
|
padding: 0;
|
width: 536rpx !important;
|
height: 80rpx;
|
border-radius: 8rpx;
|
font-size: 30rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: rgba(255, 255, 255, 1);
|
margin-top: 38rpx;
|
}
|
|
.home_top_after {
|
height: 80rpx;
|
}
|
|
|
.can_use_car_now {
|
width: 500rpx;
|
height: 56rpx;
|
background: rgba(255, 255, 255, 1);
|
box-shadow: 0px 4rpx 22rpx 0px rgba(193, 179, 179, 0.5);
|
border-radius: 28rpx;
|
z-index: 4;
|
position: absolute;
|
top: 240rpx;
|
left: 0;
|
right: 0;
|
margin: auto;
|
line-height: 56rpx;
|
text-align: center;
|
line-height: 56rpx;
|
font-size: 24rpx;
|
color: #4D8BFF;
|
z-index: 5;
|
}
|
|
/* .preventTouchMove{
|
top:0px;
|
left: 0px;
|
width: 100%;
|
height: 100%;
|
overflow: hidden;
|
position: fixed;
|
z-index: 0;
|
opacity: .5;
|
} */
|
|
|
.Pop {
|
width: 100vw;
|
height: 100vh;
|
position: fixed;
|
background: rgba(0, 0, 0, 0.5);
|
top: 0;
|
z-index: 70;
|
}
|
|
.pop_view {
|
width: 600rpx;
|
height: 412rpx;
|
background: rgba(255, 255, 255, 1);
|
border-radius: 12rpx;
|
position: absolute;
|
top: 0;
|
bottom: 0;
|
left: 0;
|
right: 0;
|
margin: auto;
|
}
|
|
.pop_title {
|
width: 100%;
|
font-size: 36rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: rgba(39, 40, 45, 1);
|
text-align: center;
|
height: 136rpx;
|
line-height: 136rpx;
|
}
|
|
.pop_center {
|
width: 332rpx;
|
text-align: center;
|
font-size: 30rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: rgba(102, 102, 102, 1);
|
margin: 0 auto;
|
}
|
|
|
.prp_btn_bottom .share {
|
margin: 0 auto;
|
padding: 0;
|
width: 320rpx;
|
height: 80rpx;
|
background: #4D8BFF;
|
box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(0, 0, 0, 0.03);
|
border-radius: 8rpx;
|
font-size: 30rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: rgba(255, 255, 255, 1);
|
line-height: 80rpx;
|
margin-top: 70rpx;
|
}
|
|
.pop_view image {
|
width: 32rpx;
|
height: 32rpx;
|
position: absolute;
|
right: 32rpx;
|
top: 32rpx;
|
}
|
|
|
|
.special {
|
width: 234rpx;
|
height: 232rpx;
|
background: #FDFDFD;
|
box-shadow: 0px 4rpx 8rpx 0px rgba(215, 215, 215, 0.5);
|
font-size: 32rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: rgba(0, 0, 0, .4);
|
text-shadow: 0px 4rpx 8rpx rgba(215, 215, 215, 0.5);
|
text-align: center;
|
display: inline-block;
|
background: rgba(215, 215, 215, 0.05);
|
}
|
|
.special view:nth-of-type(1) {
|
padding-top: 38rpx;
|
}
|
|
|
.special view:nth-of-type(2) {
|
font-size: 24rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
}
|
|
.special-box {
|
white-space: nowrap;
|
border-bottom: 1rpx solid rgba(0, 0, 0, 0.06);
|
}
|
|
.van-loading {
|
width: 100%;
|
padding: 50rpx 0;
|
}
|
|
.special-active {
|
background: #FFFFFF;
|
box-shadow: 0px 4px 8px 0px rgba(215, 215, 215, 0.6), 0px 0px 40px 0px rgba(200, 200, 200, 0.6);
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #000000;
|
}
|
|
|
|
.no-special {
|
text-align: center;
|
line-height: 150rpx;
|
font-size: 30rpx;
|
color: #666;
|
}
|
|
|
|
/*跨城出行专栏*/
|
.abvoad {
|
position: relative;
|
width: 100%;
|
}
|
|
|
.use_car_way {
|
position: absolute;
|
bottom: 10rpx;
|
}
|
|
.abvoad-way {
|
height: auto;
|
}
|
|
|
.abovad-search {
|
width: 536rpx !important;
|
height: 80rpx;
|
background: #4A4C59;
|
border-radius: 8rpx;
|
font-size: 30rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #FFFFFF;
|
padding: 0;
|
line-height: 80rpx;
|
margin-bottom: 34rpx;
|
}
|
|
.abovad-flex {
|
display: flex;
|
justify-content: start;
|
align-items: center;
|
}
|
|
.abvoad-where {
|
width: 550rpx;
|
}
|
|
.abovad-change {
|
position: absolute;
|
right: 20rpx;
|
top: 112rpx;
|
}
|
|
|
|
|
/*同城小件物流*/
|
#same-city {
|
width: 100%;
|
height: 100%;
|
}
|
|
.some-city {
|
font-size: 28rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #000000;
|
}
|
|
.same-city-box {
|
width: 702rpx;
|
min-height: 310rpx;
|
background: #FFFFFF;
|
position: absolute;
|
bottom: 14rpx;
|
left: 0;
|
right: 0;
|
margin: 0 auto;
|
}
|
|
.same-order-num {
|
min-width: 192rpx;
|
height: 60rpx;
|
background: #FFFFFF;
|
border-radius: 12rpx;
|
line-height: 60rpx;
|
padding: 0 15rpx 0 50rpx;
|
font-size: 24rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 600;
|
color: #333333;
|
}
|
|
.same-city-left {
|
border-radius: 12rpx;
|
position: absolute;
|
left: 53rpx;
|
bottom: 364rpx;
|
z-index: 5;
|
}
|
|
.same-city-active {
|
width: 100%;
|
display: flex;
|
justify-content: start;
|
align-items: center
|
}
|
|
.same-city-active image {
|
|
margin-left: 15rpx;
|
margin-right: 15rpx;
|
}
|
|
.same-info-input {
|
flex: 1;
|
border-bottom: 1px solid rgba(39, 40, 45, .06);
|
height: 103rpx;
|
font-size: 28rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #27282D;
|
line-height: 103rpx;
|
overflow: hidden;
|
white-space: nowrap;
|
text-overflow: ellipsis;
|
}
|
|
.same-nothing {
|
font-size: 28rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: rgba(39, 40, 45, .3);
|
}
|
|
.same-have-message {
|
height: 154rpx;
|
border-bottom: 1px solid rgba(39, 40, 45, .06);
|
flex: 1;
|
display: -webkit-box;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
word-wrap: break-word;
|
white-space: normal !important;
|
-webkit-line-clamp: 2;
|
-webkit-box-orient: vertical;
|
}
|
|
.same-name {
|
|
font-size: 28rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 600;
|
color: #27282D;
|
padding-top: 22rpx;
|
}
|
|
.same-name span:nth-of-type(1) {
|
display: inline-block;
|
padding-right: 16rpx;
|
}
|
|
.same-info-address {
|
width: 90%;
|
font-size: 24rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #666666;
|
padding-top: 20rpx;
|
overflow: hidden;
|
}
|
|
.input-bc {
|
width: 100vw;
|
height: 400rpx;
|
background: #fff;
|
border-top: 2rpx solid rgba(243, 244, 245, 1);
|
border-bottom: 2rpx solid rgba(243, 244, 245, 1);
|
}
|
|
.bc-active {
|
width: 694rpx;
|
height: 100rpx;
|
margin: 0 auto;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
}
|
|
.bc-title {
|
font-size: 28rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #333333;
|
}
|
|
.bc-right {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
|
}
|
|
.bc-nothing {
|
font-size: 28rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: rgba(51, 51, 51, .4);
|
}
|
|
.bc-right image {
|
margin-left: 18rpx;
|
}
|
|
.pull-price {
|
text-align: center;
|
font-size: 32rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #F85460;
|
padding-top: 20rpx;
|
}
|
|
.input-bc-botom {
|
height: 300rpx;
|
background: #fff;
|
}
|
|
.bc-right input {
|
text-align: right;
|
color: rgba(51, 51, 51, 1);
|
}
|
|
.placeholder {
|
font-size: 28rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: rgba(51, 51, 51, .4);
|
}
|
|
.bc-push {
|
width: 694rpx;
|
height: 80rpx;
|
background: #4A4C59;
|
border-radius: 8rpx;
|
position: absolute;
|
bottom: 28rpx;
|
left: 0;
|
right: 0;
|
margin: 0 auto;
|
font-size: 28rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #FFFFFF;
|
text-align: center;
|
line-height: 80rpx;
|
}
|
|
.bottom-bc-title {
|
position: absolute;
|
bottom: 132rpx;
|
left: 0;
|
right: 0;
|
margin: 0 auto;
|
text-align: center;
|
|
}
|
|
.bottom-bc-title view:nth-of-type(1) {
|
font-size: 28rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #000000;
|
}
|
|
.bottom-bc-title view:nth-of-type(2) {
|
font-size: 28rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #666666;
|
}
|
|
.close_view {
|
position: absolute;
|
width: 100%;
|
height: 100vh;
|
background: rgba(0, 0, 0, 0.5);
|
z-index: 1100;
|
top: 0;
|
}
|
|
.close_btn_close {
|
width: 600rpx;
|
height: 412rpx;
|
background: white;
|
position: fixed;
|
top: 0;
|
bottom: 0;
|
left: 0;
|
right: 0;
|
margin: auto;
|
border-radius: 12rpx;
|
text-align: center;
|
}
|
|
.close_title {
|
font-size: 36rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: rgba(39, 40, 45, 1);
|
padding: 54rpx 0 45rpx 0;
|
}
|
|
.close_other {
|
font-size: 30rpx;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: rgba(102, 102, 102, 1);
|
}
|
|
.close_button {
|
width: 100%;
|
display: flex;
|
justify-content: space-around;
|
margin-top: 76rpx;
|
}
|
|
|
|
.close_y {
|
width: 404rpx;
|
height: 80rpx;
|
background: rgba(74, 76, 89, 1);
|
border-radius: 8rpx;
|
font-size: 30rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
font-size: 30rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: rgba(255, 255, 255, 1);
|
line-height: 80rpx;
|
}
|
|
.close-img {
|
width: 50rpx;
|
height: 50rpx;
|
position: absolute;
|
right: 32rpx;
|
top: 32rpx;
|
text-align: center;
|
line-height: 50rpx;
|
}
|
|
.same-active {
|
bottom: 390rpx;
|
}
|
|
.van-picker__cancel {
|
display: none !important;
|
}
|
|
.van-picker__confirm {
|
position: fixed !important;
|
bottom: 50rpx;
|
left: 0;
|
right: 0;
|
margin: 0 auto;
|
opacity: 0;
|
}
|
|
.one-key {
|
height: 384rpx;
|
}
|
|
.ok-key-box {
|
display: flex;
|
justify-content: start;
|
align-items: center;
|
height: 120rpx;
|
}
|
|
.one-key-view {
|
width: 12rpx;
|
height: 12rpx;
|
background: #46B494;
|
box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(215, 215, 215, 0.5), 0rpx 4rpx 8rpx 0rpx #42780B;
|
margin-right: 14rpx;
|
border-radius: 50%;
|
margin-left: 18rpx;
|
}
|
|
.one-key-view-end {
|
box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(215, 215, 215, 0.5), 0rpx 4rpx 8rpx 0rpx rgba(139, 136, 136, 0.5);
|
background: #F07207;
|
}
|
|
.one-key-view_from {
|
width: 450rpx;
|
|
overflow: hidden;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
font-size: 32rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #27282D;
|
}
|
|
.one-key-button {
|
width: 232rpx;
|
height: 76rpx;
|
background: linear-gradient(180deg, #FABE00 0%, #E8340C 100%);
|
box-shadow: 0px 4rpx 26rpx 0px rgba(116, 116, 116, 0.5);
|
border-radius: 38rpx;
|
position: absolute;
|
right: 0rpx;
|
left: 0;
|
bottom: 500rpx;
|
z-index: 5;
|
margin: 0 auto;
|
text-align: center;
|
line-height: 76rpx;
|
font-size: 34rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #FFFFFF;
|
}
|
|
.elderly-model {
|
position: absolute;
|
width: 100%;
|
}
|
|
.selectCity {
|
position: fixed;
|
background-color: rgba(0, 0, 0, .5);
|
height: 100%;
|
width: 100%;
|
z-index: 999;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
}
|
|
.selectCity-box {
|
width: 600rpx;
|
/* height: 412rpx; */
|
background: #FFFFFF;
|
border-radius: 12rpx;
|
padding: 48rpx 32rpx;
|
box-sizing: border-box;
|
}
|
|
.selectCity-box .title {
|
font-size: 36rpx;
|
text-align: center;
|
margin-bottom: 60rpx;
|
}
|
|
.selectCity-box .content {
|
font-size: 30rpx;
|
text-align: center;
|
margin-bottom: 84rpx;
|
color: #666666;
|
}
|
|
.selectCity-box .confirm {
|
font-size: 30rpx;
|
text-align: center;
|
padding: 20rpx 0;
|
/* margin-bottom: 84rpx; */
|
color: white;
|
background: #4D8BFF;
|
box-shadow: 0px 4rpx 20rpx 0px rgba(0, 0, 0, 0.03);
|
border-radius: 8rpx;
|
}
|
|
.agreement {
|
position: fixed;
|
background-color: rgba(0, 0, 0, .5);
|
height: 100%;
|
width: 100%;
|
z-index: 1000;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
}
|
|
.agreement-box {
|
width: 668rpx;
|
background: #FFFFFF;
|
border-radius: 16rpx;
|
box-sizing: border-box;
|
padding-bottom: 52rpx;
|
overflow: hidden;
|
}
|
|
.agreement-box .tabs {
|
display: flex;
|
}
|
|
.agreement-box .tabs {
|
display: flex;
|
justify-content: space-between;
|
margin-bottom: 46rpx;
|
}
|
|
.agreement-box .tabs view {
|
flex: 1;
|
height: 90rpx;
|
line-height: 90rpx;
|
font-size: 30rpx;
|
color: #4D8BFF;
|
border: 1rpx solid #4D8BFF;
|
text-align: center;
|
box-sizing: border-box;
|
border-top: none;
|
}
|
|
.agreement-box .content {
|
max-height: 500rpx;
|
overflow: auto;
|
padding: 0 40rpx;
|
margin-bottom: 46rpx;
|
}
|
|
.agreement-box .tabs .select {
|
background: #4D8BFF;
|
color: white;
|
border: none;
|
}
|
|
.agreement-box .agreement-btn {
|
display: flex;
|
justify-content: space-between;
|
padding: 0 54rpx;
|
}
|
|
.agreement-box .agreement-btn view {
|
width: 260rpx;
|
height: 80rpx;
|
line-height: 80rpx;
|
background: #F0F0F6;
|
border-radius: 8rpx;
|
font-size: 30rpx;
|
color: #989BB0;
|
text-align: center;
|
}
|
|
.agreement-box .agreement-btn view:nth-of-type(2) {
|
color: white;
|
background: #4D8BFF;
|
box-shadow: 0px 4rpx 20rpx 0px rgba(0, 0, 0, 0.03);
|
}
|
|
.overlay {
|
background: rgba(0, 0, 0, 0.5);
|
width: 100vw;
|
height: 100vh;
|
position: fixed;
|
z-index: 999;
|
}
|
|
.notice {
|
position: fixed;
|
left: 0;
|
right: 0;
|
top: 0;
|
bottom: 0;
|
margin: auto;
|
display: flex;
|
width: 642rpx;
|
flex-direction: column;
|
justify-content: center;
|
}
|
|
.notice image {
|
width: 642rpx;
|
height: 692rpx;
|
border-radius: 15rpx 15rpx 0rpx 0rpx;
|
}
|
|
.notice .subTitle {
|
background-color: #fff;
|
border-radius: 0rpx 0rpx 15rpx 15rpx;
|
padding: 23rpx 35rpx 27rpx 31rpx;
|
max-height: 200rpx;
|
overflow-x: hidden;
|
margin-top: -10rpx;
|
}
|
|
.notice .close {
|
width: 58rpx;
|
height: 58rpx;
|
margin: 0 auto;
|
margin-top: 38rpx;
|
}
|
|
.blackList {
|
background-color: #fff;
|
position: fixed;
|
left: 0;
|
right: 0;
|
top: 0;
|
bottom: 0;
|
margin: auto;
|
width: 600rpx;
|
height: 682rpx;
|
border-radius: 12rpx;
|
}
|
|
.blackList .title {
|
font-size: 60rpx;
|
font-weight: 500;
|
color: #27282D;
|
line-height: 84rpx;
|
text-align: center;
|
margin-top: 28rpx;
|
}
|
|
.blackList .content {
|
font-size: 48rpx;
|
font-weight: 400;
|
color: #666666;
|
line-height: 66rpx;
|
margin: 0 32rpx;
|
margin-top: 56rpx;
|
}
|
|
.blackList .contact {
|
width: 260rpx;
|
height: 100rpx;
|
background: #4D8BFF;
|
box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(0, 0, 0, 0.03);
|
border-radius: 8rpx;
|
font-size: 40rpx;
|
text-align: center;
|
line-height: 100rpx;
|
color: #FFFFFF;
|
margin: auto;
|
margin-top: 50rpx;
|
}
|
|
.blackList .close {
|
width: 32rpx;
|
height: 32rpx;
|
position: absolute;
|
top: 40rpx;
|
right: 32rpx;
|
}
|
|
.bor-R {
|
border-right: 1rpx solid rgba(232, 232, 232, 1);
|
}
|
|
|
.van_title {
|
font-family: PingFangSC, PingFang SC;
|
font-weight: 500;
|
font-size: 31rpx;
|
color: rgba(0, 0, 0, .8);
|
text-align: center;
|
margin-top: 34.62rpx;
|
}
|
|
.check-icon-item {
|
width: 34.62rpx;
|
height: 34.62rpx;
|
margin-right: 19.23rpx;
|
}
|
|
.bus_styles {
|
display: inline-block;
|
font-size: 30rpx;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: rgba(140, 144, 151, 1);
|
line-height: 60rpx;
|
padding: 0 35rpx;
|
}
|
|
.van-item {
|
margin-left: 26.92rpx;
|
margin-right: 26.92rpx;
|
display: flex;
|
align-items: center;
|
height: 90.38rpx;
|
font-family: PingFangSC, PingFang SC;
|
font-weight: 500;
|
font-size: 23rpx;
|
border-bottom: 1rpx solid rgba(151, 151, 151, .15);
|
}
|
|
.sure-btn {
|
width: 515rpx !important;
|
height: 77rpx;
|
background: #4D8BFF;
|
border-radius: 8rpx;
|
margin-top: 65.38rpx;
|
font-family: PingFangSC, PingFang SC;
|
font-weight: 500;
|
font-size: 29rpx;
|
color: #FFFFFF;
|
}
|