123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194 |
- @charset "utf-8";
- input::-webkit-input-placeholder {
- color: #7dbff5;
- font-size: 22px;
- }
- select option{
- border-bottom: 1px solid #0e58d6;
- color: #0482d0;
- }
- .create-resume-content{
- margin: 0 auto;
- width: 1920px;
- height: 1080px;
- background: url(../../images/aio/index-bg.png) no-repeat;
- overflow: hidden;
- }
- .resume-content-body{
- width: 100%;
- height: 649px;
- }
- .create-resume-title{
- margin-top: 200px;
- width: 1920px;
- font-size:32px;
- color:#151515;
- text-align:center;
- letter-spacing: 5px;
- line-height:100px;
- }
- .create-resume-content-img{
- display: block;
- width: 143px;
- margin: 0 auto;
- padding: 14px 0px;
- }
- .content-info-table td{
- height:55px;
- }
- .resume-content-info{
- width: 950px;
- height: 470px;
- margin: 0 auto;
- padding: 10px 85px;
- background-color:#f0fbff;
- border-radius:5px;
- }
- .table-wapper-lefttitle {
- height: 25px;
- font-family: "MicrosoftYaHei";
- font-size: 24px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 25px;
- letter-spacing: 0px;
- color: #0f78f7;
- float:left;
- position:relative;
- top:3px;
- }
- .empty-lefttitle{
- display: block;
- width: 120px;
- }
- .content-info-tdone{
- display: inline-block;
- float: left;
- }
- .content-select{
- margin-top: 1px;
- }
- .content-fg{
- margin-right:10px;
- }
- .table-wapper-rightinput {
- font-family: "MicrosoftYaHei";
- font-size: 24px;
- font-weight: normal;
- letter-spacing: 0px;
- color: #3d3d3d;
- background: none;
- outline: none;
- border: none;
- border-bottom: dashed 2px #0f78f7;
- float:left;
- }
- .table-wapper-righttextarea{
- resize:none;
- overflow: hidden;
- }
- .wapper-rightinput-one{
- width: 96px;
- margin-right:10px;
- }
- .wapper-rightinput-two{
- width: 70px;
- }
- .wapper-rightinput-three{
- width: 215px;
- }
- .wapper-rightinput-four{
- width: 645px;
- }
- .wapper-rightinput-five{
- width: 192px;
- }
- .wapper-rightinput-six{
- width: 676.5px;
- }
- .resume-submit{
- width: 764px;
- height: 83px;
- margin: 50px auto 0px auto;
- background-color:#0064f6;
- border-radius:5px;
- text-align:center;
- }
- .Btnstyle{
- width: 116px;
- height: 26px;
- font-family: MicrosoftYaHei;
- font-size: 26px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 36px;
- letter-spacing: 0px;
- color: #ffffff;
- background: none;
- border: none;
- outline: none;
- }
- .resume-submitBtn{
- width: 764px;
- line-height: 83px;
- height: 83px;
- /* font-family: "SimHei";*/
- }
- .top-select-style{
- height: 35px;
- font-family: "MicrosoftYaHei";
- font-size: 22px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 20px;
- letter-spacing: 0px;
- color: #3d3d3d;
- background: none;
- border-bottom: 2px dashed #0f78f7;
- border-top: none;
- border-left: none;
- border-right: none;
- outline: none;
- margin-top: 0px;
- background-image: url(../../images/newjoblist/newjoblist-select-icon.png);
- background-repeat: no-repeat;
- outline: none;
- appearance:none;
- -moz-appearance:none;
- -webkit-appearance:none;
- -ms-appearance:none;
- background-size:12px;
- background-position:right center;
- }
- .top-select-xb{
- width:68px;
- margin-right:10px;
- }
- .top-select-jg{
- width: 174px !important;
- margin-right:10px;
- }
- .top-select-qz{
- width: 314.5px;
- margin-right:10px;
- }
- .top-select-xlxz{
- width: 256.4px;
- margin-right:10px;
- }
- .member-login-footer{
- position:relative;
- }
- .member-login-footer .url_show{
- font-size:28px;
- color:#fff;
- position:absolute;
- top:85px;
- left:150px;
- }
- .member-login-footer .url_show .url_now{
- color:#0f78f7;
- font-weight:600;
- }
|