You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
234 lines
4.9 KiB
234 lines
4.9 KiB
2 years ago
|
page {
|
||
|
height: 100vh;
|
||
|
}
|
||
|
.map-box {
|
||
|
position: relative;
|
||
|
}
|
||
|
.choose-device-map {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
#device-map {
|
||
|
width: 100%;
|
||
|
}
|
||
|
.map-big {
|
||
|
height: 70vh;
|
||
|
}
|
||
|
.map-small {
|
||
|
height: 30vh;
|
||
|
}
|
||
|
.customCallout {
|
||
|
width: 550rpx;
|
||
|
height: 240rpx;
|
||
|
padding: 20rpx;
|
||
|
box-sizing: border-box;
|
||
|
position: relative;
|
||
|
}
|
||
|
.customCallout .triangle {
|
||
|
position: absolute;
|
||
|
left: 254rpx;
|
||
|
border-top: 20rpx solid #ffffff;
|
||
|
border-left: 20rpx solid rgba(0, 0, 0, 0);
|
||
|
border-right: 20rpx solid rgba(0, 0, 0, 0);
|
||
|
border-bottom: 20rpx solid rgba(0, 0, 0, 0);
|
||
|
}
|
||
|
.customCallout .content {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
padding: 10rpx 20rpx;
|
||
|
border-radius: 10rpx;
|
||
|
box-sizing: border-box;
|
||
|
background-color: #FFFFFF;
|
||
|
color: #666666;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: flex-start;
|
||
|
justify-content: space-around;
|
||
|
font-size: 28rpx;
|
||
|
position: relative;
|
||
|
}
|
||
|
.customCallout .content .address {
|
||
|
display: flex;
|
||
|
align-items: flex-end;
|
||
|
}
|
||
|
.customCallout .content .address .name {
|
||
|
padding-right: 10rpx;
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
.customCallout .content .address .distance {
|
||
|
margin-left: 10rpx;
|
||
|
font-size: 20rpx;
|
||
|
}
|
||
|
.customCallout .content .item-menu {
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
bottom: 40rpx;
|
||
|
display: flex;
|
||
|
}
|
||
|
.customCallout .content .item-menu .item-menu-item {
|
||
|
width: 80rpx;
|
||
|
height: 80rpx;
|
||
|
}
|
||
|
.map-top {
|
||
|
position: absolute;
|
||
|
top: 20rpx;
|
||
|
width: 100%;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
height: 80rpx;
|
||
|
padding: 0 20rpx;
|
||
|
box-sizing: border-box;
|
||
|
font-family: Source Han Serif SC;
|
||
|
}
|
||
|
.menu-item {
|
||
|
width: 170rpx;
|
||
|
height: 60rpx;
|
||
|
/* padding: 10rpx; */
|
||
|
box-sizing: border-box;
|
||
|
border-radius: 8rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
background-color: #fefefe;
|
||
|
margin-right: 10rpx;
|
||
|
}
|
||
|
.active-menu {
|
||
|
/* background-color: #e4e4e4; */
|
||
|
color: #067ac3;
|
||
|
}
|
||
|
.my-position {
|
||
|
position: absolute;
|
||
|
right: 20rpx;
|
||
|
bottom: 20%;
|
||
|
}
|
||
|
.my-position .pos {
|
||
|
width: 80rpx;
|
||
|
height: 80rpx;
|
||
|
}
|
||
|
|
||
|
.search-list {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
justify-content: flex-start;
|
||
|
padding: 30rpx;
|
||
|
box-sizing: border-box;
|
||
|
border-top-left-radius: 30rpx;
|
||
|
border-top-right-radius: 30rpx;
|
||
|
position: absolute;
|
||
|
bottom: 0;
|
||
|
background-color: #ffffff;
|
||
|
font-family: Source Han Serif SC;
|
||
|
}
|
||
|
.high-list {
|
||
|
height: 70vh;
|
||
|
}
|
||
|
.low-list {
|
||
|
height: 30vh;
|
||
|
}
|
||
|
.search-list .search-top {
|
||
|
width: 350rpx;
|
||
|
height: 28rpx;
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
z-index: 999;
|
||
|
}
|
||
|
.search-list .search-top .search-shrink {
|
||
|
width: 100%;
|
||
|
height: 12rpx;
|
||
|
background-color: #666;
|
||
|
border-radius: 4rpx;
|
||
|
}
|
||
|
.search-list .search {
|
||
|
width: 690rpx;
|
||
|
height: 84rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: flex-start;
|
||
|
background-color: #f2f3f5;
|
||
|
border-radius: 20rpx;
|
||
|
}
|
||
|
.search-list .search .search-icon {
|
||
|
width: 36rpx;
|
||
|
height: 36rpx;
|
||
|
margin-left: 20rpx;
|
||
|
}
|
||
|
.search-list .search .search-input {
|
||
|
background-color: #f2f3f5;
|
||
|
margin-left: 10rpx;
|
||
|
width: 600rpx;
|
||
|
height: 60rpx;
|
||
|
line-height: 60rpx;
|
||
|
}
|
||
|
.search-list .list {
|
||
|
width: 100%;
|
||
|
overflow: scroll;
|
||
|
}
|
||
|
.search-list .list .bottom-item {
|
||
|
height: 150rpx;
|
||
|
}
|
||
|
.search-list .list .list-item {
|
||
|
width: 100%;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
margin-top: 30rpx;
|
||
|
padding-bottom: 20rpx;
|
||
|
box-sizing: border-box;
|
||
|
border-bottom: 1px solid #eeeeee;
|
||
|
position: relative;
|
||
|
}
|
||
|
.search-list .list .list-item .address {
|
||
|
width: 100%;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
margin-bottom: 28rpx;
|
||
|
}
|
||
|
.search-list .list .list-item .address .name {
|
||
|
font-size: 34rpx;
|
||
|
letter-spacing: 0px;
|
||
|
color: #333333;
|
||
|
font-weight: 800;
|
||
|
}
|
||
|
.search-list .list .list-item .address .distance {
|
||
|
font-size: 28rpx;
|
||
|
letter-spacing: 0px;
|
||
|
color: #999999;
|
||
|
margin-right: 20rpx;
|
||
|
}
|
||
|
.search-list .list .list-item .date {
|
||
|
font-size: 28rpx;
|
||
|
letter-spacing: 0px;
|
||
|
color: #999999;
|
||
|
display: flex;
|
||
|
margin-bottom: 20rpx;
|
||
|
}
|
||
|
.search-list .list .list-item .date .day {
|
||
|
max-width: 480rpx;
|
||
|
}
|
||
|
.search-list .list .list-item .date .time {
|
||
|
|
||
|
}
|
||
|
.search-list .list .list-item .date .time .time-interval {
|
||
|
|
||
|
}
|
||
|
.search-list .list .list-item .mobile {
|
||
|
font-size: 28rpx;
|
||
|
letter-spacing: 0px;
|
||
|
color: #999999;
|
||
|
}
|
||
|
.search-list .list .list-item .item-menu {
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
bottom: 40rpx;
|
||
|
}
|
||
|
.search-list .list .list-item .item-menu-item {
|
||
|
width: 100rpx;
|
||
|
height: 100rpx;
|
||
|
}
|
||
|
.search-list .no-data {
|
||
|
height: 30vh;
|
||
|
line-height: 30vh;
|
||
|
font-size: 32rpx;
|
||
|
color: #999999;
|
||
|
}
|