index.wxss 501 B

1234567891011121314151617181920212223242526272829303132
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. background-color: #ffffff;
  5. padding: 20px 0 0 0;
  6. }
  7. .one {
  8. margin: 0 20px;
  9. }
  10. .text {
  11. color: #999;
  12. margin: 0 0 30px 0;
  13. }
  14. .input {
  15. position: relative;
  16. border-bottom: solid 1px #ddd;
  17. }
  18. .button {
  19. position: relative;
  20. top: 350px;
  21. width: 300px !important;
  22. background-image: linear-gradient(to right, #6c51fb, #1262fe);
  23. border-radius: 30px;
  24. color: #ffffff;
  25. text-align: center;
  26. font-size: small;
  27. }