image.wxss 421 B

12345678910111213141516171819
  1. /* view {
  2. background: RED;
  3. width: 100px;
  4. height: 100px;
  5. margin: 100px;
  6. border-top-left-radius: 38.2% 61.8%;
  7. border-top-right-radius: 61.8% 38.2%;
  8. border-bottom-right-radius: 38.2% 61.8%;
  9. border-bottom-left-radius: 61.8% 38.2%;
  10. transform: rotate(-20deg);
  11. display: flex;
  12. justify-content: center;
  13. align-items: center;
  14. font-size: 50px;
  15. color: #fff;
  16. }
  17. view text{
  18. transform: rotate(20deg);
  19. } */