RuralDatabase/reference/3d-map/style.css

32 lines
396 B
CSS
Raw Permalink Normal View History

2024-06-30 21:39:37 +08:00
body,
html {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
/* width: 5080px;
height: 8080px; */
}
.el-table__empty-block {
background-color: #171c33;
}
.el-table__row:hover td {
background: transparent !important;
}
.mr-20 {
margin-right: 20px;
}
a {
color: #fff;
&:link,
&:visited,
&:hover,
&:active {
color: #fff;
}
}