Commit 1bc321d9 authored by 王晓旭's avatar 王晓旭

门户修改

parent 640bee95
...@@ -460,13 +460,13 @@ export default { ...@@ -460,13 +460,13 @@ export default {
@media(max-width: 1900px){ @media(max-width: 1900px){
.slogan{ .slogan{
// font-size: 60px !important; // font-size: 60px !important;
margin-left: 100px !important; margin-left: 200px !important;
} }
} }
@media (max-width: 1700px){ @media (max-width: 1700px){
.slogan{ .slogan{
// font-size: 60px !important; // font-size: 60px !important;
margin-left: 50px !important; margin-left: 100px !important;
} }
} }
@media (max-width: 1500px){ @media (max-width: 1500px){
...@@ -492,7 +492,7 @@ export default { ...@@ -492,7 +492,7 @@ export default {
background-color: rgba(0, 0, 0, 0.7); background-color: rgba(0, 0, 0, 0.7);
} }
.slogan { .slogan {
margin-left: 100px; margin-left: 200px;
// margin-right: 20px; // margin-right: 20px;
} }
.slogan-text { .slogan-text {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment