Maison > Article > interface Web > mise en page-média réactif CSS
Écriture commune :
Ce qui suit résume la classification des mises en page réactives courantes :
@media screen and (max-width:320px){ #talkFooter .editArea{…… }} @media screen and (min-width:321px) and (max-width:375px){ #talkFooter .editArea{…… }} @media screen and (min-width:376px) and (max-width:414px){ #talkFooter .editArea{…… }} @media screen and (min-width:415px) and (max-width:639px){ #talkFooter .editArea{……}} @media screen and (min-width:640px) and (max-width:719px){ #talkFooter .editArea{……}} @media screen and (min-width:720px) and (max-width:749px){ #talkFooter .editArea{……}} @media screen and (min-width:750px) and (max-width:799px){ #talkFooter .editArea{……}} @media screen(min-width:800px){}
Ce qui précède est le contenu détaillé de. pour plus d'informations, suivez d'autres articles connexes sur le site Web de PHP en chinois!