emmm, if the question is a little stupid, please forgive me.
condition: assume that the size of the design drawing is 750px
1. Use flexible layout to calculate the size of each element relative to the design drawing.
the whole page is adaptable and changes with the screen size of mobile devices, and the design draft is fully restored
2. Isn"t it adaptive to set < meta name= "viewport" content= "width=750px,user-scalable=yes" >
? How is it worse than the first method?
3. Nothing is no different from PC development. Is it not applicable to use px as a unit because of poor adaptability?
what is the most commonly used adaptation scheme?