resume_read.css 1.7 KB

123456789101112131415161718192021222324252627282930313233
  1. .content p{ margin-top: 25%; }
  2. .content .btn{
  3. width: 25%;
  4. background: #0190dc;
  5. color: #fff;
  6. height: 60px;
  7. font-size: 22pt;
  8. }
  9. .content p textarea{ background: none; font-size: 26pt; text-align: center; color: #fff;}
  10. .listAddr{text-align: left; }
  11. .resume_name{ font-size: 17pt; font-weight: bold; color: #fff; margin-bottom: 10px;width: 700px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
  12. .resume_info{ font-size: 14pt;color: #fff; }
  13. .circle_info{padding: 20px; border-bottom: solid 1px #999999; position: relative;}
  14. .circle_info .right_box{ position: absolute; top:20px; right: 20px; width: 120px; }
  15. .circle_info .btn{ display: block; border-radius:8px; height: 30px; line-height: 28px; font-size: 14pt;text-align: center; }
  16. .circle_info .show-resume{width: 120px; background: #0190dc; color: #fff; margin-bottom: 8px; }
  17. .circle_info .del{ width: 95px;background: #989b9f; }
  18. /*读取身份证*/
  19. .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;}
  20. .scan_idcard .btn{width:350px;position:absolute;bottom:0;left:0;}
  21. /*读取二维码*/
  22. .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;}
  23. .scan_phone .btn{width:350px;position:absolute;bottom:0;left:0;}
  24. /*返回首页*/
  25. .content .btn.back_btn{
  26. background:url(../../images/hardware/pad/back_icon.png) no-repeat 10px center #0190dc;
  27. width:215px;
  28. padding-left:50px;
  29. margin-top:45px;
  30. }
  31. /*提醒*/
  32. .content .remind{text-align:center;color:#fff;height:60px;line-height:60px;font-size:20px;}