123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300 |
- @charset "UTF-8";
- /*主色调*/
- /*文字文本*/
- /*单行省略号*/
- /*多行省略号*/
- /*箭头*/
- /**a标签hoverboder效果**/
- /**使用vw适配**/
- .banner img {
- width: 100%;
- }
- .recurit-list {
- position: relative;
- padding: 40px 15px 60px;
- background: #fff;
- }
- @media (min-width: 768px) {
- .recurit-list {
- padding: 50px 90px 100px;
- margin-top: -90px;
- }
- }
- @media (min-width: 1200px) {
- .recurit-list {
- padding: 70px 90px 150px;
- margin-top: -90px;
- }
- }
- .recurit-list h2.title {
- color: #111;
- text-align: center;
- font-size: 24px;
- margin-bottom: 20px;
- }
- @media (min-width: 768px) {
- .recurit-list h2.title {
- font-size: 36px;
- margin-bottom: 20px;
- }
- }
- @media (min-width: 1200px) {
- .recurit-list h2.title {
- font-size: 46px;
- margin-bottom: 40px;
- }
- }
- .recurit-list .open-mask {
- margin: 10px 0 10px;
- }
- .filter {
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- width: 100%;
- z-index: 1010;
- padding: 30px;
- overflow: auto;
- background: #eee;
- -webkit-transition: all .5s ease;
- transition: all .5s ease;
- -webkit-transform: translateX(100%);
- transform: translateX(100%);
- -webkit-overflow-scrolling: touch;
- }
- .filter.showIn {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- }
- @media (min-width: 768px) {
- .filter {
- z-index: 10;
- position: relative;
- width: 80%;
- margin: 0 auto;
- -webkit-transform: translateX(0);
- transform: translateX(0);
- background: #fff;
- overflow: inherit;
- }
- .filter:after {
- content: '';
- display: block;
- clear: both;
- }
- }
- @media (min-width: 992px) {
- .filter {
- width: 65%;
- }
- }
- @media (min-width: 1200px) {
- .filter {
- width: 50%;
- }
- }
- .filter .close-mask {
- margin-bottom: 20px;
- }
- .filter .item {
- text-align: left;
- width: 100%;
- }
- @media (min-width: 768px) {
- .filter .item {
- text-align: center;
- width: auto;
- max-width: 200px;
- }
- }
- .filter .item span {
- cursor: pointer;
- display: block;
- height: 54px;
- line-height: 54px;
- color: #666;
- border-bottom: 2px solid #e0e0e0;
- font-size: 16px;
- padding: 0 30px 0 20px;
- width: 100%;
- position: relative;
- width: auto;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- word-wrap: normal;
- }
- .filter .item span i {
- position: absolute;
- margin-left: 5px;
- top: 20px;
- right: 8px;
- display: inline-block;
- height: 8px;
- width: 8px;
- border-width: 1px 1px 0 0;
- border-color: #999;
- border-style: solid;
- -webkit-transform: rotate(135deg);
- transform: rotate(135deg);
- }
- .filter .item span.cur {
- border-color: #ed4747;
- color: #ed4747;
- }
- .filter .item span.cur i {
- border-color: #ed4747;
- }
- .filter .item .panel-box {
- background: #fff;
- position: relative;
- z-index: 1;
- left: 0;
- right: 0;
- text-align: left;
- border: 1px solid #e0e0e0;
- padding: 30px;
- border-radius: 4px;
- display: none;
- }
- @media (min-width: 768px) {
- .filter .item .panel-box {
- position: absolute;
- }
- }
- .filter .item .panel-box a {
- display: inline-block;
- color: #666;
- margin: 10px;
- padding: 0 10px;
- font-size: 16px;
- cursor: pointer;
- }
- .filter .item .panel-box a:hover, .filter .item .panel-box a.cur, .filter .item .panel-box a:active {
- color: #ed4747;
- }
- .filter .item .panel-box .close-icon {
- position: absolute;
- right: 10px;
- top: 5px;
- font-size: 24px;
- line-height: 1;
- color: #999;
- cursor: pointer;
- }
- .filter .item .panel-box .close-icon:hover {
- color: #ed4747;
- }
- .filter .item .panel-box.showIn {
- display: block;
- }
- .filter-con {
- padding: 10px 0;
- }
- .filter-con span {
- display: inline-block;
- background: #f0f0f0;
- padding: 5px 10px;
- margin-right: 10px;
- border-radius: 10px;
- font-size: 12px;
- }
- .filter-con span img {
- display: inline-block;
- vertical-align: baseline;
- padding-left: 5px;
- }
- .recurit-list ul li {
- margin-top: 20px;
- background: #f0f0f0;
- padding: 20px 40px 20px 20px;
- -webkit-transition: -webkit-transform .5s ease;
- transition: -webkit-transform .5s ease;
- transition: transform .5s ease;
- transition: transform .5s ease, -webkit-transform .5s ease;
- }
- @media (min-width: 768px) {
- .recurit-list ul li {
- padding: 20px 60px 20px 25px;
- }
- }
- .recurit-list ul li h2 {
- color: #ed4747;
- line-height: 1.4;
- margin-bottom: 10px;
- font-size: 16px;
- }
- @media (min-width: 768px) {
- .recurit-list ul li h2 {
- font-size: 20px;
- }
- }
- .recurit-list ul li p {
- color: #666;
- margin-top: 5px;
- font-size: 14px;
- }
- .recurit-list ul li i {
- position: absolute;
- right: -30px;
- top: 50%;
- margin-top: -14px;
- width: 28px;
- height: 28px;
- background: url("/assets/image/arrow-circle.png") no-repeat center;
- -webkit-transition: all .5s ease;
- transition: all .5s ease;
- }
- @media (min-width: 768px) {
- .recurit-list ul li i {
- right: 0;
- }
- }
- .recurit-list ul li:hover {
- -webkit-transform: translateX(10px);
- transform: translateX(10px);
- }
- .recurit-list ul li a {
- position: relative;
- display: block;
- }
|