circle.css 1.9 KB

123456789101112131415161718192021222324
  1. .content{ width: 88%; margin: 0 6%; }
  2. .listAddr{text-align: left; }
  3. .jobs_name{ font-size: 20pt; font-weight: bold; color: #b63886; margin-bottom: 10px; }
  4. .jobs_info{ font-size: 14pt; }
  5. .circle_info{padding: 20px; border-bottom: solid 1px #999999; position: relative;}
  6. .circle_info .right_box{ position: absolute; top:20px; right: 20px; width: 200px; }
  7. .circle_info .btn{ float: left; display: block; border-radius:8px; height: 40px; line-height: 25px; font-size: 14pt;}
  8. .circle_info .set-jobs{width: 200px; background: #b63886; color: #fff;}
  9. .circle_info .btn_box{ margin-top: 12px; float: left;}
  10. .circle_info .btn_box .btn{ width: 95px;background: #989b9f; }
  11. .add_jobs{text-align: center; }
  12. .add_jobs .btn{height: 35px; line-height: 22px; font-size: 14pt; width: 119px;background: #b63886;color: #fff;background: url(../../images/hardware/pad/jobs_btn_03.png) center center no-repeat;}
  13. .circle_info p{ width: 78%; }
  14. .tit_box{ padding: 20px 10px; }
  15. .tit{ padding-left: 35px; background: url(../../images/hardware/pad/light.png) 15px center no-repeat #515c62; height: 30px; line-height: 30px; color: #FFF; border-radius: 15px;}
  16. .listAddr table{ width: 100%; text-align: center; }
  17. .listAddr table a{color: #FFF;}
  18. .listAddr table th{text-align: center; font-weight: normal;}
  19. .listAddr table th a{ display: block; height: 35px; line-height: 35px;border-right: 1px solid #fff;font-size: 14pt; margin-top: 12px;}
  20. .listAddr table th,.listAddr table td{ height: 58px; line-height: 58px; font-size: 14pt;color: #FFF; text-align: center;}
  21. .listAddr table th:last-child a{ border-right:none;}
  22. .listAddr table td .put,.listAddr table td .no-put{ width: 79px; height: 47px; display: block; }
  23. .listAddr table td .put{background: url(../../images/hardware/pad/jobs_btn_07.png) center 11px no-repeat; margin: 0 auto;}
  24. .listAddr table td .no-put{background: url(../../images/hardware/pad/jobs_btn_10.png) center 11px no-repeat;margin: 0 auto;}