min-width:width大于等于min-width
max-width:width小于等于max-width
@media (max-width: 1024px) { .container { width: 750px; color:red; } }