style.css 16.3 KB
Newer Older
李少辉-开发者's avatar
李少辉-开发者 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714
/* -------------------------------- 

Primary style

-------------------------------- */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: "Roboto", sans-serif;
  color: #4d4d4d;
  background-color: white;
}

body, html {
  /* important */
  height: 100%;
}

a {
  color: #4d4d4d;
  text-decoration: none;
}


/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width:90%;
  max-width: 900px;
  /* margin: 0 auto; */
  margin: 0 auto;
  font-size: 15px;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.cd-container h2,.cd-container h3{
  max-height: 50px;
  font-size: 1.5em;
  border-bottom: 1px #ccc solid;
  display: inline-block;
  width: 100%;
  margin: 1em 0 0 0;
}
.cd-container h3{
  border:none;
  font-size: 1.2em;
}
.cd-container ul{
  margin: 1em auto 0;
}

/* 企业数字 */
.csdn-digitalinfo{
  float: left;
  margin: 24px 0;
  width: 50%;
  text-align: center;
  padding: 0 24px;
  min-height: 80px;
}
.csdn-digitalinfo .title{
  font-size: 18px;
  line-height: 24px;
}
.csdn-digitalinfo .content{
  font-size: 14px;
  line-height: 22px;
  min-height: 70px;
}

/* 新媒体矩阵 */
.newmedia{
  float: left;
  width:95px;
  margin: 0 5px 0 0;
  text-align: center;
  height: 142px;
}
.newmedia .content{
  line-height:20px;
}

.newmedia .QR{
  background: #fff;
}
.newmedia img{
  width: 95px;
  height: 95px;
}

@media only screen and (min-width: 768px) {
  .csdn-digitalinfo{
    width: 20%;
    padding: 0 8px;
    min-height: 45px;
  }
  .csdn-digitalinfo .title{
    font-size: 24px;
    line-height: 30px;
  }
  .csdn-digitalinfo .content{
    font-size: 14px;
    line-height: 24px;
  }
}

/* .cd-container a{
  font-weight: 400;
} */
.cd-container a:hover{
  color: #FC5531;
}

h1, h2, h3 {
  font-weight: 400 !important;
}
/* -------------------------------- 

Main components 

-------------------------------- */
.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.cd-header:after {
  content: "";
  display: table;
  clear: both;
}
.cd-header #cd-logo {
  float: left;
  margin: 16px 0 0 20px;
}
.cd-header #cd-logo img {
  display: block;
  width: 84px;
  height: 20px;
}
.csdnchart{
  width: 100%;
  /* text-align: center; */
  margin:24px 0 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.CSDN-chart01{
  background-image: url(../img/meeting@2x.png);
  background-position: center 80%;
}
.CSDN-chart01 span{
  font-size: 12px;
  text-align: center;
  width: 100%;
  margin: 30% 0 0 0;
  display: inline-block;
}
@media only screen and (min-width: 375px) {
  .CSDN-chart01 span{
    margin: 24% 0 0 0;
  }
  .medias .newmedia{
    width: 45% !important;
    height:192px;
  }
}

@media only screen and (min-width: 768px) {
  .cd-header {
    height: 60px;
  }
  .cd-header #cd-logo {
    margin: 20px 0 0 0px;
  }
  .CSDN-chart01 span{
    margin: 18% 0 0 0;
  }
}

.cd-main-nav {
  float: right;
  width: 44px;
  margin-right: 18px;
  height: 100%;
  background: url("../img/cd-icon-menu.svg") no-repeat center center;
  background-size: 44px 44px;
  cursor: pointer;
}
.cd-main-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.cd-main-nav ul.is-visible {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.cd-main-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #2f292a;
  border-top: 1px solid #453c3d;
  color: #8e7d7f;
}
@media only screen and (min-width: 768px) {
  .cd-main-nav {
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
  }
  .cd-main-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 60px;
  }
  .cd-main-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cd-main-nav li {
    display: inline-block;
    /* margin-left: 0.1em; */
  }
  .cd-main-nav a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding: .3em 0.7em;
    border-top: none;
    color: #4d4d4d;
    text-transform: uppercase;
    /* font-size: 14px; */
    font-size: 0.875rem;
  }
  .no-touch .cd-main-nav a:hover {
    color: #1C1D30;
    font-weight: 500;
  }
}

.cd-main-content {
  /* you need to assign a min-height to the main content so that the children can inherit it*/
  height: 100%;
  position: relative;
  z-index: 1;
}

/* 这里定义图片上的文字样式 */
.picinfo {
  position: absolute;
  left: 50%;
  bottom: 40px;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  max-width: 900px;
  font-size: 30px;
  font-size: 1.875rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;

}
/* 图片文字简介 */
.picinfo span {
  display: inline-block;
  line-height: 24px;
  padding:10px 0 0 0;
  margin: 10px 0 0 0;
  font-size: 16px;
  border-top: 0.5px #ccc solid;
}


.cd-fixed-bg{
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.cd-footer-bg{
  position: relative;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
/* .cd-fixed-bg h1, .cd-fixed-bg h2 {
  position: absolute;
  left: 10%;
  top: 75%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1170px;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
} */
.cd-fixed-bg.cd-bg-1 {
  background-image: url("../img/cd-background-1-new.jpg");
}
.cd-fixed-bg.cd-bg-2 {
  background-image: url("../img/cd-background-2.jpg");
}
.cd-fixed-bg.cd-bg-3 {
  background-image: url("../img/cd-background-3.jpg");
}
.cd-fixed-bg.cd-bg-4 {
  background-image: url("../img/cd-background-4.jpg");
}
.cd-fixed-bg.cd-bg-5 {
  background-image: url("../img/cd-background-5.jpg");
}
.cd-fixed-bg.cd-bg-6 {
  background-image: url("../img/cd-background-6.jpg");
}
.cd-footer-bg.cd-bg-7 {
  background-image: url("../img/cd-background-7.jpg");
}

@media only screen and (min-width: 768px) {
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 36px;
  }
  .recruit li{
    width: 20%!important;
  }
  .newmedia{
    width: 15% !important;
  }
  .recruit{
    justify-content: flex-start!important;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-fixed-bg {
    background-attachment: fixed;
    background-attachment: scroll\9;
  }
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 48px;
    font-weight: 300;
  }
}

.cd-scrolling-bg {
  position: relative;
  /* min-height: 100%; */
  padding: 1em 0;
  line-height: 1.6;
  /*box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);*/
  z-index: 2;
}
.cd-scrolling-bg.cd-color-1 {
  color: #4D4D4D;
}
.cd-scrolling-bg.cd-color-2 {
  background-color: #fff;
  color: #4d4d4d;
}
.cd-scrolling-bg.cd-color-3 {
  color: #3d3536;
}
@media only screen and (min-width: 768px) {
  .cd-scrolling-bg {
    padding: 1em 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
    font-weight: 300;
  }
}
.recruit{
  width: 90%;
  margin-left: 20px;
}
.recruit-index{width: auto;}
.recruit li{
  text-align: center;
  margin: 25px 0 0;
  height: 185px;
  float: left;
  width: 50%;
}
.recruit a{
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: #0E5791;
  font-family: Arial-Black;
  font-size: 26px;
  color: #FFFFFF;
  text-align: center;
  line-height: 120px;
  margin: 0 auto;
}
/*.recruit a:hover{
  color: #fff;
  text-decoration: underline;
}
.recruit a[attr^="bianji"]{
  background:#B966FF;
}
.recruit a[attr^="suanfa"]{
  background:#ED8400;
}
.recruit a[attr^="yunying"]{
  background:#4283CE ;
}
.recruit a[attr^="shichang"]{
  background:#81C9D0 ;
}
.recruit a[attr^="jizhe"]{
  background:#DF6DBC ;
}
.recruit a[attr^="qudao"]{
  background:#60BD8F ;
}
.recruit a[attr^="xiangmu"]{
  background:#D9A666  ;
}
.recruit a[attr^="guwen"]{
  background:#B2BF64 ;
}
.recruit a[attr^="qianduan"]{
  background:#D1C080  ;
}
.recruit a[attr^="jiaohu"]{
  background:#4D862C  ;
}*/
.job-n{
  max-width: 120px;
  margin: 5px auto 0;
  text-align: center;
}
.newmedias{
  width: 90%;
  max-width: 800px;
  overflow:hidden;
  margin: 2em auto 0;
}
.programmer p{
  margin-top: 1em;
}
.online-application{
  width:158px;
  height:24px;
  border-radius:2px;
  border:1px solid rgba(224,224,224,1);
  font-size:14px;
  color:rgba(51,153,234,1);
  line-height:20px;
  padding: 2px 8px;
  margin-left: 10px;
}
.chart-1{
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 2em auto 0;
}
/*job*/
.job-title{
  width: 100%;
  background:url(../img/php.png) no-repeat center center;
  height: 240px;
  margin-top: 60px;
  background-size: cover;
}
.job-title h2{
  font-size: 24px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  padding-top: 70px;
}
.job-recruit{
  display: flex;
   width: 100%;
  margin-left: 0;
  flex-wrap: wrap;
}
.job-recruit-hot{width: 100%;height: 406px;overflow: hidden;
  margin-left: 0;}
.job-recruit p{
  margin-top: 10px;
}
.job-recruit a,.job-recruit-hot a{
  margin: 0;
  display: inline-block;
  background: none;
  line-height: inherit;
  width: auto;
  height: auto;
  text-align: left;
  font-size: 24px;
  color: #2D2D2D;
}
.job-recruit-hot a{font-size: 16px;color: #3D3D3D;line-height: 25px}
.job-recruit a:hover{color: #2D2D2D;text-decoration: none}

.job-contain h2{
  font-size: 18px;
  color: #2E2E2E;
  line-height: 25px;
  font-weight: 500;
  margin: 0 0 16px;
}
.job-contain .job_name_area{margin: 0;overflow: hidden}
.job-contain .job_name_area img{vertical-align: middle;margin-right: 16px;float: left;width: 48px;height: 48px;border-radius: 4px;border: none; }
.job-contain h2.job-name-dec {float: left;width: calc(100% - 72px);margin-top: 3px; font-size: 24px;color: #2D2D2D;margin-bottom: 6px;}
.job-contain .job_name_area span{display: inline-block;margin-top: 3px;margin-bottom: 30px; color: #6B6B6B;font-size: 12px}
.job-contain h2.gwzz{background: url("../img/icon_gw-new.png") no-repeat left center;padding-left: 27px;background-size: 20px}
.job-contain h2.rzyq{background: url("../img/icon_rz-new.png") no-repeat left center;padding-left: 27px;background-size: 20px}
.job-contain h2.jfx{background: url("../img/icon_jf-new.png") no-repeat left center;padding-left: 27px;background-size: 20px}
.job-contain h2.tgzl{background: url("../img/icon_tg.png") no-repeat left center;padding-left: 27px;background-size: 20px}
.job-contain h2.lxfs{background: url("../img/icon_lx-new.png") no-repeat left center;padding-left: 27px;background-size: 20px}
.jobs_other h2.qtzw{font-size: 18px;color: #2D2D2D;line-height: 25px;font-weight: 500;margin-bottom: 20px}

.job-contain li,.job-contain p{color: #909090;line-height: 30px;font-size: 14px;font-weight: 400;}

.job-recruit li,.job-recruit-hot li{
  text-align: left;
  width: 100%!important;
  float: none;
  height: auto;
  margin: 0;

}
.job-recruit-hot li{padding-bottom: 16px;margin-bottom: 16px;border-bottom: 1px solid #E0E0E0;}
.job-recruit  p.jobs_area_dec,.job-recruit-hot  p.jobs_area_dec,.recruit-index p.jobs_area_dec{margin: 3px 0 0;color: #6B6B6B;font-size: 12px}
.job-recruit  p.job-d{margin: 18px 0 0;color: #4D4D4D;font-size: 14px;line-height: 25px;display: none}
.job-recruit li,.recruit-index li{padding-bottom: 12px;margin-bottom: 12px;border-bottom: 1px solid #E0E0E0}
.recruit-index li{overflow: hidden}
.job-recruit li img,.recruit-index li img{margin-right: 12px;float: left;width: 48px;height: 48px;}
.jobs_right{float: left;width: calc(100% - 60px);height: auto}
.job-recruit{height: 515px;overflow: hidden;}
.btn_box{text-align: center;margin-top: 32px;}
.btn_box a{display: block; font-size: 24px;color: #1C1D30;line-height: 33px;}
.send-resume{
  display: block;
  width: 120px;
  height: 40px;
  background: #FC5531;
  border-radius: 20px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  margin: 20px auto 0;
}
.container-nav,.container,.footer-logo{
  width:100%;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
}
.jobs_dec,.jobs_other {background-color: #fff}
.jobs_other{margin-top: 8px;}
.job-describe .container{max-width: 1180px;padding: 15px 20px}
.container-nav{
  max-width: 1200px;
}
.footer-img{
  display:block;
  width: 192px;
  margin:23px auto 0;
}
.job-contain ol{
  list-style: decimal inside;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #E0E0E0;
}
.medias .newmedia{
  width: 162px;
  height:192px;
}
.medias .newmedia img{
  width:100%;
  max-width: 162px;
  height:100%;
  max-height: 155px;
}
.persion_article{
  width: 300px;
  margin: 0 auto 0;
}
.hot_jobs{display: none}
.hot_jobs h3{margin-bottom: 16px; padding-bottom: 32px;border-bottom: 1px solid #E0E0E0;color:#2E2E2E; ;font-size: 18px;}

@media only screen and (min-width: 768px) {
  .medias .newmedia{
    width: 22%!important;
  }
  .persion_article{
    float: right;
    margin-top: 7px;
    margin-right: 20px;
  }
  .footer-img{
    display: inline;
    margin:213px 0 0 85px;
  }
  .job-title h2{font-size: 36px;padding-top: 50px;line-height: 50px}
  .job-contain .job_name_area span{margin-bottom: 44px;}
  .job-describe .jobs_dec,.job-describe .jobs_other{padding: 40px;background-color: #fff;margin-top: -60px;border-radius:4px;}
  .job-describe .jobs_other{margin-top: 16px;}
  .job-contain{float: left;width: calc(100% - 308px)}
  .hot_jobs{display: block; float: left;width: 250px;margin-left: 58px}
  .job-contain ol{ margin-left: 72px; margin-bottom: 32px;padding-bottom: 32px;}
  .job-contain li{line-height: 25px;font-size: 16px;}
  .job-contain p{margin-left: 72px;line-height: 25px;font-size: 16px;}
/*  .job-contain p span{margin-right: 80px}
*/  .job-contain h2.gwzz,.job-contain h2.rzyq,.job-contain h2.jfx,.job-contain h2.tgzl,.job-contain h2.lxfs,.job-contain h2.qtzw{margin-left: 45px;}
  .send-resume{margin-left: 72px}
  .jobs_other h2.qtzw{margin-bottom: 40px}
  .send-resume{font-size: 18px;margin: 32px 0 0px 72px}
  .job-recruit p.job-d{display: block}
  .job-recruit li img,.job-contain .job_name_area img{width: 56px;height: 56px;margin-right: 16px;}
  .jobs_right{width: calc(100% - 72px);padding-bottom: 32px; margin-bottom: 32px;  height: auto;
    border-bottom: 1px solid #E0E0E0;}
  .job-recruit li,.recruit-index li{padding-bottom: 0;margin-bottom: 0;border-bottom: none;}
  .recruit-index{overflow: hidden}
  .recruit-index li{float: left;width: 33.33%}
  .recruit-index li:nth-last-child(1) .jobs_right,.recruit-index li:nth-last-child(2) .jobs_right,.recruit-index li:nth-last-child(3) .jobs_right,.recruit-index li:nth-last-child(4) .jobs_right{border-bottom: none;}
  .recruit-index .jobs_right{padding-bottom: 16px;margin-bottom: 16px;}
}

@media only screen and (min-width: 992px) {
  .recruit-index li{width: 25%}

}
.layer-img{
  float: right;
  margin-top: 15px;
}
.layer-p{
  font-size: 1.5em;
}
.job-recruit .job-n,.job-recruit-hot .job-n,.recruit-index .job-n{
  margin:3px 0 0;
  text-align: left;
  max-width:inherit;
  line-height: 33px;
}
.recruit-index .job-n{line-height: 22px;margin-top: 0}
.job-recruit .job-n{font-size: 18px;font-weight: 600}


.cd-fixed-bg h1, .cd-fixed-bg h2 {
  padding-top: 168px;
}

.csdn-pub-footer {
  padding: 24px 0 0;
}