jobDetails.scss 6.5 KB

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