Commit 59abe3cd by zhangxingmin

push

parent bb9f62dc
...@@ -238,14 +238,12 @@ image{ ...@@ -238,14 +238,12 @@ image{
} }
/* 响应式设计 */ /* 响应式设计 */
@media (min-width: 768px) and (max-width: 1023px) { @media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
@media (orientation: landscape) { .container {
.container { max-width: 1024px;
max-width: 1024px; display: flex;
display: flex; align-items: center;
align-items: center; flex-direction: column;
flex-direction: column;
}
} }
} }
......
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