jobs_info.css 589 B

123456789
  1. body{ color: #fff; }
  2. .content{ width: 88%; margin: 4% 6%; }
  3. .jobs_info{ font-size: 18px;text-align: center; }
  4. .jobs_info h1{ font-weight: bold; margin-bottom: 15px; }
  5. .jobs_info .info_box{ text-align: left; margin-bottom: 15px; padding-bottom: 10px; background: #65717e; }
  6. .jobs_info .info_box h3{ height: 50px; line-height: 50px; padding-left: 10px; border-bottom: #0190dc solid 2px; font-weight: bold; margin-bottom: 15px; }
  7. .jobs_info .info_box ul{ padding-left: 15px; }
  8. .jobs_info .info_box ul li{ float: left; width: 50%; margin-bottom: 8px; }
  9. .jobs_info .des p{ padding-left: 15px; }