index.wxss 831 B

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