fgj
This commit is contained in:
parent
c447e58fa8
commit
2f595c6a31
@ -16,6 +16,8 @@ body {
|
|||||||
width: 2037px;
|
width: 2037px;
|
||||||
height: 1018px;
|
height: 1018px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
transform: translateZ(0);
|
||||||
|
will-change: transform;
|
||||||
}
|
}
|
||||||
|
|
||||||
.map-image {
|
.map-image {
|
||||||
@ -40,8 +42,8 @@ body {
|
|||||||
fill: rgba(255, 255, 255, 0);
|
fill: rgba(255, 255, 255, 0);
|
||||||
transition: 0.2s ease;
|
transition: 0.2s ease;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
transition: 0.25s;
|
transition: 0.25s;
|
||||||
|
will-change: fill, filter;
|
||||||
}
|
}
|
||||||
|
|
||||||
.area:hover {
|
.area:hover {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user