mirror of https://gitee.com/antv-l7/antv-l7
33 lines
607 B
CSS
33 lines
607 B
CSS
.home_l7_feature_img {
|
|
width:100px;
|
|
}
|
|
.feature-logo {
|
|
height: 100px !important;
|
|
}
|
|
.cover-image {
|
|
margin-top: 60px;
|
|
height: 300px;
|
|
|
|
}
|
|
@media only screen and (max-height: 599) and (max-width: 800px) {
|
|
.cover-image {
|
|
margin-top: 40px;
|
|
margin-left: 260px;
|
|
max-height: 400px;
|
|
}
|
|
}
|
|
@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;
|
|
}
|
|
}
|