jobDetails.scss 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. page{background-color: #f2f2f2;}
  2. .jobdetails{
  3. background-color: #f2f2f2;
  4. &-head{
  5. &-card{
  6. margin: 0 0 20rpx !important;
  7. .jobdetails-head-cardhead{
  8. padding: 40rpx 5% 0;
  9. .content{
  10. padding-bottom: 30rpx;
  11. width: 100%;
  12. display: flex;
  13. flex-wrap: wrap;
  14. justify-content: space-between;
  15. border-bottom: 1px solid #e4e7ed;
  16. }
  17. .left{
  18. max-width: 70%;
  19. view:first-child{
  20. margin-bottom: 12rpx;
  21. font-size: 46rpx;
  22. font-family: PingFangSC-Regular, PingFang SC;
  23. font-weight: 700;
  24. color: #000000;
  25. line-height: 65rpx;
  26. letter-spacing: 2px;
  27. }
  28. view:last-child{
  29. font-size: 32rpx;
  30. font-family: PingFangSC-Regular, PingFang SC;
  31. font-weight: 400;
  32. color: #525252;
  33. line-height: 50rpx;
  34. letter-spacing: 1px;
  35. }
  36. }
  37. .right{
  38. text-align: right;
  39. font-family: PingFangSC-Regular, PingFang SC;
  40. font-weight: 400;
  41. line-height: 50rpx;
  42. letter-spacing: 1px;
  43. font-size: 26rpx;
  44. .salary {
  45. color: #EF651F;
  46. font-size: 36rpx;
  47. font-weight: 700;
  48. margin-bottom: 30rpx;
  49. }
  50. }
  51. }
  52. .jobdetails-head-cardbody{
  53. padding: 30rpx 5% 0;
  54. .container{
  55. padding-bottom: 30rpx;
  56. width: 100%;
  57. display: flex;
  58. flex-wrap: wrap;
  59. border-bottom: 1px solid #e4e7ed;
  60. .container-image{
  61. .image{
  62. width: 86rpx;
  63. height: 86rpx;
  64. box-shadow: 0px 0px 10rpx 0px rgba(77, 77, 77, 0.23);
  65. border-radius: 7rpx;
  66. }
  67. }
  68. .content{
  69. margin-left: 4%;
  70. width: 80%;
  71. display: flex;
  72. flex-wrap: wrap;
  73. justify-content: space-between;
  74. .content-left{
  75. max-width: 85%;
  76. view:first-child{
  77. margin-bottom: 12rpx;
  78. font-size: 36rpx;
  79. font-family: PingFangSC-Regular, PingFang SC;
  80. font-weight: 400;
  81. color: #000000;
  82. line-height: 45rpx;
  83. }
  84. view:last-child{
  85. font-size: 28rpx;
  86. font-family: PingFangSC-Regular, PingFang SC;
  87. font-weight: 400;
  88. color: #525252;
  89. line-height: 33rpx;
  90. }
  91. }
  92. .content-right{
  93. margin-top: 15rpx;
  94. text-align: right;
  95. line-height: 80rpx;
  96. }
  97. }
  98. }
  99. }
  100. .jobdetails-head-cardfoot{
  101. padding: 30rpx 5% 0;
  102. .content{
  103. padding-bottom: 30rpx;
  104. width: 100%;
  105. display: flex;
  106. flex-wrap: wrap;
  107. justify-content: space-between;
  108. .content-left{
  109. max-width: 80%;
  110. view:first-child{
  111. font-size: 28rpx;
  112. font-family: PingFangSC-Regular, PingFang SC;
  113. font-weight: 400;
  114. color: #525252;
  115. line-height: 30rpx;
  116. }
  117. }
  118. .content-right{
  119. display: flex;
  120. flex-wrap: wrap;
  121. line-height: 30rpx;
  122. &-icon{
  123. display: initial;
  124. }
  125. &-text{
  126. text-align: right;
  127. font-size: 28rpx;
  128. font-family: PingFangSC-Regular, PingFang SC;
  129. font-weight: 400;
  130. color: #709078;
  131. line-height: 30rpx;
  132. }
  133. }
  134. }
  135. }
  136. }
  137. }
  138. &-content{
  139. &-card{
  140. margin: 0 0 20rpx !important;
  141. .jobdetails-content-cardhead{
  142. padding: 40rpx 5% 0;
  143. .container{
  144. padding-bottom: 30rpx;
  145. width: 100%;
  146. // border-bottom: 1px solid #e4e7ed;
  147. .title{
  148. margin-bottom: 12rpx;
  149. font-size: 36rpx;
  150. font-family: PingFangSC-Regular, PingFang SC;
  151. font-weight: bold;
  152. color: #000000;
  153. line-height: 45rpx;
  154. letter-spacing: 1px;
  155. }
  156. .content{
  157. .content-textarea{
  158. ::v-deep .u-input__textarea{
  159. font-size: 28rpx;
  160. font-family: PingFangSC-Regular, PingFang SC;
  161. font-weight: 400;
  162. color: #545454;
  163. line-height: 35rpx;
  164. letter-spacing: 1px;
  165. }
  166. }
  167. }
  168. }
  169. }
  170. .jobdetails-content-cardbody{
  171. padding: 40rpx 5% 0;
  172. .container{
  173. padding-bottom: 30rpx;
  174. width: 100%;
  175. .title{
  176. margin-bottom: 12rpx;
  177. font-size: 36rpx;
  178. font-family: PingFangSC-Regular, PingFang SC;
  179. font-weight: bold;
  180. color: #000000;
  181. line-height: 45rpx;
  182. letter-spacing: 1px;
  183. }
  184. .content{
  185. .content-textarea{
  186. ::v-deep .u-input__textarea{
  187. font-size: 28rpx;
  188. font-family: PingFangSC-Regular, PingFang SC;
  189. font-weight: 400;
  190. color: #545454;
  191. line-height: 35rpx;
  192. letter-spacing: 1px;
  193. }
  194. }
  195. }
  196. }
  197. }
  198. }
  199. }
  200. .jobdetailsbtn{
  201. .jobdetailsbtn-container{
  202. padding-bottom: env(safe-area-inset-bottom);
  203. display: flex;
  204. flex-direction: row;
  205. align-items: center;
  206. position: fixed;
  207. bottom: 0;
  208. left: 0;
  209. width: 100%;
  210. z-index: 998;
  211. box-sizing: content-box;
  212. background-color: #FFFFFF;
  213. .jobdetailsbtn-content{
  214. flex: 1;
  215. justify-content: center;
  216. width: 100%;
  217. height: 100%;
  218. padding: 6px 0;
  219. display: flex;
  220. flex-direction: column;
  221. align-items: center;
  222. position: relative;
  223. background-color: #FFFFFF;
  224. view:first-child{
  225. width: 100%;
  226. padding: 43rpx 30rpx;
  227. .jobdetailsubmitbtn{
  228. width: 100%;
  229. background-color: #709078;
  230. }
  231. }
  232. }
  233. }
  234. }
  235. }