alpha.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. @charset "utf-8";
  2. #btn{background:url(btn.png) no-repeat;width:183px;height:21px;border:none;cursor:pointer}
  3. #btn_residency,#btn_jobArea,
  4. #btn_FuntypeID,#btn_FuntypeID_2,
  5. #btn_IndustryID,#btn_IndustryID_2,
  6. #btn_hukou,#btn_nation,
  7. #btn_MajorID,#btn_MajorID_2{background: url(../images/form_03.png) no-repeat right;
  8. width: 18px;
  9. height: 18px;border:none;cursor:pointer;border-left: solid 1px #ccc;
  10. padding: 0px 0 0 5px;}
  11. /* 选择居住地 */
  12. #residencyAlpha{padding:10px 4px}
  13. #residencyAlpha h4{color:#F90;font-size:14px;}
  14. #residencyAlpha dl{zoom:1;overflow:hidden;line-height:25px}
  15. #residencyAlpha dt{float:left;width:80px;font-weight:bold}
  16. #residencyAlpha dd{float:left;width:492px}
  17. #residencyAlpha dd li{float:left;width:82px;cursor:pointer;text-indent:4px;height:25px;overflow:Hidden}
  18. #residencyAlpha dd li.over{background:#f90;color:#fff}
  19. #allProv{border-top:1px dashed #ccc;margin-top:6px;padding-top:10px}
  20. /* 居住地 悬浮子菜单 */
  21. #sub_city{border:1px solid #f60;line-height:25px;text-align:left}
  22. #sub_city h4{border-bottom:1px dashed #ccc}
  23. #sub_city ul{overflow:hidden;zoom:1}
  24. #sub_city ul li{float:left;width:60px;height:25px;}
  25. #sub_city ul a{display:block;height:25px;color:#000;text-decoration:none;text-indent:4px}
  26. #sub_city ul a:hover{background:#f90;color:#fff}
  27. /* 选择工作地区 */
  28. #jobAreaAlpha{padding:10px 4px}
  29. #jobAreaAlpha h4{color:#F90;font-size:14px;}
  30. #jobAreaAlpha dl{zoom:1;overflow:hidden;line-height:25px}
  31. #jobAreaAlpha dt{float:left;width:80px;font-weight:bold}
  32. #jobAreaAlpha dd{float:left;width:492px}
  33. #jobAreaAlpha dd li{float:left;width:82px;cursor:pointer;text-indent:16px;height:25px;overflow:Hidden}
  34. #jobAreaAlpha dd li.over{background-color:#f90;color:#fff}
  35. #jobAreSelected{border-bottom:1px dashed #ccc;margin-bottom:10px;padding-bottom:6px}
  36. #jobAreSelected dt{font-size:14px;color:#f90}
  37. #maincity2 li,#jobAreSelected li{background-image:url(chk_off.gif);background-repeat:no-repeat;background-position:2px 6px}
  38. #maincity2 li.chkON,#jobAreSelected li.chkON{background-image:url(chk_on.gif)}
  39. #allProv2{border-top:1px dashed #ccc;margin-top:6px;padding-top:10px}
  40. /* 工作地区 悬浮子菜单 */
  41. #sub_jobArea{border:1px solid #f60;line-height:25px;text-align:left}
  42. #sub_jobArea h4{border-bottom:1px dashed #ccc}
  43. #sub_jobArea ul{overflow:hidden;zoom:1}
  44. #sub_jobArea ul li{float:left;width:80px;height:25px}
  45. #sub_jobArea ul a{display:block;height:25px;color:#000;text-decoration:none;text-indent:16px;background-image:url(chk_off.gif);background-repeat:no-repeat;background-position:2px 6px}
  46. #sub_jobArea ul a:hover{background-color:#f90;color:#fff}
  47. #sub_jobArea ul a.chkON{background-image:url(chk_on.gif)}
  48. /* 选择行业列表 */
  49. #IndustryAlpha{padding:10px 4px}
  50. #IndustryAlpha dl{zoom:1;overflow:hidden;line-height:25px;border-bottom:1px dashed #ccc}
  51. #IndustryAlpha dt{float:left;width: 100%;font-weight:bold;font-size:14px;color: #318ddc;}
  52. #IndustryAlpha dd{float:left;width: 100%;}
  53. #IndustryAlpha ul{zoom:1;overflow:Hidden;line-height:25px;padding:8px 0}
  54. #IndustryAlpha li{float:left;width: 212px;cursor:pointer;text-indent:20px;height:25px;overflow:Hidden;background-image:url(thr-checkbox.png);background-repeat:no-repeat;background-position:left 7px;}
  55. #IndustryAlpha li.over{background-color:#f90;color:#fff}
  56. #IndustryAlpha li.chkON{background-image:url(thr-checkbox.png);background-position:left -22px}
  57. #IndustryAlpha .radio li{background-image:none}
  58. /* 选择职能类别列表 */
  59. #FuntypeAlpha{padding:10px 4px}
  60. #FuntypeAlpha dl{zoom:1;overflow:hidden;line-height:25px;border-bottom:1px dashed #ccc}
  61. #FuntypeAlpha dt{float:left;width:200px;font-weight:bold;font-size:14px;color:#f90}
  62. #FuntypeAlpha dd{float:left;width:450px}
  63. #FuntypeAlpha ul{zoom:1;overflow:Hidden;line-height:25px;padding:8px 0}
  64. #FuntypeAlpha li{float:left;width:220px;cursor:pointer;text-indent:20px;height:25px;overflow:Hidden;background-repeat:no-repeat;background-position:6px 6px}
  65. #FuntypeAlpha li.over{background-color:#f90;color:#fff}
  66. #FuntypeAlpha li.chkON{background-image:url(chk_on.gif)}
  67. /* 职能类别 悬浮子菜单 */
  68. #sub_funtype{border:1px solid #f60;line-height:25px;text-align:left}
  69. #sub_funtype h4{border-bottom:1px dashed #ccc}
  70. #sub_funtype ul{overflow:hidden;zoom:1}
  71. #sub_funtype ul li{float:left;width:220px;height:25px;overflow:hidden}
  72. #sub_funtype ul a{display:block;height:25px;color:#000;text-decoration:none;text-indent:16px;background-image:url(chk_off.gif);background-repeat:no-repeat;background-position:2px 6px}
  73. #sub_funtype ul a:hover{background-color:#f90;color:#fff}
  74. #sub_funtype ul a.chkON{background-image:url(chk_on.gif)}
  75. #sublist .radio a{background-image:none}
  76. /* 国籍 */
  77. #nationAlpha{padding:10px 4px}
  78. #nationAlpha ul{zoom:1;overflow:Hidden;line-height:25px;padding:8px 0}
  79. #nationAlpha li{float:left;width:90px;cursor:pointer;text-indent:20px;height:25px;overflow:Hidden}
  80. #nationAlpha li.over{background:#f90;color:#fff}
  81. /* 选择专业列表 */
  82. #MajorAlpha{padding:10px 4px}
  83. #MajorAlpha ul{zoom:1;overflow:Hidden;line-height:25px;padding:8px 0}
  84. #MajorAlpha li{float:left;width:220px;cursor:pointer;text-indent:20px;height:25px;overflow:Hidden;background-repeat:no-repeat;background-position:6px 6px}
  85. #MajorAlpha li.over{background-color:#f90;color:#fff}
  86. /* 专业 悬浮子菜单 */
  87. #sub_major{border:1px solid #f60;line-height:25px;text-align:left}
  88. #sub_major h4{border-bottom:1px dashed #ccc}
  89. #sub_major ul{overflow:hidden;zoom:1}
  90. #sub_major ul li{float:left;width:220px;height:25px;overflow:hidden}
  91. #sub_major ul a{display:block;height:25px;color:#000;text-decoration:none;text-indent:16px;background-image:url(chk_off.gif);background-repeat:no-repeat;background-position:2px 6px}
  92. #sub_major ul a:hover{background-color:#f90;color:#fff}
  93. #sublist .radio a{background-image:none}