recruit_show.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. body{background:white;}
  2. .padding5 {padding:5%;}
  3. .steps {width: 100%;position: relative;overflow: scroll;}
  4. .steps .steps-box {position: relative;}
  5. .steps .steps-box::before {content: '';border-bottom: 2px solid #ccc;width: 100%;position: absolute;top: 50%;z-index:-999;}
  6. .steps ul {display:inline-block;white-space: nowrap;}
  7. .steps ul li {display: inline-block;background: #aaa;color: #fff;border-radius:10px;padding:0 10px;margin-left:20px;min-width:100px;}
  8. .steps ul li.active {background: #dd4250;}
  9. .steps ul li:first-child {margin-left:0;}
  10. .refootnav {
  11. width: 7.5rem;
  12. margin: 0 auto;
  13. position: fixed;
  14. height: 1rem;
  15. bottom: 0;
  16. background-color: #FFFFFF;
  17. text-align: center;
  18. }
  19. .refootnav .btns {
  20. position: relative;
  21. }
  22. .refootnav .btns .signup {
  23. float: left;
  24. width: 100%;
  25. height: 1rem;
  26. line-height: 1rem;
  27. color: #FFF;
  28. background: #fe552e;
  29. font-size: .4rem;
  30. }
  31. .swiper-container {
  32. height:30px;
  33. line-height:30px;
  34. margin:0 5%;
  35. margin-top:20px;
  36. overflow: hidden;
  37. white-space: nowrap;
  38. text-overflow: ellipsis;
  39. }
  40. .swiper-slide a {color:blue;text-decoration:none;}