mirror of
https://gitee.com/antv/g6.git
synced 2024-12-05 05:09:07 +08:00
29 lines
467 B
Plaintext
29 lines
467 B
Plaintext
@media (max-width: 900px) {
|
|
.teaser {
|
|
left: -15% !important;
|
|
top: 30% !important;
|
|
width: 103% !important;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 510px) {
|
|
.teaser {
|
|
left: -18% !important;
|
|
top: 2% !important;
|
|
width: 90% !important;
|
|
.teaser-img {
|
|
margin-left: 3.5% !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
@media (max-width: 480px) {
|
|
.teaser {
|
|
left: -25% !important;
|
|
top: 7% !important;
|
|
.teaser-img {
|
|
margin-top: 10% !important;
|
|
}
|
|
}
|
|
}
|