If the mobile web page does not use REM adaptation, is there any other screen adaptation solution?

at present, generally speaking, REM is used as the screen adaptation solution for web development on mobile devices. Is there any other solution if REM, is not used?

Jan.30,2022

if you don't use rem, you have to write css media queries for many screen widths, that is, @ media screen
or the percentage of width usage


you can use vw or vw


ui frameworks are all based on px

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3ff37-2c4e2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3ff37-2c4e2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?