index.wxss 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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: 80px;
  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. }
  30. .van-uploader__preview {
  31. border-radius: 50%;
  32. cursor: pointer;
  33. margin: 0 8px 8px 0;
  34. position: relative;
  35. }
  36. .van-uploader__preview-image {
  37. border-radius: 50%;
  38. display: block;
  39. height: var(--uploader-size,50px);
  40. overflow: hidden;
  41. width: var(--uploader-size,50px);
  42. }
  43. .zero .text {
  44. position: relative;
  45. top: 30px;
  46. width: 40%;
  47. }
  48. .text {
  49. position: relative;
  50. top: 10px;
  51. width: 40%;
  52. }
  53. .tou{
  54. width: 50px;
  55. height: 50px;
  56. position: relative;
  57. left: 255px;
  58. top: -30px;
  59. }
  60. .input {
  61. position: relative;
  62. text-align: right;
  63. left: 130px;
  64. top: -10px;
  65. width: 60%;
  66. font-size: 14px;
  67. }
  68. .button{
  69. position: relative;
  70. top: 50px;
  71. width: 300px !important;
  72. background-image: linear-gradient(to right, #fd3c1e , #c74df0);
  73. border-radius: 30px;
  74. color:#ffffff;
  75. text-align: center;
  76. font-size: small;
  77. }