big-window.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. /*选择职位 行业*/
  2. .big-window
  3. {
  4. width: 980px;
  5. height: 560px;
  6. position: absolute;
  7. box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  8. border: #ccc 3px solid;
  9. top: 50%;
  10. left: 50%;
  11. display: none;
  12. z-index: 10000;
  13. margin: -280px 0 0 -490px;
  14. background: #fff;
  15. }
  16. .bg-f0
  17. {
  18. background: #f0f0f0;
  19. }
  20. .big-window .title
  21. {
  22. width: 100%;
  23. height: 30px;
  24. color: #333;
  25. line-height: 30px;
  26. text-indent: 15px;
  27. background: #fff;
  28. border-bottom: #ccc 1px dotted;
  29. }
  30. .big-window .title a
  31. {
  32. width: 12px;
  33. height: 12px;
  34. display: block;
  35. position: absolute;
  36. top: 10px;
  37. right: 15px;
  38. background: url(images/close.png) no-repeat center top;
  39. }
  40. .big-window .title .tip
  41. {
  42. font-size: 12px;
  43. color: #f79b92;
  44. margin-left: 5px;
  45. }
  46. .big-window .title a:hover
  47. {
  48. background: url(images/close.png) no-repeat center bottom;
  49. }
  50. .sele-tag
  51. {
  52. width: 100%;
  53. height: 50px;
  54. padding: 10px 15px;
  55. background: #fff;
  56. }
  57. .sele-tag dl
  58. {
  59. width: 100%;
  60. line-height: 30px;
  61. display: table;
  62. font-size: 12px;
  63. }
  64. .sele-tag dt
  65. {
  66. width: 50px;
  67. display: table-cell;
  68. color: #e05447;
  69. vertical-align: middle;
  70. }
  71. .sele-tag dd
  72. {
  73. display: table-cell;
  74. }
  75. .sele-tag dd a
  76. {
  77. background: url(select111.png) no-repeat left center;
  78. padding: 0 0 0 22px;
  79. margin: 0 10px 0 0;
  80. color: #333;
  81. display: block;
  82. float: left;
  83. max-width: 158px;
  84. text-overflow: ellipsis;
  85. white-space: nowrap;
  86. overflow: hidden;
  87. }
  88. .sele-tag a.btn
  89. {
  90. background: #f2766a;
  91. padding: 0 15px;
  92. color: #fff;
  93. width: auto;
  94. border-radius: 4px;
  95. margin: 3px 0 0 0;
  96. line-height: 24px;
  97. float: right;
  98. }
  99. .sele-tag dd a.btn:hover
  100. {
  101. background: #e05447;
  102. }
  103. .position-menu
  104. {
  105. width: 100%;
  106. height: 480px;
  107. position: relative;
  108. padding: 5px 0;
  109. }
  110. .position-menu .menu
  111. {
  112. width: 160px;
  113. position: absolute;
  114. z-index: 2;
  115. float: left;
  116. }
  117. .position-menu .sub-menu
  118. {
  119. width: 815px;
  120. padding: 10px;
  121. margin-left: 159px;
  122. height: 469px;
  123. overflow: auto;
  124. border: #eee 1px solid;
  125. float: left;
  126. background: #fff;
  127. }
  128. .position-menu .menu li
  129. {
  130. width: 100%;
  131. height: 36px;
  132. line-height: 36px;
  133. cursor: pointer;
  134. color: #666;
  135. background: url(ico-jj2.png) no-repeat right bottom;
  136. text-indent: 15px;
  137. border-bottom: #eee 1px solid;
  138. }
  139. .position-menu .menu li.sele
  140. {
  141. color: #e05447;
  142. background: #fff url(ico-jj2.png) no-repeat right top;
  143. }
  144. .position-menu .sub-menu dl, .industry-list dl
  145. {
  146. width: 100%;
  147. display: table;
  148. font-size: 12px;
  149. padding: 4px 0 2px 0;
  150. border-bottom: #eee 1px dotted;
  151. }
  152. .position-menu .sub-menu dt, .industry-list dt
  153. {
  154. display: table-cell;
  155. width: 90px;
  156. color: #333;
  157. padding: 2px 10px 0 0;
  158. vertical-align: top;
  159. }
  160. .position-menu .sub-menu dd, .industry-list dd
  161. {
  162. display: table-cell;
  163. }
  164. .position-menu .sub-menu dd a, .industry-list dd a
  165. {
  166. background: url(select000.png) no-repeat left center;
  167. padding: 0 0 0 20px;
  168. margin: 1px 3px;
  169. color: #666;
  170. display: block;
  171. float: left;
  172. width: 166px;
  173. text-overflow: ellipsis;
  174. white-space: nowrap;
  175. overflow: hidden;
  176. }
  177. .position-menu .sub-menu dd a.sele, .industry-list dd a.sele
  178. {
  179. background: url(select111.png) no-repeat left center;
  180. color: #f2766a;
  181. }
  182. .industry-list
  183. {
  184. width: 100%;
  185. padding: 5px 15px;
  186. background: #fff;
  187. }
  188. .industry-list dl
  189. {
  190. padding: 4px 0 2px 0;
  191. }
  192. .industry-list dt
  193. {
  194. width: 160px;
  195. padding: 1px 0 0 0;
  196. font-size: 14px;
  197. }
  198. .industry-list dd a
  199. {
  200. width: 190px;
  201. }
  202. .industry-btn
  203. {
  204. width: 100%;
  205. padding: 10px 0;
  206. text-align: center;
  207. }
  208. .industry-btn a.btn
  209. {
  210. background: #f2766a;
  211. padding: 5px 15px;
  212. color: #fff;
  213. width: auto;
  214. border-radius: 4px;
  215. }
  216. .industry-btn a.btn:hover
  217. {
  218. background: #e05447;
  219. }