PS: I defined the front side to be displayed as app1, and the back side after hover is triggered to be displayed as app2. The html and css codes are as follows
transform: rotateY(180deg) translateZ(1px); // translazeZ(1px) solves the problem of browser image flipping and display
Another reminder: Do not post pictures of the code. It is not easy to see and it is difficult for others to test and modify. Just post the code directly.
First remove the picture on the back, debug and check the layout, it feels like it is not clear and floating
transform: rotateY(180deg) translateZ(1px); // translazeZ(1px) solves the problem of browser image flipping and display
Another reminder: Do not post pictures of the code. It is not easy to see and it is difficult for others to test and modify. Just post the code directly.