createFile.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. /* pages/createFile/createFile.wxss */
  2. .createfile-content {
  3. width: 100%;
  4. height: 100%;
  5. background-color: #f7f7f7;
  6. }
  7. .main-content {
  8. width: 690rpx;
  9. min-height: 100rpx;
  10. margin: 0 auto;
  11. }
  12. .form {
  13. width: 100%;
  14. min-height: 500rpx;
  15. }
  16. .form-item {
  17. width: 100%;
  18. height: 94rpx;
  19. border-bottom: 1rpx solid #E4E4E4;
  20. }
  21. .no-border {
  22. border: 0;
  23. }
  24. .avatar {
  25. height: 140rpx;
  26. }
  27. .label {
  28. width: 100rpx;
  29. height: 100%;
  30. font-size: 26rpx;
  31. font-weight: 400;
  32. color: #333333;
  33. }
  34. .actions {
  35. width: 70%;
  36. }
  37. .file-input {
  38. height: 94rpx;
  39. }
  40. .radio-sex {
  41. height: 100%;
  42. }
  43. .default-img {
  44. width: 80rpx;
  45. height: 80rpx;
  46. border-radius: 50%;
  47. background-color: #E4E4E4;
  48. margin-right: 10rpx;
  49. }
  50. .chsoe-img-item {
  51. width: 80rpx;
  52. height: 80rpx;
  53. border-radius: 50%;
  54. margin-right: 10rpx;
  55. }
  56. .avat-item {
  57. width: 80rpx;
  58. height: 80rpx;
  59. border-radius: 50%;
  60. }
  61. .arrow-right {
  62. width: 32rpx;
  63. height: 32rpx;
  64. }
  65. .weui-input {
  66. text-align: right;
  67. padding-right: 20rpx;
  68. color: #333;
  69. font-size: 26rpx;
  70. height: 94rpx;
  71. }
  72. .radio-woman {
  73. margin-left: 98rpx;
  74. }
  75. .readio-item {
  76. width: 33rpx;
  77. height: 32rpx;
  78. background: #f7f7f7;
  79. border-radius: 50%;
  80. border: 1rpx solid #D9D9D9;
  81. margin-right: 14rpx;
  82. }
  83. .in-cricle {
  84. width: 16rpx;
  85. height: 16rpx;
  86. background-color: #f7f7f7;
  87. border-radius: 50%;
  88. }
  89. .readio-item-active {
  90. border-color: var(--maincolor);
  91. }
  92. .readio-item-active .in-cricle {
  93. background: var(--maincolor);
  94. }
  95. .actions-bothday {
  96. width: calc(100% - 100rpx);
  97. height: 100%;
  98. }
  99. .my-picker {
  100. width: 100%;
  101. height: 100%;
  102. display: flex;
  103. align-items: center;
  104. justify-content: flex-end;
  105. }
  106. .my-picker .picker-item {
  107. width: 500rpx;
  108. height: 90rpx;
  109. line-height: 90rpx;
  110. text-align: right;
  111. font-size: 26rpx;
  112. font-weight: 400;
  113. color: #999999;
  114. justify-content: flex-end;
  115. }
  116. .picker-text {
  117. margin-right: 14rpx;
  118. font-size: 26rpx;
  119. font-weight: 400;
  120. color: #333;
  121. }
  122. .picker-text-placeholder {
  123. color: #999;
  124. }
  125. .relative-picker {
  126. justify-content: flex-end;
  127. height: 90rpx;
  128. }
  129. .relative-text {
  130. font-size: 26rpx;
  131. font-weight: 400;
  132. color: #999999;
  133. margin-right: 16rpx;
  134. }
  135. .submit-btn {
  136. width: 690rpx;
  137. height: 80rpx;
  138. border-radius: 10rpx;
  139. margin-top: 138rpx;
  140. }