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
Menu