index.wxss 747 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. background-color: #ffffff;
  5. padding: 20px 0 0 0;
  6. }
  7. .zero{
  8. border-bottom: 1px solid #dddddd;
  9. margin: 0 20px;
  10. height: 50px;
  11. }
  12. .one {
  13. border-bottom: 1px solid #dddddd;
  14. margin: 0 20px;
  15. height: 40px;
  16. }
  17. .text {
  18. position: relative;
  19. top: 10px;
  20. width: 40%;
  21. }
  22. .tou{
  23. width: 50px;
  24. height: 50px;
  25. position: relative;
  26. left: 280px;
  27. top: -30px;
  28. }
  29. .input {
  30. position: relative;
  31. text-align: right;
  32. left: 130px;
  33. top: -10px;
  34. width: 60%;
  35. font-size: 14px;
  36. }
  37. .button{
  38. position: relative;
  39. top: 50px;
  40. width: 300px !important;
  41. background-image: linear-gradient(to right, #fd3c1e , #c74df0);
  42. border-radius: 30px;
  43. color:#ffffff;
  44. text-align: center;
  45. font-size: small;
  46. }