index.wxss 1.0 KB

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