27 lines
606 B
Plaintext
27 lines
606 B
Plaintext
.VehiclesEnteringBox {
|
|
width: 100%;
|
|
|
|
.VehiclesEnteringCharts {
|
|
width: 100%;
|
|
margin-top: 10px;
|
|
position: relative;
|
|
|
|
.VehiclesEnteringUnit {
|
|
font-family: "Microsoft YaHei";
|
|
font-weight: 400;
|
|
font-size: 10px;
|
|
color: #7F808B;
|
|
text-align: left;
|
|
font-style: normal;
|
|
padding-left: 8px;
|
|
position: absolute;
|
|
top: -10px;right: 0;
|
|
}
|
|
|
|
.VehiclesEntering {
|
|
width: 100%;
|
|
// height: 134px;
|
|
height: 167px;
|
|
}
|
|
}
|
|
} |