星油积分商城
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.
 
 
 
 

59 lines
1020 B

.ChargingStationMap_body {
width: 100%;
height: 100%;
position: relative;
.ChargingStationMap {
width: 100%;
height: 100%;
}
}
.customCallout {
width: 218rpx;
height: 108rpx;
font-size: 22rpx;
position: relative;
padding: 10rpx;
box-sizing: border-box;
.triangle {
width: 42rpx;
height: 42rpx;
background-color: #000000;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
transition:rotate(180deg) ;
}
.content {
width: 100%;
height: 87rpx;
// background-color: #ffffff;
border-radius: 10rpx;
.content_value {
padding: 0 20rpx;
box-sizing: border-box;
.content_value_price {
color: #000000;
font-size: 22rpx;
}
}
.content_label {
width: 89rpx;
padding: 5rpx 5rpx;
height: fit-content;
background: #476ffa;
border-radius: 10rpx 60rpx 60rpx 0rpx;
opacity: 1;
color: #ffffff;
font-size: 26rpx;
}
}
.customCallout_img {
z-index: -1;
width: 220rpx;
height: 108rpx;
position: absolute;
left: 0;
right: 0;
}
}