index.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. @charset "utf-8";
  2. .civiServantsExam-content{
  3. margin: 0 auto;
  4. width: 1280px;
  5. height: 1023px;
  6. background: url(../../../images/hardware/aio/aio/index-bg.png) no-repeat;
  7. overflow: hidden;
  8. }
  9. .civiServantsExam-body{
  10. width: 100%;
  11. height: 876px;
  12. }
  13. .civiServantsExam-body-infolist{
  14. width: 1280px;
  15. height: 785px;
  16. margin: 0px 0px 0px 0px;
  17. padding-top: 176px;
  18. }
  19. .civiServantsExam-infolist-ul{
  20. width: 1280px;
  21. }
  22. .infolist-ul-li{
  23. width: 1280px;
  24. height: 203px;
  25. border-bottom:2px solid #0e58d6;
  26. box-shadow: 0px 15px 13px -10px #01326f;
  27. }
  28. .infolist-ul-li-table{
  29. width: 1100px;
  30. margin: 0 auto;
  31. }
  32. .infolist-ul-li-table td{
  33. height: 202px;
  34. }
  35. .li-table-tdleft{
  36. float:left;
  37. width:800px;
  38. /* padding:20px 0px;*/
  39. }
  40. .li-table-tdright{
  41. float:right;
  42. width: 180px;
  43. text-align: center;
  44. }
  45. /*.infolist-ul-li-table td{
  46. text-align: center;
  47. }*/
  48. .li-table-infotitle{
  49. font-family: "MicrosoftYaHei";
  50. font-size: 26px;
  51. font-weight: normal;
  52. font-stretch: normal;
  53. line-height: 45px;
  54. letter-spacing: 0px;
  55. color: #ffffff;
  56. }
  57. .li-table-infocontent{
  58. font-family: "MicrosoftYaHei";
  59. font-size: 22px;
  60. font-weight: normal;
  61. font-stretch: normal;
  62. line-height: 35px;
  63. letter-spacing: 0px;
  64. color: #92ccff;
  65. }
  66. .li-table-infotime{
  67. font-family: "MicrosoftYaHei";
  68. font-size: 22px;
  69. font-weight: normal;
  70. font-stretch: normal;
  71. line-height: 30px;
  72. letter-spacing: 0px;
  73. color: #f6901e;
  74. }
  75. .li-table-tdright-righttime{
  76. font-family: "MicrosoftYaHei";
  77. font-size: 22px;
  78. font-weight: normal;
  79. font-stretch: normal;
  80. line-height: 100px;
  81. letter-spacing: 0px;
  82. color: #92ccff;
  83. display: inline-block;
  84. }
  85. .li-table-btn{
  86. width: 180px;
  87. height: 60px;
  88. font-family: "MicrosoftYaHei";
  89. font-size: 24px;
  90. font-weight: normal;
  91. font-stretch: normal;
  92. line-height: 36px;
  93. letter-spacing: 0px;
  94. color: #ffffff;
  95. background: none;
  96. border:2px solid #0e58d6;
  97. box-shadow: 0px 15px 13px -10px #01326f;
  98. border-radius: 8px;
  99. outline: none;
  100. display:block;
  101. padding:10px 0px;
  102. }
  103. .li-table-btn a{
  104. color: #ffffff;
  105. }