style.css 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /* CSS Document */
  2. *{margin:0;padding:0;font-size:12px;}
  3. @media screen and (min-width:801px){
  4. input,button,select,textarea{outline:none;}
  5. ul,li,dl,ol{list-style:none;}
  6. a{color:#666; text-decoration:none;}
  7. .box{ width:100%; margin:0 auto; }
  8. .bcon{ width:220px; border:30px solid #00b7ee;position: absolute;top:300px;left:200px;border-radius: 20px;}
  9. .bcon h1{ border-bottom:1px solid #eee; padding:0 10px;background: #00b7ee;}
  10. .bcon h1 b{ font:bold 14px/40px '宋体'; padding:0 20px; margin-top:-1px; display:inline-block;color: #fff;font-size: 30px;}
  11. .list_lh{ height:400px; overflow:hidden;}
  12. .list_lh li{ padding:10px;background: #e5e5e5;border-bottom:1px solid #fff; }
  13. .list_lh li p{ height:24px; line-height:24px;margin-left:15px; }
  14. .list_lh li p a{ float:left;}
  15. .list_lh li p em{ width:80px; font:normal 12px/24px Arial; color:#FF3300; float:right; display:inline-block;}
  16. .list_lh li p span{ color:#999; float:right;}
  17. .list_lh li p a.btn_lh{ background:#28BD19; height:17px; line-height:17px; color:#fff; padding:0 5px; margin-top:4px; display:inline-block; float:right;}
  18. .btn_lh:hover{ color:#fff; text-decoration:none;}
  19. .btm p{ font:normal 12px/24px 'Microsoft YaHei'; text-align:center;}
  20. }
  21. @media screen and (max-width:800px){
  22. input,button,select,textarea{outline:none;}
  23. ul,li,dl,ol{list-style:none;}
  24. a{color:#666; text-decoration:none;}
  25. .box{ width:100%; margin:0 auto; }
  26. .bcon{ width:220px;height: 300px; border:20px solid #00b7ee;position: absolute;top:400px;left:10%;border-radius: 20px;overflow: hidden;}
  27. .bcon h1{ border-bottom:1px solid #eee; padding:0 10px;background: #00b7ee;}
  28. .bcon h1 b{ font:bold 14px/40px '宋体'; padding:0 20px; margin-top:-1px; display:inline-block;color: #fff;font-size: 30px;}
  29. .list_lh{ height:400px; overflow:hidden;}
  30. .list_lh li{ padding:10px;background: #e5e5e5;border-bottom:1px solid #fff; }
  31. .list_lh li p{ height:24px; line-height:24px;margin-left:15px; }
  32. .list_lh li p a{ float:left;}
  33. .list_lh li p em{ width:80px; font:normal 12px/24px Arial; color:#FF3300; float:right; display:inline-block;}
  34. .list_lh li p span{ color:#999; float:right;}
  35. .list_lh li p a.btn_lh{ background:#28BD19; height:17px; line-height:17px; color:#fff; padding:0 5px; margin-top:4px; display:inline-block; float:right;}
  36. .btn_lh:hover{ color:#fff; text-decoration:none;}
  37. .btm p{ font:normal 12px/24px 'Microsoft YaHei'; text-align:center;}
  38. }