common.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. @charset "utf-8";
  2. body {
  3. font: 14px "microsoft yahei", Arial, Helvetica, sans-serif;
  4. margin:0;
  5. padding:0;
  6. background:#f0f0f0;
  7. overflow-y: hidden;
  8. }
  9. ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {
  10. margin:0;
  11. padding:0;
  12. border:none;
  13. list-style:none;
  14. }
  15. input {border:none;outline:none;}
  16. .lf{float:left;}
  17. .rt{float:right;}
  18. .clear{clear:both;}
  19. .clearfix:after{
  20. content: '';
  21. display: table;
  22. clear:both;
  23. }
  24. a{
  25. text-decoration: none;
  26. }
  27. *{
  28. box-sizing: border-box;
  29. }
  30. #container{
  31. margin:0 auto;
  32. width:1276px;
  33. height:1020px;
  34. overflow:hidden;
  35. padding-top:540px;
  36. background: url('../../images/hardware/aio/yitiji/index_bg.jpg') no-repeat;
  37. background-size:100%;
  38. }
  39. #countdown {
  40. color: #fff;
  41. width: 50px;
  42. height: 50px;
  43. border-radius: 25px;
  44. background: #3399FF;
  45. text-align: center;
  46. line-height: 50px;
  47. font-size: 22px;
  48. font-weight: 600;
  49. position: absolute;
  50. top: 68px;
  51. right: 72px;
  52. /* opacity: 0.5; */
  53. z-index: 999;
  54. }
  55. .clear{
  56. clear:both;
  57. }
  58. .MyDiv-header .divtitle{position: relative;}
  59. .apply_resume{position: absolute;top: -22px;left: 0px;width: 100%;}
  60. .apply_resume .top-select-style{margin-top: 5px;border: 1px solid #558fd9; margin-left: 0px;width: 280px;background-position: 245px 20px;}