resume_manager.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. /* 个人简历管理*/
  2. .split-block-title a {
  3. position: relative;
  4. }
  5. .split-block-title a::after {
  6. content: '';
  7. display: inline-block;
  8. width: 0;
  9. height: 0;
  10. border-top: .12rem solid transparent;
  11. border-left: .15rem solid #FF6600;
  12. border-bottom: .12rem solid transparent;
  13. position: absolute;
  14. right: -.20rem;
  15. top: .05rem;
  16. }
  17. .resume {
  18. background: #ffffff;
  19. width: 100%;
  20. border-bottom: 1px solid #f0f0f0;
  21. border-top: 1px solid #f0f0f0;
  22. }
  23. .resume .info {
  24. padding: .25rem .35rem;
  25. }
  26. .resume .info .line-one {
  27. height: .6rem;
  28. line-height: .6rem;
  29. }
  30. .resume .info .line-one .resume-title {
  31. width: 40%;
  32. float: left;
  33. color: #333333;
  34. }
  35. .resume .info .line-one .is-default {
  36. width: 30%;
  37. float: left;
  38. }
  39. .resume .info .line-one .is-default span {
  40. width: 20%;
  41. background-color: #ff6600;
  42. padding: .02rem .08rem;
  43. border: 1px solid #ff6600;
  44. border-radius: .08rem;
  45. color: #ffffff;
  46. }
  47. .resume .info .line-one .resume-status {
  48. float: right;
  49. }
  50. .resume .info .line-two {
  51. height: .5rem;
  52. line-height: .5rem;
  53. }
  54. .resume .info .line-two .privacy {
  55. float: left;
  56. width: 40%;
  57. }
  58. .resume .info .line-two .complete {
  59. float: left;
  60. width: 60%;
  61. }
  62. .resume .info .line-three {
  63. height: .5rem;
  64. line-height: .5rem;
  65. }
  66. .resume .info .line-three .down-browse {
  67. float: left;
  68. width: 40%;
  69. }
  70. .resume .info .line-three .refresh-time {
  71. float: left;
  72. width: 60%;
  73. }
  74. .resume .handler {
  75. background: #f8f9fa;
  76. padding: 0 .2rem;
  77. border-top: 1px solid #f0f0f0;
  78. }
  79. .resume .handler .item {
  80. width: 20%;
  81. height: 1.5rem;
  82. padding-top: .2rem;
  83. float: left;
  84. }
  85. .resume .handler .item:active {
  86. background: #f0f0f0;
  87. }
  88. .resume .handler .item:active span {
  89. color: #ff6600;
  90. }
  91. .resume .handler .item .pic {
  92. width: .6rem;
  93. height: .6rem;
  94. background-size: .6rem;
  95. margin: 0 auto;
  96. background-repeat: no-repeat;
  97. }
  98. .resume .handler .item .pic.refresh {
  99. background-image: url(../images/115.png);
  100. }
  101. .resume .handler .item .pic.update {
  102. background-image: url(../images/116.png);
  103. }
  104. .resume .handler .item .pic.preview {
  105. background-image: url(../images/117.png);
  106. }
  107. .resume .handler .item .pic.generalize {
  108. background-image: url(../images/118.png);
  109. }
  110. .resume .handler .item .pic.more {
  111. background-image: url(../images/119.png);
  112. }
  113. .resume .handler .item span {
  114. height: .5rem;
  115. line-height: .5rem;
  116. color: #666666;
  117. text-align: center;
  118. display: block;
  119. margin-top: .1rem;
  120. }
  121. .resume .handler .item span.disable {
  122. color: #999999;
  123. }
  124. .resume .handler .item span.last {
  125. border: 0px;
  126. }
  127. /* 面试邀请、谁看过我、已申请的职位共用 */
  128. .list-item {
  129. background: #ffffff;
  130. padding-top: .2rem;
  131. padding-bottom: .25rem;
  132. border-bottom: 1px solid #f0f0f0;
  133. }
  134. .list-item .content {
  135. width: 90%;
  136. margin: 0 auto;
  137. }
  138. .list-item .content .line-one {
  139. height: .6rem;
  140. line-height: .6rem;
  141. position: relative;
  142. }
  143. .list-item .content .line-one .title {
  144. width: 70%;
  145. float: left;
  146. color: #333333;
  147. }
  148. .list-item .content .line-one .title.no-read {
  149. font-weight: bolder;
  150. }
  151. .list-item .content .line-one .title .red-tip {
  152. position: absolute;
  153. width: .22rem;
  154. height: .22rem;
  155. border: .04rem #FFFFFF solid;
  156. border-radius: .15rem;
  157. background-color: #FF0000;
  158. left: -.28rem;
  159. top: .16rem;
  160. }
  161. .list-item .content .line-one .right {
  162. float: right;
  163. }
  164. .list-item .content .line-one .delete {
  165. float: right;
  166. border: 1px solid #fd8000;
  167. color: #fd8000;
  168. width: 1rem;
  169. height: .52rem;
  170. line-height: .52rem;
  171. text-align: center;
  172. margin-top: .04rem;
  173. border-radius: .08rem;
  174. }
  175. .list-item .content .line-one .delete:active {
  176. background: #fd8000;
  177. color: #ffffff;
  178. }
  179. .list-item .content .line-two {
  180. height: .5rem;
  181. line-height: .5rem;
  182. }
  183. .list-item .content .line-two .left {
  184. width: 70%;
  185. float: left;
  186. }
  187. .list-item .content .line-two .right {
  188. float: right;
  189. }
  190. .list-item .content .line-three {
  191. height: .5rem;
  192. line-height: .5rem;
  193. }
  194. .list-item .content .line-four {
  195. color: #999999;
  196. line-height: .4rem;
  197. }