index.wxss 853 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. border-radius: 50%;
  20. margin-top: -10px;
  21. width: 13%;
  22. height: 43.58px;
  23. }
  24. .input {
  25. font-size: 14px;
  26. }
  27. .input1 {
  28. position: relative;
  29. text-align: right;
  30. left: 85px;
  31. top: -10px;
  32. width: 50%;
  33. font-size: 14px;
  34. }
  35. .input2 {
  36. width: 50px;
  37. position: relative;
  38. text-align: right;
  39. left: 260px;
  40. top: -27px;
  41. font-size: 14px;
  42. }
  43. .button {
  44. position: relative;
  45. top: 50px;
  46. width: 300px !important;
  47. background-image: linear-gradient(to right, #fd3c1e, #c74df0);
  48. border-radius: 30px;
  49. color: #ffffff;
  50. text-align: center;
  51. font-size: small;
  52. }