invite.css 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. body{
  2. font-size: 3.7vw;
  3. background-color: rgb(251, 251, 251);
  4. }
  5. .invite-top{
  6. font-size: 4.5vw;
  7. margin-bottom: 2vw;
  8. }
  9. .invite{
  10. margin: 4vw 4vw 4vw 4vw;
  11. }
  12. .invite-time{
  13. font-size: 3.5vw;
  14. color: rgb(166,166,169);
  15. margin-bottom: 2vw;
  16. }
  17. .invite-content{
  18. line-height: 2.5vh;
  19. }
  20. .invite-content1{
  21. margin-top: 2vw;
  22. background-color: #fff;
  23. text-align: center;
  24. padding: 2vw;
  25. box-shadow: 0 1px 3px 0 rgb(5 32 96 / 10%);
  26. display: flex;
  27. flex-direction: row;
  28. flex-wrap: wrap;
  29. }
  30. .invite-content1 img {
  31. height: 15vw !important;
  32. }
  33. .invite-content1 li{
  34. width: 30vw;
  35. height: auto;
  36. }
  37. .invite-content1 div{
  38. /*display: none;*/
  39. margin: 0 auto;
  40. }
  41. .invite-content1 p{
  42. padding: 0.5vh 0 ;
  43. width: 25vw;
  44. margin-left: 3vw;
  45. text-align: center;
  46. overflow: hidden;
  47. text-overflow: ellipsis;
  48. white-space: nowrap;
  49. }
  50. .invite-content1 a{
  51. width: 100%;
  52. height: 3vh;
  53. line-height: 3vh;
  54. border-radius: 1.2vw;
  55. font-size: 3vw;
  56. }