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 is unchanged, so it will be a problem to display the background image.
is there anything else I can do?
Thank you ~