index.scss 3.6 KB

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