I saw someone say that pc pages had better be written without rem.
is this because it is not supported under ie678?
or are there any other drawbacks?
I saw someone say that pc pages had better be written without rem.
is this because it is not supported under ie678?
or are there any other drawbacks?
there are still a lot of problems with using rem on pc. I think there are these points
so pc adaptation is more suitable for grid system, and rem or mobile terminal is more suitable
.is that rem is a relative unit, and it is impossible to fully match the design draft. The final rendered element will have a pixel difference (possibly)
you can take a look at the explanation of Tencent team http://imweb.io/topic/5745adf.
. Generally speaking, multiple adaptation solutions coexist with vw vh rem 100%
I hope my answer will be helpful to you. Amway's own front-end technology sharing official account: front-end guide , welcome to follow
Previous: What is the relationship between system calls and CPU time slices, and is there atomicity?
Next: The problem of the layout of WeChat Mini Programs's for cycle
the first screen is the entire div,div with a background image. How can display the background image exactly when the browser changes its size? there is a compatibility problem with rem. with percentage layout, the width is reduced while the height ...