online2021.css 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .newjobfair {background:white;}
  2. .jobfair_detail_show {border:none;}
  3. .online2021_title_left {width:1200px;height:56px;line-height:56px;color:white;background:url("../../images/online2021/jkq_title_left.png") 100% 100%;padding-left: 20px;box-sizing: border-box;font-size: 24px;letter-spacing: 5px;}
  4. .online2021_title_right {width:1200px;height:56px;line-height:56px;color:white;background:url("../../images/online2021/jkq_title_right.png") 100% 100%;padding-right: 20px;box-sizing: border-box;font-size: 24px;letter-spacing: 5px;text-align:right;}
  5. .mt20 {margin-top:20px;}
  6. .online2021_ai {padding:20px 10px;}
  7. .online2021_ai .ai_left {width:500px;float:left;}
  8. .online2021_ai .ai_left img{width:500px;}
  9. .online2021_ai .ai_right {width:650px;float:right;}
  10. .online2021_ai .ai_right p{font-size: 18px;text-indent: 2em;line-height: 30px;color:black;}
  11. .online2021_ai .ai_right .show_map {display:block;width:120px;height:30px;line-height:30px;background:#B2001A;color:#FCEDCD;text-align:center;font-size:18px;border-radius:10px;margin-top:30px;}
  12. .font-red {color:#ec0d00;}
  13. .line-one {height:40px;line-height:40px;font-size:20px;}
  14. .line-two img {width:20px;height:20px;}
  15. .news-list-item {width:570px;height:150px;float:left;margin-left:20px;margin-top:20px;box-sizing:border-box;background-color:#fffeec;border-radius:10px;background-position:top right;background-repeat: no-repeat;border: none;background-size: 75px 75px;}
  16. .news-list-item.unstart {background-image:url("../../images/online2021/status_unstart.png");}
  17. .news-list-item.start {background-image:url("../../images/online2021/status_start.png");}
  18. .news-list-item.end {background-image:url("../../images/online2021/status_end.png");}
  19. .news-list-item .news-info {padding:14px 10px;width: 570px;height: 150px;box-sizing: border-box;}
  20. .news-list-item .news-info .info {float:right;width:420px;}
  21. .news-list-item .news-info .info .line-two {height:30px;font-size: 16px;}
  22. .news-list-item .news-info .info .line-two .more {float:right;color:#ec0d00;}
  23. .news-list-item .news-info .thumbnail {border:none;width:124px;height:124px;float:left;}
  24. .news-list-item .news-info .thumbnail img {width:124px;height:124px;}
  25. .lottery_box .lottery_prize {margin-top:20px;}
  26. .lottery_box .lottery_prize .prize_left {float:left;}
  27. .lottery_box .lottery_prize .prize_left img{width:300px;margin-left:100px;}
  28. .lottery_box .lottery_prize .prize_right {float:right;margin-right:20px;}
  29. .lottery_box .lottery_prize .prize_right .prize_title {width:623px;display: block;}
  30. .prize_table {border:1px solid #D7D5D6;width:623px;box-sizing:border-box;box-shadow: 0 0 3px;}
  31. .prize_table .prize_item_top,.prize_table .prize_item_bottom {width:623px;display:flex;padding-bottom:20px;}
  32. .prize_table hr{border: none;height: 2px;background-color: #F1CFCD;width:600px;margin:0 auto;}
  33. .prize_table .prize_detail {width:20%;display:flex;flex-direction:column;align-items:center;justify-content:center;}
  34. .prize_table .prize_detail img {width:50px;height:50px;margin:10px auto;}
  35. .lottery_box .prize_content {width:1180px;margin:0 auto;background:#FFFCDB;box-sizing:border-box;padding:20px 10px;border-radius:10px;font-size:16px;}
  36. .lottery_box .lottery_description {padding:0 10px;}
  37. .lottery_box .description_title {color:red;}
  38. .lottery_box .description_title.black {color:black;font-weight:600;}
  39. .lottery_box .description_content {color:black;}
  40. .online2021_special ul {display: flex;flex-wrap: wrap;}
  41. .online2021_special ul a {width:25%;padding:10px 10px 0 10px;display:block;box-sizing:border-box;}
  42. .online2021_special ul li .special_box {background-image:url("../../images/online2021/bg_index_special.png");background-size:100% 100%;width:100%;height:130px;}
  43. .online2021_special ul li .special_box p{ padding-top: 80px; text-align: center; color: #000000;font-size: 18px;}
  44. .online2021_out {width:1200px;display:flex;justify-content:space-around;}
  45. .online2021_out .out_item {width:560px;background:#FFFCDB;margin-top:20px;box-sizing:border-box;padding:10px;border-radius:10px;}
  46. .online2021_out .out_item .title {color: #EC0C00;text-align: center;height: 40px;line-height: 40px;font-size: 18px;font-weight: 600;}
  47. .online2021_out .out_item td {text-align:center;padding:5px 0;}
  48. .online2021_out .out_item .content {text-indent:2em;color: black;padding: 0 20px;letter-spacing: 2px;}
  49. .online2021_out .out_item .btn {width:100px;height:25px;line-height:25px;background:#B2001A;color:white;text-align: center;font-size: 14px;font-weight: 600;border-radius: 20px;margin: 0 auto;}
  50. .online2021_out .out_item .btn a {color:white;}