index.module.less 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .down {
  2. min-height: 100vh;
  3. background-size: 100% auto;
  4. background-repeat: no-repeat;
  5. background-color: #fff;
  6. }
  7. .text {
  8. margin: 0 34px auto 34px;
  9. padding-top: 45px;
  10. .title {
  11. font-size: 20px;
  12. font-weight: 600;
  13. color: #333;
  14. line-height: 26px;
  15. }
  16. .item {
  17. display: flex;
  18. margin-top: 16px;
  19. }
  20. .dot {
  21. display: inline-block;
  22. width: 14px;
  23. height: 14px;
  24. background-color: var(--van-primary-color);
  25. border: 4px solid #e0f7f3;
  26. border-radius: 50%;
  27. margin-right: 10px;
  28. position: relative;
  29. top: 4px;
  30. flex-shrink: 0;
  31. }
  32. .des {
  33. font-size: 14px;
  34. color: #666;
  35. line-height: 22px;
  36. }
  37. }
  38. .logo{
  39. margin-top: 200px;
  40. :global{
  41. .lottie-animation-container{
  42. margin-left: 17px;
  43. }
  44. }
  45. }
  46. .app{
  47. margin-top: 65px;
  48. .btns{
  49. display: flex;
  50. justify-content: center;
  51. margin: -30px 0 120px 0;
  52. }
  53. :global{
  54. .van-button{
  55. height: 37px;
  56. font-size: 14px;
  57. font-weight: 500;
  58. margin: 0 16px;
  59. }
  60. }
  61. }