jobFairDetailPagesC.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. *{
  2. padding: 0;
  3. margin: 0;
  4. text-decoration: none;
  5. font-family: "Microsoft Yahei", "΢ÈíÑźÚ", Tahoma, Arial, Helvetica, STHeiti;
  6. background: #f4f4f4;
  7. }
  8. ol,ul{
  9. list-style:none;
  10. }
  11. .zcolor{
  12. color: #f4f4f4 !important;
  13. }
  14. .container{
  15. width: 100%;
  16. height: 100%;
  17. padding-bottom: 9rem;
  18. }
  19. .topHeader {
  20. width: 100%;
  21. height:9rem;
  22. background: #2577e3;
  23. color: #2c2c2c;
  24. }
  25. .topHeaderL{
  26. width: 15%;
  27. padding-left:7%;
  28. height: 9rem;
  29. line-height:9rem;
  30. background: #2577e3;
  31. color: #fff;
  32. font-size: 3rem;
  33. float: left;
  34. }
  35. .topHeaderR{
  36. width: 55%;
  37. height: 9rem;
  38. line-height:9rem;
  39. background: #2577e3;
  40. color: #fff;
  41. text-align: center;
  42. font-size: 3rem;
  43. float: left;
  44. }
  45. .topTit{
  46. width: 100%;
  47. margin-top: 2%;
  48. background: #fff;
  49. }
  50. .topTitOne{
  51. width: 100%;
  52. padding-top: 3%;
  53. height: 6rem;
  54. background: #fff;
  55. line-height: 6rem;
  56. text-align: center;
  57. font-weight: bold;
  58. font-size: 2.1rem;
  59. }
  60. .topTitTwo{
  61. width: 96%;
  62. margin-left: 4%;
  63. height: 3rem;
  64. margin-bottom: 2%;
  65. background: #fff;
  66. text-align: left;
  67. border-bottom: 1px solid #ccc;
  68. font-size: 2rem;
  69. }
  70. .topTitThree{
  71. width: 96%;
  72. margin-left: 4%;
  73. height: 19rem;
  74. background: #fff;
  75. }
  76. .topTitThreeL{
  77. width: 70%;
  78. float: left;
  79. height: 18rem;
  80. background: #fff;
  81. margin-right: 5%;
  82. }
  83. .topTitThreeR{
  84. width: 21%;
  85. float: left;
  86. height: 5rem;
  87. background: #fff;
  88. padding-top: 12rem;
  89. }
  90. .txtOne{
  91. width: 100%;
  92. background: #fff;
  93. line-height: 3rem;
  94. font-size: 2rem;
  95. }
  96. .txtTwo{
  97. width: 100%;
  98. background: #fff;
  99. line-height: 3rem;
  100. font-size: 2rem;
  101. text-align: right;
  102. }
  103. .btnC{
  104. width: 100%;
  105. border-radius: 5%;
  106. border: none;
  107. height: 5rem;
  108. line-height: 5rem;
  109. background: #2577e3;
  110. color: #fff;
  111. font-size: 2rem;
  112. }
  113. .topTitFive{
  114. width: 92%;
  115. padding-left: 4%;
  116. padding-right: 4%;
  117. background: #fff;
  118. margin-bottom: 2%;
  119. }
  120. .topTitFiveT{
  121. width: 100%;
  122. background: #efefef;
  123. height: 6rem;
  124. }
  125. .detail{
  126. width: 25%;
  127. background: #2577e3;
  128. line-height: 6rem;
  129. color: #fff;
  130. text-align: center;
  131. font-size: 2.2rem;
  132. }
  133. .topFiveTit{
  134. width: 100%;
  135. padding-top: 3rem;
  136. padding-bottom: 3rem;
  137. text-align: center;
  138. background: #fff;
  139. font-size: 2.2rem;
  140. }
  141. .FiveTxt{
  142. width: 100%;
  143. line-height: 3rem;
  144. text-align: center;
  145. background: #fff;
  146. font-size: 2.2rem;
  147. }
  148. .di{
  149. background: #fff;
  150. padding-top: 6rem;
  151. padding-bottom: 3rem;
  152. }