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.
20 lines
363 B
20 lines
363 B
/* subpages/searchResult/pages/resiInfo/modules/graph/graph.wxss */
|
|
ec-canvas {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.hotlineComplaints {
|
|
width: 100%;
|
|
height: 618rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.hotlineComplaints image{
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 2;
|
|
top: 0;
|
|
left: 50%;
|
|
transform: translate(-50%);
|
|
}
|