jobDetails.scss 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  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. .content{
  56. margin-left: 4%;
  57. width: 80%;
  58. display: flex;
  59. flex-wrap: wrap;
  60. justify-content: space-between;
  61. .content-left{
  62. max-width: 85%;
  63. view:first-child{
  64. margin-bottom: 12rpx;
  65. font-size: 32rpx;
  66. font-family: PingFangSC-Regular, PingFang SC;
  67. font-weight: 400;
  68. color: #000000;
  69. line-height: 45rpx;
  70. }
  71. view:last-child{
  72. font-size: 24rpx;
  73. font-family: PingFangSC-Regular, PingFang SC;
  74. font-weight: 400;
  75. color: #9F9F9F;
  76. line-height: 33rpx;
  77. }
  78. }
  79. .content-right{
  80. margin-top: 15rpx;
  81. text-align: right;
  82. line-height: 80rpx;
  83. }
  84. }
  85. }
  86. }
  87. .jobdetails-head-cardfoot{
  88. padding: 30rpx 5% 0;
  89. .content{
  90. padding-bottom: 30rpx;
  91. width: 100%;
  92. display: flex;
  93. flex-wrap: wrap;
  94. justify-content: space-between;
  95. .content-left{
  96. max-width: 80%;
  97. view:first-child{
  98. font-size: 22rpx;
  99. font-family: PingFangSC-Regular, PingFang SC;
  100. font-weight: 400;
  101. color: #9F9F9F;
  102. line-height: 30rpx;
  103. }
  104. }
  105. .content-right{
  106. display: flex;
  107. flex-wrap: wrap;
  108. line-height: 30rpx;
  109. &-icon{
  110. display: initial;
  111. }
  112. &-text{
  113. text-align: right;
  114. font-size: 22rpx;
  115. font-family: PingFangSC-Regular, PingFang SC;
  116. font-weight: 400;
  117. color: #028DFE;
  118. line-height: 30rpx;
  119. }
  120. }
  121. }
  122. }
  123. }
  124. }
  125. &-content{
  126. &-card{
  127. margin: 0 0 20rpx !important;
  128. .jobdetails-content-cardhead{
  129. padding: 40rpx 5% 0;
  130. .container{
  131. padding-bottom: 30rpx;
  132. width: 100%;
  133. border-bottom: 1px solid #e4e7ed;
  134. .title{
  135. margin-bottom: 12rpx;
  136. font-size: 36rpx;
  137. font-family: PingFangSC-Regular, PingFang SC;
  138. font-weight: bold;
  139. color: #000000;
  140. line-height: 45rpx;
  141. letter-spacing: 1px;
  142. }
  143. .content{
  144. .content-textarea{
  145. ::v-deep .u-input__textarea{
  146. font-size: 28rpx;
  147. font-family: PingFangSC-Regular, PingFang SC;
  148. font-weight: 400;
  149. color: #545454;
  150. line-height: 35rpx;
  151. letter-spacing: 1px;
  152. }
  153. }
  154. }
  155. }
  156. }
  157. .jobdetails-content-cardbody{
  158. padding: 40rpx 5% 0;
  159. .container{
  160. padding-bottom: 30rpx;
  161. width: 100%;
  162. .title{
  163. margin-bottom: 12rpx;
  164. font-size: 36rpx;
  165. font-family: PingFangSC-Regular, PingFang SC;
  166. font-weight: bold;
  167. color: #000000;
  168. line-height: 45rpx;
  169. letter-spacing: 1px;
  170. }
  171. .content{
  172. .content-textarea{
  173. ::v-deep .u-input__textarea{
  174. font-size: 28rpx;
  175. font-family: PingFangSC-Regular, PingFang SC;
  176. font-weight: 400;
  177. color: #545454;
  178. line-height: 35rpx;
  179. letter-spacing: 1px;
  180. }
  181. }
  182. }
  183. }
  184. }
  185. }
  186. }
  187. &-bottom{
  188. background-color: #FFFFFF;
  189. padding: 43rpx 5%;
  190. }
  191. }