index.wxss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. .van-uploader__upload {
  18. border-radius: 50%;
  19. align-items: center;
  20. background-color: var(--uploader-upload-background-color,#f7f8fa);
  21. box-sizing: border-box;
  22. display: flex;
  23. flex-direction: column;
  24. height: var(--uploader-size,50px);
  25. justify-content: center;
  26. margin: 0 8px 8px 0;
  27. position: relative;
  28. width: var(--uploader-size,50px);
  29. width: 50px !important;
  30. height: 50px !important;
  31. }
  32. .van-uploader__preview-image {
  33. border-radius: 50%;
  34. display: block;
  35. height: var(--uploader-size,50px);
  36. overflow: hidden;
  37. width: var(--uploader-size,50px);
  38. width: 50px !important;
  39. height: 50px !important;
  40. }
  41. .text {
  42. position: relative;
  43. top: 10px;
  44. width: 40%;
  45. }
  46. .tou {
  47. width: 50px;
  48. height: 50px;
  49. position: relative;
  50. left: 280px;
  51. top: -30px;
  52. }
  53. .input {
  54. position: relative;
  55. text-align: right;
  56. left: 130px;
  57. top: -10px;
  58. width: 60%;
  59. font-size: 14px;
  60. }
  61. .button {
  62. position: relative;
  63. top: 50px;
  64. width: 300px !important;
  65. background-image: linear-gradient(to right, #fd3c1e, #c74df0);
  66. border-radius: 30px;
  67. color: #ffffff;
  68. text-align: center;
  69. font-size: small;
  70. }