over.css 727 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. html,
  2. body,
  3. h1,
  4. h2,
  5. h3,
  6. h4,
  7. h5,
  8. h6,
  9. p,
  10. ul,
  11. li,
  12. div,
  13. section {
  14. padding: 0;
  15. margin: 0;
  16. }
  17. html,
  18. body {
  19. width: 100%;
  20. height: 100%;
  21. font-family: "微软雅黑";
  22. }
  23. body{
  24. }
  25. .full {
  26. position: fixed;
  27. top: 0;
  28. left: 0;
  29. bottom: 0;
  30. right: 0;
  31. }
  32. .end-box {
  33. /* background: rgba(0, 0, 0, 0.8); */
  34. background:url(../img/bg.png) no-repeat center top;
  35. background-size:cover;
  36. }
  37. .end {
  38. margin: 25vw auto 0;
  39. min-height: 75vw;
  40. width: 86vw;
  41. line-height: 10vw;
  42. font-size: 6vw;
  43. text-align: center;
  44. color: #FF5216;
  45. font-weight: bold;
  46. }
  47. .end img{
  48. display:block;
  49. width:100%;
  50. height:auto;
  51. }
  52. .btn {
  53. display: block;
  54. width: 43vw;
  55. min-height:12vw;
  56. margin: 10vw auto;
  57. }
  58. .btn img {
  59. display: block;
  60. width: 100%;
  61. height: auto;
  62. }