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.

186 lines
3.3 KiB

.text-center {
text-align: center;
}
.font-13 {
font-size: 13px;
}
.font-12 {
font-size: 12px;
}
.font-11 {
font-size: 11px;
}
.text-grey1 {
color: #888;
}
.text-grey2 {
color: #aaa;
}
.list-cell-arrow::before {
content: ' ';
height: 10px;
width: 10px;
border-width: 2px 2px 0 0;
border-color: #c0c0c0;
border-style: solid;
-webkit-transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
position: absolute;
top: 50%;
margin-top: -6px;
right: 30rpx;
}
.list-cell {
position: relative;
width: 100%;
box-sizing: border-box;
background-color: #fff;
color: #333;
padding: 26rpx 30rpx;
}
.list-cell:first-child {
border-radius: 8rpx 8rpx 0 0;
}
.list-cell:last-child {
border-radius: 0 0 8rpx 8rpx;
}
.list-cell::after {
content: '';
position: absolute;
border-bottom: 1px solid #eaeef1;
-webkit-transform: scaleY(0.5) translateZ(0);
transform: scaleY(0.5) translateZ(0);
transform-origin: 0 100%;
bottom: 0;
right: 0;
left: 0;
pointer-events: none;
}
.menu-list {
margin: 15px 15px;
.menu-item-box {
width: 100%;
display: flex;
align-items: center;
.menu-icon {
color: #007AFF;
font-size: 16px;
margin-right: 5px;
}
.text-right {
margin-left: auto;
margin-right: 34rpx;
color: #999;
}
}
}
.leaflet-container{
background-color: #113666 !important;
}
.building-marker {
.marker-name {
width: 12rpx;
transform: translateX(-50%);
color: #ffffff;
font-size: 24rpx;
text-align: center;
}
.houser {
position: relative;
width: 98rpx;
height: 40rpx;
transform: translate(-50%, -25%);
box-sizing: border-box;
padding: 1px;
border: 1px solid #fff;
display: flex;
align-items: center;
.left-color,
.right-color {
flex: 1;
height: 100%;
}
.right-color {
border-left: 1px solid white;
display: flex;
flex-direction: column;
justify-content: space-between;
& > div {
flex: 1;
}
.rigth-bottom {
background: red;
border-top: 1px solid white;
}
}
.point-color {
position: absolute;
bottom: -12rpx;
left: 0;
display: flex;
align-items: center;
& > div {
margin-right: 6rpx;
height: 20rpx;
width: 20rpx;
border-radius: 50%;
border: 1px solid #fff;
}
}
.house-is {
position: absolute;
top: -12rpx;
left: 0;
display: flex;
align-items: center;
.is_type {
height: 20rpx;
width: 20rpx;
margin-right: 6rpx;
}
.is_d{
background: url('/static/images/isd.png');
background-size: 100% 100%;
}
.is_k{
background: url('/static/images/isk.png');
background-size: 100% 100%;
}
.is_j{
background: url('/static/images/isj.png');
background-size: 100% 100%;
}
.is_x{
background: url('/static/images/isx.png');
background-size: 100% 100%;
}
}
.house-name {
font-size: 26rpx;
color: #fff;
font-weight: bold;
position: absolute;
width: 100%;
left: 0;
top: 0;
text-align: center;
}
}
}