diff --git a/app.vue b/app.vue index ab557d3..afd60ea 100644 --- a/app.vue +++ b/app.vue @@ -76,4 +76,16 @@ select{ appearance:none; } +.mouse_img { + position: absolute; + bottom: 30px; + right: 60px; + width: 150px; +} +@media (max-width: 1440px) { + .mouse_img { + width: 100px; + right: 15px; + } +} diff --git a/components/AppAbout.vue b/components/AppAbout.vue index 582ad78..3c677f3 100644 --- a/components/AppAbout.vue +++ b/components/AppAbout.vue @@ -1,163 +1,215 @@ +} + +@media (max-width: 1440px) { + .top_search { + width: 920px; + margin-left: 373px; + + } + .News_box{ + width: 1032px; + margin-left: 270px; + } + .rig_box{ + width: 700px; + } +} + \ No newline at end of file diff --git a/components/AppContactUs.vue b/components/AppContactUs.vue index 2aaee4f..2b62ee4 100644 --- a/components/AppContactUs.vue +++ b/components/AppContactUs.vue @@ -7,7 +7,7 @@