testResultImg.css 736 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. body {
  2. height: 100%;
  3. }
  4. .content {
  5. height: 100%;
  6. }
  7. .banenr {
  8. display: flex;
  9. align-items: center;
  10. justify-content: center;
  11. padding-bottom: 4.375rem;
  12. height: 100%;
  13. }
  14. .banner .slide-image {
  15. width: 100%;
  16. height: auto;
  17. }
  18. .btn-box {
  19. height: 4.375rem;
  20. z-index: 9999;
  21. width: 100%;
  22. padding: 0 0.9375rem;
  23. position: fixed;
  24. bottom: 0;
  25. left: 0;
  26. box-sizing: border-box;
  27. background-color: #ffffff;
  28. display: flex;
  29. align-items: center;
  30. justify-content: center;
  31. }
  32. .btn-box .btn {
  33. width: 100%;
  34. height: 2.75rem;
  35. line-height: 2.75rem;
  36. text-align: center;
  37. font-size: 1.0625rem;
  38. font-family: PingFang SC;
  39. font-weight: 400;
  40. color: #ffffff;
  41. background: #C39A58 !important;
  42. border-radius: 1.375rem;
  43. }