index.module.less 517 B

1234567891011121314151617181920212223242526272829303132
  1. .vip{
  2. display: flex;
  3. flex-direction: column;
  4. justify-content: space-between;
  5. align-items: center;
  6. height: 250px;
  7. border-radius: 14px;
  8. background-color: #fff;
  9. padding: 20PX 30PX;
  10. padding-top: 30PX;
  11. min-width: 230PX;
  12. >img{
  13. width: 161PX;
  14. margin-bottom: 20PX;
  15. }
  16. >p{
  17. margin: 0;
  18. font-size: 14PX;
  19. color: #808080;
  20. margin-bottom: 20PX;
  21. }
  22. .btn{
  23. font-size: 16PX;
  24. height: 40PX;
  25. line-height: 40PX;
  26. width: 100%;
  27. }
  28. &+i{
  29. right: 10PX;
  30. top: 10PX;
  31. }
  32. }