123456789101112131415161718192021222324252627282930313233 |
- .content p{ margin-top: 25%; }
- .content .btn{
- width: 25%;
- background: #0190dc;
- color: #fff;
- height: 60px;
- font-size: 22pt;
- }
- .content p textarea{ background: none; font-size: 26pt; text-align: center; color: #fff;}
- .listAddr{text-align: left; }
- .resume_name{ font-size: 17pt; font-weight: bold; color: #fff; margin-bottom: 10px;width: 700px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
- .resume_info{ font-size: 14pt;color: #fff; }
- .circle_info{padding: 20px; border-bottom: solid 1px #999999; position: relative;}
- .circle_info .right_box{ position: absolute; top:20px; right: 20px; width: 120px; }
- .circle_info .btn{ display: block; border-radius:8px; height: 30px; line-height: 28px; font-size: 14pt;text-align: center; }
- .circle_info .show-resume{width: 120px; background: #0190dc; color: #fff; margin-bottom: 8px; }
- .circle_info .del{ width: 95px;background: #989b9f; }
- /*读取身份证*/
- .scan_idcard{width:350px;height:400px;float:left ;margin-top:65px;position:relative;background:url(../../images/hardware/pad/tablet_idcard.png) no-repeat center top;}
- .scan_idcard .btn{width:350px;position:absolute;bottom:0;left:0;}
- /*读取二维码*/
- .scan_phone{width:350px;height:444px;float:right;margin-top:21px;margin-left:110px;position:relative;background:url(../../images/hardware/pad/tablet_phone.png) no-repeat center top;}
- .scan_phone .btn{width:350px;position:absolute;bottom:0;left:0;}
- /*返回首页*/
- .content .btn.back_btn{
- background:url(../../images/hardware/pad/back_icon.png) no-repeat 10px center #0190dc;
- width:215px;
- padding-left:50px;
- margin-top:45px;
- }
- /*提醒*/
- .content .remind{text-align:center;color:#fff;height:60px;line-height:60px;font-size:20px;}
|