jobDetails.scss 6.4 KB

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