@import './base.css';
#app {
/* max-width: 1280px; */
margin: 0;
width: 100%;
height: 100vh;
font-weight: normal;
}
a,
.green {
text-decoration: none;
color: hsla(160, 100%, 37%, 1);
transition: 0.4s;
}
@media (hover: hover) {
a:hover {
background-color: hsla(160, 100%, 37%, 0.2);
}
}
@media (max-width: 1366px) {
/* body {
display: flex;
place-items: center;
} */
#app {
/* display: grid;
grid-template-columns: 1fr 1fr;
padding: 0 2rem; */
width: 1366px;
/* overflow: auto; */
}
}
@media (max-height: 768px) {
/* body {
display: flex;
place-items: center;
} */
#app {
/* display: grid;
grid-template-columns: 1fr 1fr;
padding: 0 2rem; */
height: 768px;
/* overflow: auto; */
}
}
main.css
最新推荐文章于 2024-08-29 08:30:53 发布