App.css 774 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .AppWrap{
  2. height: 100%;
  3. display: flex;
  4. justify-content: center;
  5. align-items: center;
  6. }
  7. .App{
  8. box-sizing: border-box;
  9. position: relative;
  10. width: 300px;
  11. height: 534px;
  12. overflow: hidden;
  13. overflow-x: hidden;
  14. overflow-y: hidden;
  15. background:#fff;
  16. }
  17. *::-webkit-scrollbar {display:none !important}
  18. .phone6s{
  19. padding: 84px 21px;
  20. background: url('https://wly-1254337200.cos.ap-guangzhou.myqcloud.com/6s.png') no-repeat;
  21. background-size: cover;
  22. }
  23. p.p1,p.p2,p.p3{
  24. font-size: 10px;
  25. }
  26. .AppWrap .title{
  27. font-size: 13px;
  28. }
  29. .pageWrap{
  30. margin-top: 45px;
  31. background: #ffffff;
  32. /*border: 2px solid red;*/
  33. height: 100%;
  34. overflow: auto
  35. }
  36. .indexPage{
  37. position: relative;
  38. z-index: 4;
  39. }