webOnServer.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. @media screen and (max-width: 750px) {
  2. html {
  3. font-size: calc(100vw / 7.5);
  4. }
  5. }
  6. @media screen and (min-width: 750px) {
  7. html {
  8. font-size: calc(450px / 7.5);
  9. }
  10. }
  11. html, body, div, ul, li, p {
  12. padding: 0;
  13. margin: 0;
  14. }
  15. ul, li {
  16. list-style: none;
  17. }
  18. .container{
  19. width: 7.5rem;
  20. height: 100vh;
  21. background: #F2F2F2;
  22. margin: 0 auto;
  23. }
  24. .title{
  25. width: 100%;
  26. text-align: center;
  27. font-size: 0.4rem;
  28. padding-top: 1.2rem;
  29. }
  30. .middle{
  31. display: flex;
  32. }
  33. .phone{
  34. width: 2.58rem;
  35. height: 5.2rem;
  36. margin: 0.72rem 0 0 0.76rem;
  37. position: relative;
  38. }
  39. .arrow{
  40. width: 1.3rem;
  41. height: 0.48rem;
  42. position: absolute;
  43. right: -0.9rem;
  44. bottom: 2.26rem;
  45. }
  46. .arrow-img{
  47. width: 100%;
  48. height: 100%;
  49. }
  50. .img{
  51. width: 100%;
  52. height: 100%;
  53. }
  54. .app{
  55. margin: 1.8rem 0 0 0.84rem;
  56. }
  57. .app-img{
  58. width: 2rem;
  59. height: 2rem;
  60. border-radius: 0.38rem;
  61. }
  62. .app-text{
  63. width: 2rem;
  64. font-size: 0.32rem;
  65. }
  66. .footer-wrap{
  67. position: fixed;
  68. bottom: 0.84rem;
  69. left: 50%;
  70. margin-left: -2.99rem;
  71. width: 5.98rem;
  72. height: 1.6rem;
  73. background-color: #FFFFFF;
  74. box-shadow: 0 0.04rem 0.24rem 0 #D4DAE4;
  75. border-radius: 0.2rem;
  76. }
  77. .top{
  78. display: flex;
  79. justify-content: center;
  80. align-items: center;
  81. margin-top: 0.3rem;
  82. }
  83. .top-text{
  84. font-size: 0.28rem;
  85. }
  86. .download-img{
  87. width: 0.34rem;
  88. height: 0.44rem;
  89. margin-left: 0.14rem;
  90. }
  91. .bottom{
  92. display: flex;
  93. justify-content: center;
  94. align-items: center;
  95. margin-top: 0.1rem;
  96. }
  97. .add-img{
  98. width: 0.36rem;
  99. height: 0.36rem;
  100. margin-left: 0.14rem;
  101. }
  102. .left-text{
  103. font-size: 0.28rem;
  104. }
  105. .right-text{
  106. font-size: 0.28rem;
  107. }
  108. .down-img{
  109. width: 0.42rem;
  110. height: 0.28rem;
  111. position: absolute;
  112. left: 50%;
  113. bottom: -0.56rem;
  114. margin-left: -0.21rem;
  115. }