123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390 |
- @import 'global.scss';
- .container.detail-box{
- padding-top: 20px;
- padding-bottom: 60px;
- max-width:940px;
- @media(min-width:768px){
- padding-top: 60px;
- padding-bottom: 100px;
- }
- }
- .detail{
- position: relative;
-
- }
- .back-tip{
- color: #666;
- }
- .left{
-
- @media(min-width:768px){
- margin-right: 150px;
- }
- h2{
- color: #333;
- font-size: 24px;
- line-height: 1.4;
- padding: 25px 0;
- @media(min-width:768px){
- font-size: 32px;
- padding: 40px 0;
- }
- @media(min-width:992px){
- font-size: 36px;
- }
- @media(min-width:1200px){
- padding: 50px 0;
- font-size: 40px;
- }
- }
- .time{
- color: #666;
- font-size: 14px;
- margin-bottom: 30px;
- @media(min-width:768px){
- margin-bottom: 50px;
- }
- }
- }
- .right{
- clear: fix;
- @media(min-width:768px){
- position: absolute;
- width:150px;
- top: 0;
- right: 0;
- }
- }
- .html-main{
- color:#333;
- font-size: 16px;
- line-height:2;
- padding-bottom:0px;
- @media(min-width:768px){
- padding-bottom:0px;
- }
- @media(min-width:1200px){
- padding-bottom:20px;
- }
- }
- .share{
- float: left;
- position: relative;
- text-align: right;
- margin-top: 40px;
- @media(max-width:767px){
- display: none !important;
- }
- @media(min-width:768px){
- position: fixed;
- margin-left:40px;
- margin-top: 60px;
- float: right;
- }
- @media(min-width:1200px){
- margin-top: 78px;
- }
- &>span{
- display: inline-block;
- vertical-align: middle;
- color: #fff;
- background: $color;
- text-align: center;
- width:110px;
- height: 54px;
- line-height: 54px;
- font-size: 16px;
- cursor: pointer;
- overflow: hidden;
- position: relative;
- z-index: 1;
- &:after {
- content: '';
- position: absolute;
- z-index: -1;
- transition: width 0.3s, opacity 0.3s;
- width: 0;
- height: 530px;
- top: 50%;
- left: 50%;
- opacity: 0;
- background: #f13232;
- transform: translate3d(-50%, -50%, 0) rotate(45deg);
- backface-visibility: hidden;
- }
- &:hover,&:active {
- &:after {
- width: 100%;
- opacity: 1;
- }
- }
- }
- .share-box{
- position: relative;
- display: none;
- vertical-align: middle;
- &.showIn{
- display: inline-block;
- }
- @media(min-width:768px){
- top: 5px;
- display: block;
- background: #fee7e7;
- }
- &>div{
- display: inline-block;
- position: relative;
- @media(min-width:768px){
- display: block;
- padding-bottom: 14px;
- }
- span{
- color: #fff;
- font-size: 16px;
- display: none;
- height: 54px;
- line-height: 54px;
- opacity: 0;
- position: absolute;
- transition: width .5s ease;
- top: 0;
- left: 12px;
- z-index: 1;
- transition: all .5s ease;
- @media(min-width:768px){
- display: inline-block;
- }
- }
- &:hover{
- span{
- opacity: 1;
- }
- }
- }
- }
- }
- .social-share .social-share-icon{
- display: inline-block;
- margin: 0;
- font-size: 24px;
- height: 54px;
- line-height: 54px;
- width:100%;
- border: 0;
- border-radius: 0;
- background: #ffbdbd;
- color: #ed4747;
- text-align: center;
- padding: 0 13px;
- transition: width .5s ease;
- @media(min-width:768px){
- text-align: right;
- width:54px;
- }
- &:hover{
- width: 100%;
- background: $color;
- }
- }
- .recurit-con{
- .title{
- h2{
- color: #111;
- margin: 25px 0;
- line-height: 1.4;
- font-size: 24px;
- @media(min-width:768px){
- font-size: 32px;
- margin: 40px 0;
- }
- @media(min-width:1200px){
- font-size: 40px;
- margin: 50px 0;
- }
- }
- p{
- color: #999;
- margin-top:10px;
- font-size: 14px;
- span{
- color: #111;
- }
- }
- }
- .recurit-html{
- .job-detail{
- line-height: 2;
- font-size: 16px;
- h4{
- color: #111;
- margin: 30px 0 15px;
- font-size: 18px;
- @media(min-width:768px){
- margin: 40px 0 20px;
- font-size: 20px;
- }
- @media(min-width:1200px){
- margin: 50px 0 26px;
- font-size: 22px;
- }
- }
- }
- }
- }
- .recommend{
- background:#eee;
- .container{
- max-width:1170px;
- position: relative;
- }
- .index-tit{
- margin-top:10px;
- @media(min-width:768px){
- margin-bottom:30px;
- }
- text-align: center;
- color:#111;
- h2{
- line-height: 1.4;
- font-size: 24px;
- margin-bottom: 10px;
- @include ellipsisLn(2);
- @media(min-width:768px){
- font-size: 32px;
- }
- @media(min-width:1200px){
- font-size: 40px;
- margin-bottom: 20px;
- }
- }
- p{
- font-size: 14px;
- @media(min-width:768px){
- font-size: 20px;
- }
- }
- }
- .arrow{
- cursor: pointer;
- position: absolute;
- top:55%;
- display: inline-block;
- width:20px;
- height:35px;
- background-repeat: no-repeat;
- background-position: center;
- &.arrow-left{
- background-image: url("/assets/image/arrow-left.png");
- left: -20px;
- &:hover,&:active{
- background-image: url("/assets/image/arrow-left-on.png");
- }
- }
- &.arrow-right{
- background-image: url("/assets/image/arrow-right.png");
- right: -20px;
- &:hover,&:active{
- background-image: url("/assets/image/arrow-right-on.png");
- }
- }
- &.disabled{
- pointer-events: none;
- opacity: .8;
- cursor: default;
- }
- }
- }
- #job{
- margin: 0 auto;
- position: relative;
- height: 250px;
- .swiper-wrapper{
- padding-bottom: 50px;
- padding-top: 20px;
- }
- .swiper-slide{
- height: 180px !important;
- a{
- width: 94%;
- height: 100%;
- margin: 0 auto;
- padding: 20px;
- background: #fff;
- display: block;
- position: relative;
- transition: all .5s ease;
- &:hover{
- box-shadow: 0 12px 40px -8px rgba(0, 0, 0, 0.2);
- transform: translateY(-10px);
- }
- .txt{
- text-align: left;
- h2{
- color: $color;
- line-height: 1.4;
- margin-bottom: 16px;
- font-size: 16px;
- @media(min-width:1200px){
- font-size: 20px;
- }
- }
- p{
- color: #999;
- font-size: 14px;
- }
- }
- span{
- float: right;
- color: $color;
- font-size: 14px;
- position: absolute;
- bottom: 20px;
- right: 20px;
- i{
- display: inline-block;
- vertical-align: middle;
- width:13px;
- height: 13px;
- background: url("/assets/image/arrow-color.png") no-repeat center;
- }
- }
- }
- }
- .swiper-pagination{
- display:block;
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- text-align: center;
- span{
- display: inline-block;
- width:8px;
- height: 8px;
- background: rgba(0, 0, 0, .3);
- border-radius: 50%;
- margin: 0 6px;
- &.swiper-visible-switch{
- background: rgba($color,.5);
- }
- &.swiper-active-switch{
- background: rgba($color,1);
- }
- }
- }
-
- }
- .html-main{
- img{
- max-width: 100% !important;
- }
- }
- .recurit-mail{
- margin-top: 40px;
- font-size: 16px;
- a{
- color: $color;
- }
- }
|