12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- @charset "utf-8";
- *{margin: 0; padding: 0; box-sizing: border-box;}
- html,body{width: 100%; background-color: #f2f2f2; font-family: "微软雅黑","黑体";}
- input,button{background: none; border-style: none; outline: none;}
- a{text-decoration: none;}
- img{border-style: none;}
- ul,li{list-style: none;}
- .w{width: 1920px; margin: 0 auto;}
- .clearfix:after{content: ""; display: table; clear: both;}
- .content{height: 1080px; background: url(../../../images/hardware/aio/aio/index.png) no-repeat; overflow: hidden;}
- .content .title{font-size: 50px; color: #fff; height: 176px; line-height: 176px; text-align: center;}
- /*内容*/
- .content .content_plate{padding: 299px 410px 0px;}
- .content_plate a{position: relative; float: left; display: block; width:300px; height: 270px; margin-right: 100px; margin-bottom: 95px; }
- .content_plate a.noRight{margin-right: 0 !important;}
- .content_plate a img{display: block; margin: 0 auto; margin-top: 40px;}
- .content_plate a p{font-size: 38px; color: #fff; text-align: center;height:70px;line-height:70px; margin-top: 52px;}
- .content_plate a.login{ background-color:#0a9fd9;}
- .content_plate a.login p{ background-color:#2dafe2;}
- .content_plate a.resume{ background-color:#81bb28;}
- .content_plate a.resume p{ background-color:#93cd38;}
- .content_plate a.webJob{ background-color:#f39501;}
- .content_plate a.webJob p{ background-color:#f5ab39;}
- .content_plate a.jobgairJob{ background-color:#d36262;}
- .content_plate a.jobgairJob p{ background-color:#df6969;}
- .content_plate a.jobfair{ background-color:#9978ac;}
- .content_plate a.jobfair p{ background-color:#aa89bd;}
- .content_plate a.news{ background-color:#cec932;}
- .content_plate a.news p{ background-color:#c4bf3e;}
- .content_plate a.on{ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f09ade6,endColorstr=#7f09ade6);}
- .content_plate a .light{position: absolute; bottom: -18px; left:0; width: 260px; height: 36px; background: url(../../../images/hardware/aio/aio/light.png) no-repeat;}
- .content_plate a.on .light{display:block;}
- .content .foot{font-size: 30px; color: #fff; height: 154px; line-height: 154px; text-align: center; margin-top: 110px;}
- /*时间*/
- .content .content_plate{position:relative;}
- .content #time{
- width:170px;
- color:#004faa;
- position:absolute;
- right:40px;
- top:50px;
- }
- .content #time .h_m{
- font-size:60px;
- }
- .content #time .date{
- font-size:26px;
- }
|