index.css 3.4 KB

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