Ask for help: Mini Program needs to rotate 90 degrees to display the content horizontally (please see the picture), what is a better plan to achieve?

demand:
as shown in the picture, all the contents of this page in Mini Program need to be rotated 90 degrees to display the content

the method I"ve thought of so far:
use the transform property of CSS

transform: rotate(90deg);

then do absolute positioning and float at the bottom

question:
although it can achieve the effect, it feels a little troublesome to debug. Is there an updated implementation method

?
Dec.15,2021
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-1b40c0f-2c533.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-1b40c0f-2c533.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?