123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- @charset "utf-8";
- .civiServantsExam-content{
- margin: 0 auto;
- width: 1280px;
- height: 1023px;
- background: url(../../../images/hardware/aio/aio/index-bg.png) no-repeat;
- overflow: hidden;
- }
- .civiServantsExam-body{
- width: 100%;
- height: 876px;
- }
- .civiServantsExam-body-infolist{
- width: 1280px;
- height: 785px;
- margin: 0px 0px 0px 0px;
- padding-top: 176px;
- }
- .civiServantsExam-infolist-ul{
- width: 1280px;
- }
- .infolist-ul-li{
- width: 1280px;
- height: 203px;
- border-bottom:2px solid #0e58d6;
- box-shadow: 0px 15px 13px -10px #01326f;
- }
- .infolist-ul-li-table{
- width: 1100px;
- margin: 0 auto;
- }
- .infolist-ul-li-table td{
- height: 202px;
- }
- .li-table-tdleft{
- float:left;
- width:800px;
- /* padding:20px 0px;*/
- }
- .li-table-tdright{
- float:right;
- width: 180px;
- text-align: center;
- }
- /*.infolist-ul-li-table td{
- text-align: center;
- }*/
- .li-table-infotitle{
- font-family: "MicrosoftYaHei";
- font-size: 26px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 45px;
- letter-spacing: 0px;
- color: #ffffff;
- }
- .li-table-infocontent{
- font-family: "MicrosoftYaHei";
- font-size: 22px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 35px;
- letter-spacing: 0px;
- color: #92ccff;
- }
- .li-table-infotime{
- font-family: "MicrosoftYaHei";
- font-size: 22px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 30px;
- letter-spacing: 0px;
- color: #f6901e;
- }
- .li-table-tdright-righttime{
- font-family: "MicrosoftYaHei";
- font-size: 22px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 100px;
- letter-spacing: 0px;
- color: #92ccff;
- display: inline-block;
- }
- .li-table-btn{
- width: 180px;
- height: 60px;
- font-family: "MicrosoftYaHei";
- font-size: 24px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 36px;
- letter-spacing: 0px;
- color: #ffffff;
- background: none;
- border:2px solid #0e58d6;
- box-shadow: 0px 15px 13px -10px #01326f;
- border-radius: 8px;
- outline: none;
- display:block;
- padding:10px 0px;
- }
- .li-table-btn a{
- color: #ffffff;
- }
|