online_recruit.css 1.8 KB

1234567891011121314151617181920
  1. .load_more_footer{color: #bfbfb7;line-height: 32px;text-align: center;margin: 25px 0px;}
  2. .load_more_footer span.loading{background: url(../../images/jobfair/loading-more.gif) no-repeat;padding-left: 40px;display: inline-block}
  3. .load_more_body {display:flex;flex-wrap: wrap;}
  4. .jobfair_detail_show {width:1200px;margin:0 auto;}
  5. .online2021_content {width:33.33%;padding:30px 10px 20px 10px;box-sizing:border-box;}
  6. .online2021_content .content_box {border:1px solid #666;padding: 10px 0 10px 0;border-radius: 10px;box-shadow: 0 0 10px #ccc;}
  7. .online2021_content h3{color: black;text-align: center;font-size: 22px;margin: 0 auto;height: 36px;border-bottom: 1px solid #666;}
  8. .online2021_content .online2021_line {height:31px;display:flex;width:80%;margin:0 auto;align-items:center;font-size:16px;}
  9. .online2021_content .online2021_line .line_title {font-weight:bold;color:#333;}
  10. .online2021_content .online2021_line .line_left,.online2021_content .online2021_line .line_right {flex:1;}
  11. .online2021_content .online2021_line .line_left{text-align:left;}
  12. .online2021_content .online2021_line .line_right{text-align:right;}
  13. .online2021_content .online2021_line .line_right.more {font-size:14px;}
  14. .online2021_content .online2021_line .line_right.more a {color:blue;}
  15. .online2021_content .online2021_line.end {height:25px;}
  16. .online2021_content .online2021_line.end .tag{height:20px;line-height:20px;font-size:.25rem;color:#415571;border:1px solid #415571;border-radius:5px;padding:0 5px;margin-right:5px;}
  17. .online2021_content .button-a {border-top: 1px solid #666;display: block;}
  18. .online2021_content .btn {width:35%;height:30px;background-color:#415571;display:flex;align-items:center;justify-content:center;color:white;margin:0 auto;margin-top: 15px;border-radius: 5px;}
  19. .online2021_content .btn img {height:25px;}