12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- @charset "utf-8";
- body {
- font: 14px "microsoft yahei", Arial, Helvetica, sans-serif;
- margin:0;
- padding:0;
- background:#f0f0f0;
- overflow-y: hidden;
- }
- ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {
- margin:0;
- padding:0;
- border:none;
- list-style:none;
- }
- input {border:none;outline:none;}
- .lf{float:left;}
- .rt{float:right;}
- .clear{clear:both;}
- .clearfix:after{
- content: '';
- display: table;
- clear:both;
- }
- a{
- text-decoration: none;
- }
- *{
- box-sizing: border-box;
- }
- #container{
- margin:0 auto;
- width:1276px;
- height:1020px;
- overflow:hidden;
- padding-top:540px;
- background: url('../../images/hardware/aio/yitiji/index_bg.jpg') no-repeat;
- background-size:100%;
- }
- #countdown {
- color: #fff;
- width: 50px;
- height: 50px;
- border-radius: 25px;
- background: #3399FF;
- text-align: center;
- line-height: 50px;
- font-size: 22px;
- font-weight: 600;
- position: absolute;
- top: 68px;
- right: 72px;
- /* opacity: 0.5; */
- z-index: 999;
- }
- .clear{
- clear:both;
- }
- .MyDiv-header .divtitle{position: relative;}
- .apply_resume{position: absolute;top: -22px;left: 0px;width: 100%;}
- .apply_resume .top-select-style{margin-top: 5px;border: 1px solid #558fd9; margin-left: 0px;width: 280px;background-position: 245px 20px;}
|