antv-l7/site/css/home.css

33 lines
607 B
CSS
Raw Normal View History

2019-11-19 19:03:17 +08:00
.home_l7_feature_img {
width:100px;
}
.feature-logo {
height: 100px !important;
}
.cover-image {
2019-11-20 14:14:30 +08:00
margin-top: 60px;
height: 300px;
2019-11-19 19:03:17 +08:00
}
2019-11-20 14:14:30 +08:00
@media only screen and (max-height: 599) and (max-width: 800px) {
2019-11-19 19:03:17 +08:00
.cover-image {
margin-top: 40px;
2019-11-20 14:14:30 +08:00
margin-left: 260px;
2019-11-19 19:03:17 +08:00
max-height: 400px;
}
}
2019-11-20 14:14:30 +08:00
@media only screen and (min-height: 599px) and (min-width:800px) {
.cover-image {
margin-top: 40px;
margin-left: 10px;
height: 600px;
}
}
@media only screen and (max-height: 599px) and (min-width:800px) {
.cover-image {
margin-top: 40px;
margin-left: 10px;
height: 600px;
}
}