index.scss 3.7 KB

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