Commit 59abe3cd by zhangxingmin

push

parent bb9f62dc
...@@ -238,15 +238,13 @@ image{ ...@@ -238,15 +238,13 @@ 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;
} }
}
} }
@media (min-width: 1024px) and (max-width: 1279px) { @media (min-width: 1024px) and (max-width: 1279px) {
......
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