createFile.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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. .radio-sex {
  38. height: 100%;
  39. }
  40. .default-img {
  41. width: 80rpx;
  42. height: 80rpx;
  43. border-radius: 50%;
  44. background-color: #E4E4E4;
  45. margin-right: 10rpx;
  46. }
  47. .chsoe-img-item {
  48. width: 80rpx;
  49. height: 80rpx;
  50. border-radius: 50%;
  51. margin-right: 10rpx;
  52. }
  53. .avat-item {
  54. width: 80rpx;
  55. height: 80rpx;
  56. border-radius: 50%;
  57. }
  58. .arrow-right {
  59. width: 32rpx;
  60. height: 32rpx;
  61. }
  62. .weui-input {
  63. text-align: right;
  64. padding-right: 20rpx;
  65. color: #999;
  66. font-size: 26rpx;
  67. }
  68. .radio-woman {
  69. margin-left: 98rpx;
  70. }
  71. .readio-item {
  72. width: 33rpx;
  73. height: 32rpx;
  74. background: #f7f7f7;
  75. border-radius: 50%;
  76. border: 1rpx solid #D9D9D9;
  77. margin-right: 14rpx;
  78. }
  79. .in-cricle {
  80. width: 16rpx;
  81. height: 16rpx;
  82. background-color: #f7f7f7;
  83. border-radius: 50%;
  84. }
  85. .readio-item-active {
  86. border-color: #1890FF;
  87. }
  88. .readio-item-active .in-cricle {
  89. background: #1890FF;
  90. }
  91. .actions-bothday {
  92. width: calc(100% - 100rpx);
  93. height: 100%;
  94. }
  95. .my-picker {
  96. width: 100%;
  97. height: 100%;
  98. display: flex;
  99. align-items: center;
  100. justify-content: flex-end;
  101. }
  102. .my-picker .picker-item {
  103. width: 500rpx;
  104. height: 90rpx;
  105. line-height: 90rpx;
  106. text-align: right;
  107. font-size: 26rpx;
  108. font-weight: 400;
  109. color: #999999;
  110. justify-content: flex-end;
  111. }
  112. .picker-text {
  113. margin-right: 14rpx;
  114. font-size: 26rpx;
  115. font-weight: 400;
  116. color: #999999;
  117. }
  118. .relative-picker {
  119. justify-content: flex-end;
  120. height: 90rpx;
  121. }
  122. .relative-text {
  123. font-size: 26rpx;
  124. font-weight: 400;
  125. color: #999999;
  126. margin-right: 16rpx;
  127. }
  128. .submit-btn {
  129. width: 690rpx;
  130. height: 80rpx;
  131. border-radius: 10rpx;
  132. margin-top: 138rpx;
  133. }