findJob.css 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  1. *{
  2. padding: :0;
  3. margin:0;
  4. font-family: "微软雅黑";
  5. text-decoration: none;
  6. }
  7. ul{
  8. padding:0px;
  9. list-style: none;
  10. }
  11. .clear {
  12. clear:both;
  13. height: 0;
  14. line-height: 0;
  15. font-size: 0;
  16. }
  17. .wrapper{
  18. background-image:url('../../img/homepage/bg.jpg');
  19. background-repeat: no-repeat;
  20. background-attachment: fixed;
  21. background-size:100% 100%;
  22. -moz-background-size:100% 100%;
  23. clear:both;
  24. overflow:hidden;
  25. }
  26. .topbar{
  27. width: 100%;
  28. height: 40px;
  29. /*position: absolute;*/
  30. /*background-color: #0b3a7d;*/
  31. /*opacity: .8; */
  32. background: rgba(11, 58, 125, 0.8);
  33. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C80b3a7d,endColorstr=#C80b3a7d);/*rgba不起作用的时候执行*/
  34. font-size: 14px;
  35. }
  36. .some{
  37. width: 1200px;
  38. margin: 0 auto;
  39. padding-top: 9px;
  40. }
  41. .date{
  42. float: left;
  43. color: #fff;
  44. }
  45. .sign{
  46. float: right;
  47. margin-right: 10px;
  48. }
  49. .sign a{
  50. color: #fff;
  51. margin-left:10px;
  52. }
  53. .contents{
  54. width: 1200px;
  55. margin: 0 auto;
  56. clear:both;
  57. }
  58. .logo{
  59. height: 205px;
  60. display: table-cell;
  61. vertical-align:middle;
  62. }
  63. .nav{
  64. height: 70px;
  65. text-align: center;
  66. line-height: 70px;
  67. font-size: 23px;
  68. }
  69. .nav a{
  70. /*background-color: #000;*/
  71. /*opacity: .4;*/
  72. background: rgba(0, 0, 0, 0.4);
  73. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
  74. width: 132px;
  75. color: #fff;
  76. display: inline-block;
  77. border-left:1px solid #6b6c70;
  78. }
  79. .nav a:nth-child(1),.nav a:nth-child(2){
  80. width: 134px;
  81. }
  82. .nav a:nth-child(8){
  83. background-color: #215299;
  84. border-left:0;
  85. }
  86. /*ie*/
  87. .nav a:first-child,.nav a:first-child+a{
  88. width: 134px;
  89. }
  90. .nav a:first-child{
  91. /*background-color: #215299;*/
  92. border-left:0;
  93. }
  94. /*ie*/
  95. .nav a:hover{
  96. background-color: #215299;
  97. }
  98. .main{
  99. margin-top: 10px auto;
  100. width: 1200px;
  101. float:left;
  102. }
  103. .partone{
  104. height: 560px;
  105. width:1220px;
  106. margin: 10px 0;
  107. float:left;
  108. }
  109. .contentlist{
  110. height:512px;
  111. }
  112. .oneleft{
  113. float: left;
  114. width: 240px;
  115. height: 510px;
  116. margin-bottom:10px;
  117. margin-right: 10px;
  118. font-size: 22px;
  119. text-align: center;
  120. line-height: 60px;
  121. }
  122. .oneleft ul{
  123. font-size: 22px;
  124. text-align: center;
  125. line-height: 60px;
  126. width: 240px;
  127. background-color: #fff;
  128. height: 364px;
  129. margin-right: 10px;
  130. }
  131. .frm1{
  132. width:240px;
  133. height:130px;
  134. float:left;
  135. }
  136. .txtSou{
  137. width:240px;
  138. height:40px;
  139. border: none !important;
  140. margin-bottom:10px;
  141. text-align:center;
  142. line-height:40px;
  143. }
  144. .btnSou{
  145. width:240px;
  146. height:40px;
  147. border: none !important;
  148. background: url("../../img/Talent/jianli.png") no-repeat;
  149. }
  150. .oneleft li{
  151. height: 60px;
  152. width: 240px;
  153. border-bottom:1px dotted #215496;
  154. }
  155. .oneleft a{
  156. height: 60px;
  157. width: 240px;
  158. display: block;
  159. color: #22529a;
  160. }
  161. .oneleft li:first-child{
  162. background-color: #22529a;
  163. }
  164. .oneleft li:nth-child(6){
  165. border:none;
  166. }
  167. .oneleft li:first-child a{
  168. color: #fff;
  169. }
  170. .parttwo{
  171. height: 560px;
  172. width:950px;
  173. background:#fff;
  174. float:left;
  175. }
  176. .rencai{
  177. background:#f5f4f4;
  178. width:910px;
  179. line-height:34px;
  180. height:34px;
  181. }
  182. .jianli{
  183. width:130px;
  184. margin-right:10px;
  185. float:left;
  186. text-align:center;
  187. overflow: hidden;
  188. text-overflow: ellipsis;
  189. white-space: nowrap;
  190. }
  191. .rname{
  192. width:107px;
  193. text-align:center;
  194. float:left;
  195. overflow: hidden;
  196. text-overflow: ellipsis;
  197. white-space: nowrap;
  198. }
  199. .sex{
  200. width:52px;
  201. text-align:center;
  202. float:left;
  203. overflow: hidden;
  204. text-overflow: ellipsis;
  205. white-space: nowrap;
  206. }
  207. .age{
  208. width:94px;
  209. text-align:center;
  210. float:left;
  211. overflow: hidden;
  212. text-overflow: ellipsis;
  213. white-space: nowrap;
  214. }
  215. .exp{
  216. width:84px;
  217. text-align:center;
  218. float:left;
  219. overflow: hidden;
  220. text-overflow: ellipsis;
  221. white-space: nowrap;
  222. }
  223. .xueli{
  224. width:155px;
  225. margin-right:10px;
  226. text-align:center;
  227. float:left;
  228. overflow: hidden;
  229. text-overflow: ellipsis;
  230. white-space: nowrap;
  231. }
  232. .qiwang{
  233. width:139px;
  234. margin-right:10px;
  235. float:left;
  236. overflow: hidden;
  237. text-overflow: ellipsis;
  238. white-space: nowrap;
  239. }
  240. .gtime{
  241. width:95px;
  242. float:left;
  243. overflow: hidden;
  244. text-overflow: clip;
  245. white-space: nowrap;
  246. }
  247. .chanpUl{
  248. height:238px;
  249. color:#60636d;
  250. line-height:34px;
  251. }
  252. .chanpUl li{
  253. height:34px;
  254. }
  255. .chanpUl li a{
  256. color:#60636d;
  257. }
  258. .chanpUl li:nth-child(even){
  259. background-color: #f3f3f3;
  260. }
  261. .chanpUl li:nth-child(n+8) {display:none; }
  262. .w89{
  263. width:89px !important;
  264. }
  265. .w79{
  266. width:79px !important;
  267. }
  268. .w125{
  269. width:125px !important;
  270. }
  271. .w145{
  272. width:145px !important;
  273. }
  274. .w157{
  275. width:152px !important;
  276. }
  277. .w160{
  278. width:160px !important;
  279. }
  280. .w322{
  281. width:250px !important;
  282. }
  283. .h336{
  284. dispaly:block !important;
  285. height:33.6px !important;
  286. }
  287. .mr10{
  288. margin-right:10px !important;
  289. }
  290. .tit{
  291. font-size:22px;
  292. height:60px;
  293. line-height:60px;
  294. }
  295. .page{
  296. width:271px;
  297. height:28px;
  298. margin-left:347px;
  299. }
  300. .fistpage{
  301. float:left;
  302. font-size:14px;
  303. margin-right:4px;
  304. text-align:center;
  305. width:43px;
  306. height:26px;
  307. border:1px solid #dddddd;
  308. height:28px;
  309. line-height:28px;
  310. }
  311. .leftpage{
  312. float:left;
  313. font-size:14px;
  314. margin-right:4px;
  315. text-align:center;
  316. width:32px;
  317. height:26px;
  318. border:1px solid #dddddd;
  319. height:28px;
  320. line-height:28px;
  321. }
  322. .tpages{
  323. float:left;
  324. font-size:14px;
  325. margin-right:4px;
  326. text-align:center;
  327. width:20px;
  328. height:26px;
  329. border:1px solid #dddddd;
  330. height:28px;
  331. line-height:28px;
  332. }
  333. .footer{
  334. clear:both;
  335. color: #858f9b;
  336. font-size: 14px;
  337. height: 120px;
  338. background: rgba(0, 0, 0, 0.4);
  339. margin-top: 10px;
  340. overflow: hidden;
  341. }
  342. .footer div{
  343. width: 650px;
  344. margin: 20px auto;
  345. }
  346. .footer p{
  347. float: left;
  348. margin-right: 24px;
  349. line-height: 24px;
  350. }
  351. .footer p:first-child{
  352. float: none;
  353. }