index.scss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. .mb5 { margin-bottom: 5px; }
  2. .my5 { margin: 5px 0; }
  3. .my10 { margin: 10px 0; }
  4. .mt10 { margin-top: 10px; }
  5. .fs14 { font-size: 14px; }
  6. .fs15 { font-size: 15px; }
  7. .box {
  8. padding: 0 30rpx 100px;
  9. }
  10. .JobName {
  11. color: #0E100F;
  12. font-size: 24px;
  13. }
  14. .tagList {
  15. width: 100%;
  16. display: flex;
  17. flex-wrap: wrap;
  18. .tagListItem {
  19. margin: 10rpx 10rpx 10rpx 0;
  20. }
  21. }
  22. .topLine {
  23. border-top: 1px solid #EDEDED;
  24. // border-bottom: 1px solid #EDEDED;
  25. padding-top: 10px;
  26. }
  27. .tag {
  28. padding: 5px 10px;
  29. background-color: #e2f0ef;
  30. color: #00B760;
  31. border-radius: 5px;
  32. font-size: 14px;
  33. margin-right: 8px;
  34. margin-top: 4px;
  35. }
  36. .hirePrice {
  37. padding: 3px 10px;
  38. // background-color: #fc6d5e63; color: #ff250e;
  39. background-color: #ffffff; color:#00B760;
  40. border-radius: 5px;
  41. font-size: 14px;
  42. margin-left: 8px;
  43. // margin-top: 4px;
  44. }
  45. .htmlCss {
  46. white-space: pre-wrap;
  47. word-break: break-all;
  48. line-height: 28px;
  49. color: #666;
  50. font-size: 15px;
  51. text-align: justify;
  52. letter-spacing: 0;
  53. font-family: MiSans-Normal;
  54. }
  55. //底部按钮公用定位
  56. .bottom-sticky{
  57. display: flex;
  58. width:100vw;
  59. position: fixed;
  60. bottom:0;
  61. left: 0;
  62. background-image:linear-gradient(rgba(255,255,255,1),white);
  63. }
  64. .buttons{
  65. width: 60vw;
  66. height: 44px;
  67. border-radius: 25px;
  68. margin: 0;
  69. background-color: #00B760 !important;
  70. }
  71. .disable { background-color: #5ec593 !important; color: #ffffec !important;}
  72. .noMore{
  73. margin: 20px 0;
  74. }
  75. .date-time{
  76. color:#d9d0d2;
  77. float: right;
  78. }
  79. .viewided-line {
  80. width: 100%;
  81. height: 1px;
  82. background-color: #f0f2f7;
  83. margin: 20px 0;
  84. }
  85. .avatarBox{
  86. max-width: 100rpx;
  87. max-height: 100rpx;
  88. margin: 0 20px 0 0;
  89. }
  90. .avatar{
  91. width: 40px;
  92. height: 40px;
  93. }
  94. .sub-li-bottom {
  95. display: flex;
  96. justify-content:space-between;
  97. align-items: center;
  98. background: linear-gradient(90deg, #f5fcfc 0, #fcfbfa 100%);
  99. font-size: 13px;
  100. padding: 5px 30rpx;
  101. }
  102. .salary {
  103. color: #00B760;
  104. line-height: 41px;
  105. font-weight: 600;
  106. height: auto;
  107. font-size: 34rpx;
  108. display: inline-block;
  109. vertical-align: sub;
  110. }
  111. .viewider-mx{
  112. margin: 0 10rpx;
  113. }
  114. .viewider {
  115. color:#e4d4d2;
  116. }
  117. .title-text {
  118. position: relative;
  119. padding-left: 10px;
  120. &::before {
  121. content: '';
  122. position: absolute;
  123. left: 0;
  124. top: 4px;
  125. height: 17px;
  126. width: 3px;
  127. background-color: #00B760;
  128. }
  129. }
  130. //公司名称
  131. .cer-end{
  132. position: absolute;
  133. top: 85%;
  134. right: 16%;
  135. }
  136. .cer-text{
  137. text-decoration: underline;
  138. margin: 0 5rpx;
  139. }
  140. //一行展示不全...
  141. .dis{
  142. display: flex;
  143. align-items: center;
  144. }
  145. .showPopup-more{
  146. width: 26vw;
  147. white-space: nowrap;
  148. overflow: hidden;
  149. text-overflow: ellipsis;
  150. }
  151. /* 列表触底暂无更多 */
  152. .noMore{ text-align:center; color:grey; }
  153. .mt { margin-top: 10rpx; }
  154. .mb { margin-bottom: 10rpx; }
  155. .ml { margin-left: 20rpx; }
  156. .mr { margin-right: 20rpx; }
  157. .mr-10{ margin-right: 10rpx; }
  158. .my-5{ margin: 5px 0; }
  159. // 选择简历
  160. .dialogBox {
  161. .dialog-title {
  162. display: flex;
  163. justify-content: space-between;
  164. align-items: center;
  165. color:#767a82;
  166. padding: 20rpx;
  167. .title {
  168. font-weight: bold;
  169. margin-left: 10rpx;
  170. }
  171. }
  172. .dialog-content{
  173. padding: 20rpx;
  174. padding-bottom: 50rpx;
  175. .selected {
  176. background-color: #00B760 !important;
  177. }
  178. }
  179. .selectOnline {
  180. font-size: 14px;
  181. color: #00B760;
  182. text-align: center;
  183. margin-top: 10rpx;
  184. }
  185. .dialog-bottom{
  186. width: 100%;
  187. height: 44px;
  188. line-height: 44px;
  189. text-align: center;
  190. color: #fff !important;
  191. background-color: #00B760 !important;
  192. }
  193. }