index.css 3.4 KB

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