index.css 805 B

12345678910111213141516171819202122232425262728293031
  1. .question-guide {
  2. position: fixed;
  3. top: 50%;
  4. left: 50%;
  5. z-index: 56;
  6. padding-top: 2.4rem;
  7. background: url("../../images/guide1.png") .55rem top/1.5rem .8rem no-repeat,
  8. url("../../images/guide2.png") center .28rem/ 1.2rem 1.32rem no-repeat,
  9. url("../../images/guide3.png") 4.15rem top/1.5rem .8rem no-repeat;
  10. -webkit-transform: translate(-50%, -50%);
  11. transform: translate(-50%, -50%);
  12. font-size: .28rem;
  13. text-align: center;
  14. color: #fff;
  15. }
  16. .question-guide button {
  17. width: 6.2rem;
  18. height: .86rem;
  19. border-radius: .43rem;
  20. margin-top: 1.05rem;
  21. background-color: #fff;
  22. font-family: inherit;
  23. font-weight: normal;
  24. font-size: .28rem;
  25. color: #282828;
  26. }
  27. .mask {
  28. background-color: rgba(0, 0, 0, .6);
  29. }