index.less 705 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. @charset "utf-8";
  2. #invitation {
  3. padding: 15px;
  4. position: relative;
  5. .line {
  6. position: absolute;
  7. width: 30px;
  8. height: 5px;
  9. background: #7660A4;
  10. top: 80px;
  11. }
  12. .text {
  13. color: #303036;
  14. margin-bottom: 50px;
  15. }
  16. .title {
  17. margin-bottom: 20px;
  18. color: #686872;
  19. font-size: 16px;
  20. }
  21. .item {
  22. display: inline-block;
  23. margin-bottom: 20px;
  24. margin-left: 5px;
  25. margin-right: 5px;
  26. width: 140px;
  27. .assets {
  28. width: 62px;
  29. height: 62px;
  30. margin-bottom: 5px;
  31. }
  32. }
  33. .tag-list {
  34. margin-bottom: 20px;
  35. .g-tag-wrapper {
  36. margin-right: 5px;
  37. margin-bottom: 5px;
  38. }
  39. }
  40. .go {
  41. margin-bottom: 25px;
  42. }
  43. }