jobs_manager.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  1. /* 企业职位管理*/
  2. .jobs-manager-top-nav {
  3. background: #fff;
  4. }
  5. .jobs-manager-top-nav .n-cell {
  6. position: relative;
  7. width: 50%;
  8. float: left;
  9. text-align: center;
  10. }
  11. .jobs-manager-top-nav .n-cell .b-line {
  12. display: none;
  13. position: absolute;
  14. top: 1.02rem;
  15. width: 100%;
  16. height: .03rem;
  17. background: #0180CF;
  18. }
  19. .jobs-manager-top-nav .n-cell.active {
  20. color: #0180cf;
  21. }
  22. .jobs-manager-top-nav .n-cell.active .b-line {
  23. display: block;
  24. }
  25. .job {
  26. background: #ffffff;
  27. width: 100%;
  28. border-bottom: 1px solid #f0f0f0;
  29. border-top: 1px solid #f0f0f0;
  30. }
  31. .job .info {
  32. height: 2.1rem;
  33. padding: .25rem .35rem;
  34. }
  35. .job .info .line-one {
  36. height: .6rem;
  37. line-height: .6rem;
  38. }
  39. .job .info .line-one .job-name {
  40. width: 70%;
  41. float: left;
  42. color: #333333;
  43. }
  44. .job .info .line-one .job-status {
  45. float: right;
  46. }
  47. .job .info .line-two {
  48. height: .5rem;
  49. line-height: .5rem;
  50. }
  51. .job .info .line-three {
  52. height: .5rem;
  53. line-height: .5rem;
  54. }
  55. .job .info .line-three .pic {
  56. float: left;
  57. height: 100%;
  58. background-repeat: no-repeat;
  59. background-size: .3rem;
  60. background-position: 0 center;
  61. padding-left: .4rem;
  62. padding-right: .2rem;
  63. }
  64. .job .info .line-three .pic.apply {
  65. background-image: url(../images/52.png);
  66. }
  67. .job .info .line-three .pic.browse {
  68. background-image: url(../images/53.png);
  69. background-size: .4rem;
  70. padding-left: .45rem;
  71. }
  72. .job .info .line-three .pic.refresh {
  73. background-image: url(../images/54.png);
  74. background-size: .28rem;
  75. }
  76. .job .handler {
  77. background: #f8f9fa;
  78. height: 1rem;
  79. padding: 0 .2rem;
  80. border-top: 1px solid #f0f0f0;
  81. }
  82. .job .handler .item {
  83. width: 25%;
  84. height: 1rem;
  85. line-height: 1rem;
  86. float: left;
  87. }
  88. .job .handler .item:active {
  89. background: #f0f0f0;
  90. }
  91. .job .handler .item:active span {
  92. color: #ff6600;
  93. }
  94. .job .handler .item span {
  95. height: .5rem;
  96. line-height: .5rem;
  97. color: #666666;
  98. text-align: center;
  99. text-decoration: none;
  100. border-right: 1px #dddddd solid;
  101. display: block;
  102. margin-top: .22rem;
  103. }
  104. .job .handler .item span.disable {
  105. color: #999999;
  106. }
  107. .job .handler .item span.last {
  108. border: 0px;
  109. }
  110. /* 收到的简历、已下载简历、收藏的简历共用 */
  111. .resume {
  112. background: #ffffff;
  113. padding-top: .2rem;
  114. padding-bottom: .25rem;
  115. border-bottom: 1px solid #f0f0f0;
  116. }
  117. .resume .content {
  118. width: 90%;
  119. margin: 0 auto;
  120. }
  121. .resume .content .line-one {
  122. height: .6rem;
  123. line-height: .6rem;
  124. position: relative;
  125. }
  126. .resume .content .line-one .real-name {
  127. width: 40%;
  128. float: left;
  129. color: #333333;
  130. }
  131. .resume .content .line-one .real-name.no-reply {
  132. font-weight: bolder;
  133. }
  134. .resume .content .line-one .real-name .red-tip {
  135. position: absolute;
  136. width: .22rem;
  137. height: .22rem;
  138. border: .04rem #FFFFFF solid;
  139. border-radius: .15rem;
  140. background-color: #FF0000;
  141. left: -.28rem;
  142. top: .16rem;
  143. }
  144. .resume .content .line-one .reply-status {
  145. float: right;
  146. }
  147. .resume .content .line-one .delete {
  148. float: right;
  149. border: 1px solid #fd8000;
  150. color: #fd8000;
  151. width: 1rem;
  152. height: .52rem;
  153. line-height: .52rem;
  154. text-align: center;
  155. margin-top: .04rem;
  156. border-radius: .08rem;
  157. }
  158. .resume .content .line-one .delete:active {
  159. background: #fd8000;
  160. color: #ffffff;
  161. }
  162. .resume .content .line-two {
  163. height: .5rem;
  164. line-height: .5rem;
  165. }
  166. .resume .content .line-two .info {
  167. width: 70%;
  168. float: left;
  169. }
  170. .resume .content .line-two .date {
  171. float: right;
  172. }
  173. .resume .content .line-three {
  174. height: .5rem;
  175. line-height: .5rem;
  176. }
  177. .resume .content .line-four {
  178. color: #999999;
  179. line-height: .4rem;
  180. }
  181. /* 企业资料 */
  182. .com-logo {
  183. background: #ffffff;
  184. padding: .35rem;
  185. }
  186. .com-logo .logo {
  187. width: 1.6rem;
  188. height: 1.6rem;
  189. border-radius: .1rem;
  190. float: left;
  191. padding: .05rem;
  192. border: 1px #E8E8E8 solid;
  193. }
  194. .com-logo .logo img {
  195. width: 1.5rem;
  196. height: 1.5rem;
  197. border-radius: .1rem;
  198. }
  199. .com-logo .desc {
  200. width: 4.6rem;
  201. height: 1.6rem;
  202. line-height: .5rem;
  203. padding-left: .3rem;
  204. padding-top: .25rem;
  205. float: left;
  206. }
  207. .com-map {
  208. background: #ffffff;
  209. padding: 0 .4rem .35rem;
  210. }
  211. .com-map .desc {
  212. height: 1.05rem;
  213. line-height: 1.05rem;
  214. }
  215. .com-map .map {
  216. height: 5rem;
  217. text-align: center;
  218. padding: .05rem;
  219. border: 1px #E8E8E8 solid;
  220. }
  221. .com-introduce {
  222. background: #ffffff;
  223. padding: .35rem;
  224. }
  225. .com-introduce textarea {
  226. width: 100%;
  227. height: 3.5rem;
  228. border: 0px;
  229. }
  230. .com-introduce-tip {
  231. height: 0.85rem;
  232. line-height: 0.85rem;
  233. padding: 0 0.35rem;
  234. }
  235. .com-introduce-tip .text-num {
  236. float: left;
  237. }
  238. .com-introduce-tip .text-clear {
  239. float: right;
  240. background-image: url(../images/45.png);
  241. background-repeat: no-repeat;
  242. background-size: .4rem;
  243. background-position: 0rem center;
  244. padding-left: .5rem;
  245. }