resume.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. @charset "utf-8";
  2. input::-webkit-input-placeholder {
  3. color: #7dbff5;
  4. font-size: 22px;
  5. }
  6. select option{
  7. border-bottom: 1px solid #0e58d6;
  8. color: #0482d0;
  9. }
  10. .create-resume-content{
  11. margin: 0 auto;
  12. width: 1920px;
  13. height: 1080px;
  14. background: url(../../images/aio/index-bg.png) no-repeat;
  15. overflow: hidden;
  16. }
  17. .resume-content-body{
  18. width: 100%;
  19. height: 649px;
  20. }
  21. .create-resume-title{
  22. margin-top: 200px;
  23. width: 1920px;
  24. font-size:32px;
  25. color:#151515;
  26. text-align:center;
  27. letter-spacing: 5px;
  28. line-height:100px;
  29. }
  30. .create-resume-content-img{
  31. display: block;
  32. width: 143px;
  33. margin: 0 auto;
  34. padding: 14px 0px;
  35. }
  36. .content-info-table td{
  37. height:55px;
  38. }
  39. .resume-content-info{
  40. width: 950px;
  41. height: 470px;
  42. margin: 0 auto;
  43. padding: 10px 85px;
  44. background-color:#f0fbff;
  45. border-radius:5px;
  46. }
  47. .table-wapper-lefttitle {
  48. height: 25px;
  49. font-family: "MicrosoftYaHei";
  50. font-size: 24px;
  51. font-weight: normal;
  52. font-stretch: normal;
  53. line-height: 25px;
  54. letter-spacing: 0px;
  55. color: #0f78f7;
  56. float:left;
  57. position:relative;
  58. top:3px;
  59. }
  60. .empty-lefttitle{
  61. display: block;
  62. width: 120px;
  63. }
  64. .content-info-tdone{
  65. display: inline-block;
  66. float: left;
  67. }
  68. .content-select{
  69. margin-top: 1px;
  70. }
  71. .content-fg{
  72. margin-right:10px;
  73. }
  74. .table-wapper-rightinput {
  75. font-family: "MicrosoftYaHei";
  76. font-size: 24px;
  77. font-weight: normal;
  78. letter-spacing: 0px;
  79. color: #3d3d3d;
  80. background: none;
  81. outline: none;
  82. border: none;
  83. border-bottom: dashed 2px #0f78f7;
  84. float:left;
  85. }
  86. .table-wapper-righttextarea{
  87. resize:none;
  88. overflow: hidden;
  89. }
  90. .wapper-rightinput-one{
  91. width: 96px;
  92. margin-right:10px;
  93. }
  94. .wapper-rightinput-two{
  95. width: 70px;
  96. }
  97. .wapper-rightinput-three{
  98. width: 215px;
  99. }
  100. .wapper-rightinput-four{
  101. width: 645px;
  102. }
  103. .wapper-rightinput-five{
  104. width: 192px;
  105. }
  106. .wapper-rightinput-six{
  107. width: 676.5px;
  108. }
  109. .resume-submit{
  110. width: 764px;
  111. height: 83px;
  112. margin: 50px auto 0px auto;
  113. background-color:#0064f6;
  114. border-radius:5px;
  115. text-align:center;
  116. }
  117. .Btnstyle{
  118. width: 116px;
  119. height: 26px;
  120. font-family: MicrosoftYaHei;
  121. font-size: 26px;
  122. font-weight: normal;
  123. font-stretch: normal;
  124. line-height: 36px;
  125. letter-spacing: 0px;
  126. color: #ffffff;
  127. background: none;
  128. border: none;
  129. outline: none;
  130. }
  131. .resume-submitBtn{
  132. width: 764px;
  133. line-height: 83px;
  134. height: 83px;
  135. /* font-family: "SimHei";*/
  136. }
  137. .top-select-style{
  138. height: 35px;
  139. font-family: "MicrosoftYaHei";
  140. font-size: 22px;
  141. font-weight: normal;
  142. font-stretch: normal;
  143. line-height: 20px;
  144. letter-spacing: 0px;
  145. color: #3d3d3d;
  146. background: none;
  147. border-bottom: 2px dashed #0f78f7;
  148. border-top: none;
  149. border-left: none;
  150. border-right: none;
  151. outline: none;
  152. margin-top: 0px;
  153. background-image: url(../../images/newjoblist/newjoblist-select-icon.png);
  154. background-repeat: no-repeat;
  155. outline: none;
  156. appearance:none;
  157. -moz-appearance:none;
  158. -webkit-appearance:none;
  159. -ms-appearance:none;
  160. background-size:12px;
  161. background-position:right center;
  162. }
  163. .top-select-xb{
  164. width:68px;
  165. margin-right:10px;
  166. }
  167. .top-select-jg{
  168. width: 174px !important;
  169. margin-right:10px;
  170. }
  171. .top-select-qz{
  172. width: 314.5px;
  173. margin-right:10px;
  174. }
  175. .top-select-xlxz{
  176. width: 256.4px;
  177. margin-right:10px;
  178. }
  179. .member-login-footer{
  180. position:relative;
  181. }
  182. .member-login-footer .url_show{
  183. font-size:28px;
  184. color:#fff;
  185. position:absolute;
  186. top:85px;
  187. left:150px;
  188. }
  189. .member-login-footer .url_show .url_now{
  190. color:#0f78f7;
  191. font-weight:600;
  192. }