postJob.wxss 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. /* pages/my/postJob/postJob.wxss */
  2. @import '../../pages/common.wxss';
  3. @font-face {
  4. font-family: "iconfont";
  5. src: url('iconfont.eot?t=1559096289773');
  6. /* IE9 */
  7. src: url('iconfont.eot?t=1559096289773#iefix') format('embedded-opentype'),
  8. /* IE6-IE8 */
  9. url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAKcAAsAAAAABkwAAAJQAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCcApUYwE2AiQDCAsGAAQgBYRtBzEbigXInpo8KUIbQwhFQm+LQTgb4uG/Nfb3zQ4mEomiWb3hpxOpJIiNkol80RL2/9baLKaROpjtabqEWcLryp8Vnx3UElXMuocCHQ+FR+RdAozrFwWRT9w7/RPog8wHlONeNNakSV1AXRxIAe6FUWSFEnjD2AUv8DGBWoOqcJtNHd0oTWavCsSTpggorRCRZZavFiobDmbxrkJ1ek0vkLfo+/FfOKpJKgp2085No4xqfnWKipdy2kVAiBLQ8QoUmIdk4qAxsyVRMC5RbSbJKHSs+uDXsgzc4qgOwf46u7Ye9EPlM6k89aPmEzzWRO2Q3kk/jGj318vkpaOTi43NPIVc7D4vlsN5fCp9vL///i3eOzl5F4lGIlzjKI/7+wtRDYSydNGDOASnrb9D17mL/9V1GXyq/4pCZdkwH1K9F2/wN1QD+7KhsV0pa6rG4aT9LC21alHCgVY/U60dpy6Eah0TfFUGMhSqjZOZnUeFOguoVG0FteY0H6/ThkoUuQazFgBCs1skjT5QaPZKZvYbFTr9oVJzFKh1FG0X1pmM+4wNCgIDGYsjWJMcm7gelhHXd4IyYAo0r4n4XqC+FschPljON4MNdIkt/qASZoxgQh0LN4HnwDQd7FJHB4nxKmNuLBAgTW/iJcdCGTZQQMAAGSYagWkkDhsJRjMZlc93AooBJgHt6Kkr9gKUT5seC+EFB5DNRntQz6O84hukCGMYAiMohwVrAvOAyeTA3OZ5OiBheOqElCsm4AwiQ4389mbr745BLduWwplZqHrWhBFNHEAIAAA=') format('woff2'),
  10. url('iconfont.woff?t=1559096289773') format('woff'),
  11. url('iconfont.ttf?t=1559096289773') format('truetype'),
  12. /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  13. url('iconfont.svg?t=1559096289773#iconfont') format('svg');
  14. /* iOS 4.1- */
  15. }
  16. .iconfont {
  17. font-family: "iconfont" !important;
  18. font-style: normal;
  19. -webkit-font-smoothing: antialiased;
  20. -moz-osx-font-smoothing: grayscale;
  21. }
  22. .icon-xiayibu:before {
  23. content: "\e644";
  24. color: #DEDFE2;
  25. }
  26. .date-icon {
  27. color: #FFC12F;
  28. }
  29. .address-icon {
  30. width: 30rpx;
  31. height: 36rpx;
  32. margin-right: 15rpx;
  33. vertical-align: middle;
  34. }
  35. page {
  36. width: 100%;
  37. height: 100%;
  38. background-color: #fff;
  39. }
  40. .job-container {
  41. padding: 30rpx;
  42. padding-bottom: constant(safe-area-inset-bottom);
  43. /*兼容 IOS<11.2*/
  44. padding-bottom: env(safe-area-inset-bottom);
  45. /*兼容 IOS>11.2*/
  46. }
  47. .title {
  48. margin-bottom: 22rpx;
  49. font-size: 34rpx;
  50. font-family: 'PingFang SC, PingFang SC-Bold';
  51. font-weight: 700;
  52. color: #060606;
  53. }
  54. .label {
  55. margin-bottom: 23rpx;
  56. font-size: 32rpx;
  57. font-family: 'PingFang SC, PingFang SC-Regular';
  58. font-weight: 400;
  59. color: #060606;
  60. }
  61. .label .tip {
  62. font-size: 28rpx;
  63. font-weight: 400;
  64. color: #808080;
  65. }
  66. .required {
  67. color: #FF0000;
  68. }
  69. .input-box {
  70. display: flex;
  71. width: 100%;
  72. margin-bottom: 25rpx;
  73. padding-bottom: 10rpx;
  74. border-bottom: 1px solid #d9d9d9;
  75. }
  76. .input-box .picker-box {
  77. display: flex;
  78. align-items: center;
  79. }
  80. .input-box .picker {
  81. display: flex;
  82. justify-content: space-between;
  83. align-items: center;
  84. margin-right: 20rpx;
  85. }
  86. .input-box .picker.area {
  87. justify-content: flex-start;
  88. }
  89. .input-box .picker text,
  90. .input-box .input-placeholder {
  91. font-size: 28rpx;
  92. font-family: 'PingFang SC, PingFang SC-Regular';
  93. font-weight: 400;
  94. color: #bfbfbf;
  95. }
  96. .input-box .section {
  97. flex: 1;
  98. }
  99. .input-box .time {
  100. text-align: center;
  101. }
  102. .input-box .time {
  103. display: inline-block;
  104. width: 100%;
  105. }
  106. .input-box .radio {
  107. margin-right: 80rpx;
  108. font-size: 26rpx;
  109. }
  110. .input-box .radio:last-child {
  111. margin-right: 0;
  112. }
  113. .input-box .radio .wx-checkbox-input {
  114. width: 30rpx;
  115. height: 30rpx;
  116. border-radius: 50%;
  117. }
  118. /* 未选中的背景样式 */
  119. radio .wx-radio-input {
  120. width: 30rpx;
  121. height: 30rpx;
  122. border-radius: 50%;
  123. border: 1px solid #cccccc;
  124. }
  125. /* 选中后的背景样式 */
  126. radio .wx-radio-input.wx-radio-input-checked {
  127. background: #ffffff;
  128. border: 1px solid #ffdc2f;
  129. }
  130. /* 选中后的勾子样式 */
  131. radio .wx-radio-input.wx-radio-input-checked::before {
  132. width: 15rpx;
  133. height: 15rpx;
  134. line-height: 15rpx;
  135. color: transparent;
  136. border-radius: 50%;
  137. text-align: center;
  138. background: #FFDC2F;
  139. transform: translate(-50%, -50%) scale(1);
  140. -webkit-transform: translate(-50%, -50%) scale(1);
  141. }
  142. .gap {
  143. margin-right: 30rpx;
  144. }
  145. .box {
  146. height: 360rpx;
  147. background: #f5f5f5;
  148. border: 1rpx solid #d9d9d9;
  149. border-radius: 10rpx;
  150. margin-bottom: 25rpx;
  151. }
  152. .activity-box {
  153. margin-top: 10rpx;
  154. padding: 30rpx;
  155. box-sizing: border-box;
  156. border: 1rpx solid #D9D9D9;
  157. }
  158. .flex-upload {
  159. display: flex;
  160. flex-direction: column;
  161. justify-content: center;
  162. align-items: center;
  163. }
  164. .flex-upload .img {
  165. width: 100%;
  166. height: 100%;
  167. }
  168. .flex-upload .qrcode {
  169. width: 254rpx;
  170. height: 257rpx;
  171. }
  172. .upload-box {
  173. display: flex;
  174. flex-direction: column;
  175. justify-content: center;
  176. align-items: center;
  177. }
  178. .upload-img {
  179. width: 110rpx;
  180. height: 77rpx;
  181. margin-bottom: 20rpx;
  182. }
  183. .upload-tip {
  184. font-size: 30rpx;
  185. font-family: 'PingFang SC, PingFang SC-Regular';
  186. font-weight: 400;
  187. color: #666666;
  188. }
  189. .activity {
  190. height: auto;
  191. padding: 21rpx 0 0 21rpx;
  192. }
  193. .box .label {
  194. font-size: 26rpx;
  195. font-family: 'PingFang SC, PingFang SC-Regular';
  196. font-weight: 400;
  197. color: #bfbfbf;
  198. }
  199. .phone {
  200. border-bottom: 1rpx solid #e6e6e6;
  201. margin-bottom: 15rpx;
  202. }
  203. .phone .input-placeholder {
  204. font-size: 28rpx;
  205. font-family: 'PingFang SC, PingFang SC-Regular';
  206. font-weight: 400;
  207. color: #bfbfbf;
  208. }
  209. .btn {
  210. height: 85rpx;
  211. font-size: 30rpx;
  212. font-family: 'PingFang SC, PingFang SC-Regular';
  213. font-weight: 400;
  214. line-height: 85rpx;
  215. color: #1a1a1a;
  216. background: #ffdc2f;
  217. border-radius: 43rpx;
  218. }