index_6e7b938.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /*!newwap:page/index/index.scss*/
  2. body {
  3. background: url(body_bg@2x_e3621a6.png) no-repeat #fff;
  4. background-size: 100% auto
  5. }
  6. body #container {
  7. display: block;
  8. text-decoration: none
  9. }
  10. body #container .slogan-warpper {
  11. padding-top: .84rem;
  12. text-align: center
  13. }
  14. body #container .slogan-warpper img {
  15. width: 3.78rem;
  16. height: auto
  17. }
  18. body #container .cellphone-warpper {
  19. padding-top: .4rem;
  20. text-align: center
  21. }
  22. body #container .cellphone-warpper img {
  23. width: 6.12rem;
  24. height: auto
  25. }
  26. body #container .button-warpper {
  27. padding-bottom: .2rem
  28. }
  29. body #container .button-warpper .button {
  30. position: relative;
  31. display: block;
  32. width: 3rem;
  33. height: .8rem;
  34. margin: 0 auto;
  35. padding-left: .5rem;
  36. background: #fff;
  37. border-radius: .82rem;
  38. line-height: .8rem;
  39. font-size: 18px;
  40. color: #999;
  41. text-align: center;
  42. }
  43. body #container .button-warpper .button:before {
  44. position: absolute;
  45. width: .64rem;
  46. height: .64rem;
  47. top: .08rem;
  48. left: .46rem;
  49. background: url(icon_download@2x_8f0ec52.png) 0 center;
  50. background-size: 100% auto;
  51. content: ''
  52. }