index.css 3.5 KB

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