recuritList.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. @charset "UTF-8";
  2. /*主色调*/
  3. /*文字文本*/
  4. /*单行省略号*/
  5. /*多行省略号*/
  6. /*箭头*/
  7. /**a标签hoverboder效果**/
  8. /**使用vw适配**/
  9. .banner img {
  10. width: 100%;
  11. }
  12. .recurit-list {
  13. position: relative;
  14. padding: 40px 15px 60px;
  15. background: #fff;
  16. }
  17. @media (min-width: 768px) {
  18. .recurit-list {
  19. padding: 50px 90px 100px;
  20. margin-top: -90px;
  21. }
  22. }
  23. @media (min-width: 1200px) {
  24. .recurit-list {
  25. padding: 70px 90px 150px;
  26. margin-top: -90px;
  27. }
  28. }
  29. .recurit-list h2.title {
  30. color: #111;
  31. text-align: center;
  32. font-size: 24px;
  33. margin-bottom: 20px;
  34. }
  35. @media (min-width: 768px) {
  36. .recurit-list h2.title {
  37. font-size: 36px;
  38. margin-bottom: 20px;
  39. }
  40. }
  41. @media (min-width: 1200px) {
  42. .recurit-list h2.title {
  43. font-size: 46px;
  44. margin-bottom: 40px;
  45. }
  46. }
  47. .recurit-list .open-mask {
  48. margin: 10px 0 10px;
  49. }
  50. .filter {
  51. position: fixed;
  52. top: 0;
  53. left: 0;
  54. bottom: 0;
  55. width: 100%;
  56. z-index: 1010;
  57. padding: 30px;
  58. overflow: auto;
  59. background: #eee;
  60. -webkit-transition: all .5s ease;
  61. transition: all .5s ease;
  62. -webkit-transform: translateX(100%);
  63. transform: translateX(100%);
  64. -webkit-overflow-scrolling: touch;
  65. }
  66. .filter.showIn {
  67. -webkit-transform: translateX(0);
  68. transform: translateX(0);
  69. }
  70. @media (min-width: 768px) {
  71. .filter {
  72. z-index: 10;
  73. position: relative;
  74. width: 80%;
  75. margin: 0 auto;
  76. -webkit-transform: translateX(0);
  77. transform: translateX(0);
  78. background: #fff;
  79. overflow: inherit;
  80. }
  81. .filter:after {
  82. content: '';
  83. display: block;
  84. clear: both;
  85. }
  86. }
  87. @media (min-width: 992px) {
  88. .filter {
  89. width: 65%;
  90. }
  91. }
  92. @media (min-width: 1200px) {
  93. .filter {
  94. width: 50%;
  95. }
  96. }
  97. .filter .close-mask {
  98. margin-bottom: 20px;
  99. }
  100. .filter .item {
  101. text-align: left;
  102. width: 100%;
  103. }
  104. @media (min-width: 768px) {
  105. .filter .item {
  106. text-align: center;
  107. width: auto;
  108. max-width: 200px;
  109. }
  110. }
  111. .filter .item span {
  112. cursor: pointer;
  113. display: block;
  114. height: 54px;
  115. line-height: 54px;
  116. color: #666;
  117. border-bottom: 2px solid #e0e0e0;
  118. font-size: 16px;
  119. padding: 0 30px 0 20px;
  120. width: 100%;
  121. position: relative;
  122. width: auto;
  123. overflow: hidden;
  124. text-overflow: ellipsis;
  125. white-space: nowrap;
  126. word-wrap: normal;
  127. }
  128. .filter .item span i {
  129. position: absolute;
  130. margin-left: 5px;
  131. top: 20px;
  132. right: 8px;
  133. display: inline-block;
  134. height: 8px;
  135. width: 8px;
  136. border-width: 1px 1px 0 0;
  137. border-color: #999;
  138. border-style: solid;
  139. -webkit-transform: rotate(135deg);
  140. transform: rotate(135deg);
  141. }
  142. .filter .item span.cur {
  143. border-color: #ed4747;
  144. color: #ed4747;
  145. }
  146. .filter .item span.cur i {
  147. border-color: #ed4747;
  148. }
  149. .filter .item .panel-box {
  150. background: #fff;
  151. position: relative;
  152. z-index: 1;
  153. left: 0;
  154. right: 0;
  155. text-align: left;
  156. border: 1px solid #e0e0e0;
  157. padding: 30px;
  158. border-radius: 4px;
  159. display: none;
  160. }
  161. @media (min-width: 768px) {
  162. .filter .item .panel-box {
  163. position: absolute;
  164. }
  165. }
  166. .filter .item .panel-box a {
  167. display: inline-block;
  168. color: #666;
  169. margin: 10px;
  170. padding: 0 10px;
  171. font-size: 16px;
  172. cursor: pointer;
  173. }
  174. .filter .item .panel-box a:hover, .filter .item .panel-box a.cur, .filter .item .panel-box a:active {
  175. color: #ed4747;
  176. }
  177. .filter .item .panel-box .close-icon {
  178. position: absolute;
  179. right: 10px;
  180. top: 5px;
  181. font-size: 24px;
  182. line-height: 1;
  183. color: #999;
  184. cursor: pointer;
  185. }
  186. .filter .item .panel-box .close-icon:hover {
  187. color: #ed4747;
  188. }
  189. .filter .item .panel-box.showIn {
  190. display: block;
  191. }
  192. .filter-con {
  193. padding: 10px 0;
  194. }
  195. .filter-con span {
  196. display: inline-block;
  197. background: #f0f0f0;
  198. padding: 5px 10px;
  199. margin-right: 10px;
  200. border-radius: 10px;
  201. font-size: 12px;
  202. }
  203. .filter-con span img {
  204. display: inline-block;
  205. vertical-align: baseline;
  206. padding-left: 5px;
  207. }
  208. .recurit-list ul li {
  209. margin-top: 20px;
  210. background: #f0f0f0;
  211. padding: 20px 40px 20px 20px;
  212. -webkit-transition: -webkit-transform .5s ease;
  213. transition: -webkit-transform .5s ease;
  214. transition: transform .5s ease;
  215. transition: transform .5s ease, -webkit-transform .5s ease;
  216. }
  217. @media (min-width: 768px) {
  218. .recurit-list ul li {
  219. padding: 20px 60px 20px 25px;
  220. }
  221. }
  222. .recurit-list ul li h2 {
  223. color: #ed4747;
  224. line-height: 1.4;
  225. margin-bottom: 10px;
  226. font-size: 16px;
  227. }
  228. @media (min-width: 768px) {
  229. .recurit-list ul li h2 {
  230. font-size: 20px;
  231. }
  232. }
  233. .recurit-list ul li p {
  234. color: #666;
  235. margin-top: 5px;
  236. font-size: 14px;
  237. }
  238. .recurit-list ul li i {
  239. position: absolute;
  240. right: -30px;
  241. top: 50%;
  242. margin-top: -14px;
  243. width: 28px;
  244. height: 28px;
  245. background: url("/assets/image/arrow-circle.png") no-repeat center;
  246. -webkit-transition: all .5s ease;
  247. transition: all .5s ease;
  248. }
  249. @media (min-width: 768px) {
  250. .recurit-list ul li i {
  251. right: 0;
  252. }
  253. }
  254. .recurit-list ul li:hover {
  255. -webkit-transform: translateX(10px);
  256. transform: translateX(10px);
  257. }
  258. .recurit-list ul li a {
  259. position: relative;
  260. display: block;
  261. }