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: 10px 30rpx 100px;
  9. }
  10. .JobName {
  11. color: #37576c;
  12. font-size: 24px;
  13. margin-right: 30px;
  14. margin-top: 1px;
  15. vertical-align: middle;
  16. flex: 1;
  17. }
  18. .tagList {
  19. width: 100%;
  20. display: flex;
  21. flex-wrap: wrap;
  22. .tagListItem {
  23. margin: 10rpx 10rpx 10rpx 0;
  24. }
  25. }
  26. .topLine {
  27. border-top: 1px solid #EDEDED;
  28. // border-bottom: 1px solid #EDEDED;
  29. padding-top: 10px;
  30. }
  31. .tag {
  32. padding: 5px 10px;
  33. background-color: #e2f0ef;
  34. color: #00897B;
  35. border-radius: 5px;
  36. font-size: 14px;
  37. margin-right: 8px;
  38. margin-top: 4px;
  39. }
  40. .hirePrice {
  41. padding: 5px 10px;
  42. background-color: #fc6d5e63;
  43. color: #ff250e;
  44. border-radius: 5px;
  45. font-size: 14px;
  46. margin-left: 8px;
  47. margin-top: 4px;
  48. }
  49. .htmlCss {
  50. white-space: pre-wrap;
  51. word-break: break-all;
  52. line-height: 28px;
  53. color: var(--color-333);
  54. font-size: 15px;
  55. text-align: justify;
  56. letter-spacing: 0;
  57. }
  58. //底部按钮公用定位
  59. .bottom-sticky{
  60. display: flex;
  61. width:100vw;
  62. position: fixed;
  63. bottom:0;
  64. left: 0;
  65. background-image:linear-gradient(rgba(255,255,255,1),white);
  66. }
  67. .buttons{
  68. width: 60vw;
  69. height: 44px;
  70. border-radius: 25px;
  71. margin: 0;
  72. color: #fff !important;
  73. background-color: #00897b !important;
  74. }
  75. .disable { background-color: #41a79d !important; color: #ffffec !important;}
  76. .noMore{
  77. margin: 20px 0;
  78. }
  79. .date-time{
  80. color:#d9d0d2;
  81. float: right;
  82. }
  83. .viewided-line {
  84. width: 100%;
  85. height: 1px;
  86. background-color: #f0f2f7;
  87. margin: 20px 0;
  88. }
  89. .avatarBox{
  90. max-width: 40px;
  91. max-height: 40px;
  92. margin: 0 10px;
  93. }
  94. .avatar{
  95. width: 40px;
  96. height: 40px;
  97. }
  98. .sub-li-bottom {
  99. display: flex;
  100. justify-content:space-between;
  101. align-items: center;
  102. background: linear-gradient(90deg, #f5fcfc 0, #fcfbfa 100%);
  103. font-size: 13px;
  104. padding: 5px 30rpx;
  105. }
  106. .salary {
  107. color: #fe574a;
  108. line-height: 41px;
  109. font-weight: 600;
  110. height: auto;
  111. display: inline-block;
  112. vertical-align: sub;
  113. }
  114. .list-shape {
  115. padding: 10px 30rpx 10px;
  116. margin-top: 10px;
  117. background-color: #fff;
  118. .titleBox {
  119. display: flex;
  120. align-items: center;
  121. justify-content: space-between;
  122. }
  123. }
  124. .viewider-mx{
  125. margin: 0 10rpx;
  126. }
  127. .viewider {
  128. color:#e4d4d2;
  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: #00897b !important;
  177. }
  178. }
  179. .selectOnline {
  180. font-size: 14px;
  181. color: #00897b;
  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: #00897b !important;
  192. }
  193. }