|
@@ -86,10 +86,10 @@ body {
|
|
|
position: relative;
|
|
|
}
|
|
|
.lineImg{
|
|
|
- width: 150px;
|
|
|
+ width: 35%;
|
|
|
position: absolute;
|
|
|
- top: 20px;
|
|
|
- right: 8%;
|
|
|
+ bottom: 160px;
|
|
|
+ right: 9.5%;
|
|
|
transform:rotateY(180deg);
|
|
|
}
|
|
|
.lunboSearchBtn{
|
|
@@ -371,3 +371,11 @@ body {
|
|
|
font-weight: 600;
|
|
|
vertical-align: middle;
|
|
|
}
|
|
|
+@media (min-width: 1400px) {
|
|
|
+ .container .cards-list{
|
|
|
+ top:37%;
|
|
|
+ }
|
|
|
+ .lineImg{
|
|
|
+ bottom: 180px;
|
|
|
+ }
|
|
|
+}
|