index.module.less 358 B

12345678910111213141516171819
  1. .download {
  2. background-color: #fff;
  3. border-radius: 26px;
  4. overflow: hidden;
  5. text-align: center;
  6. .img {
  7. }
  8. .downloadBtn {
  9. background: linear-gradient(180deg, #59e5d5 0%, #2dc7aa 100%);
  10. border-radius: 39px;
  11. color: #fff;
  12. font-size: 18px;
  13. line-height: 25px;
  14. width: 194px;
  15. margin-top: 28px;
  16. margin-bottom: 34px;
  17. }
  18. }