index.less 573 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. @charset "utf-8";
  2. #open {
  3. padding: 65px 30px;
  4. text-align: center;
  5. .icon {
  6. margin-bottom: 25px;
  7. width: 48px;
  8. margin-left: auto;
  9. margin-right: auto;
  10. }
  11. .title {
  12. color: #303036;
  13. }
  14. .tip {
  15. font-size: 10px;
  16. color: #303036;
  17. margin-bottom: 35px;
  18. }
  19. .check {
  20. margin-bottom: 10px;
  21. text-align: left;
  22. .g-checkbox-wrapper {
  23. margin-right: 10px;
  24. }
  25. span {
  26. vertical-align: top;
  27. display: inline-block;
  28. }
  29. }
  30. .g-button-wrapper {
  31. margin-bottom: 20px;
  32. }
  33. .no {
  34. color: #A7A7B7;
  35. }
  36. }