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