webOnServer.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  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. .entry-app-img,.app-img{
  58. width: 2rem;
  59. height: 2rem;
  60. border-radius: 0.38rem;
  61. }
  62. .entry-app-text,.app-text{
  63. width: 2rem;
  64. text-align: center;
  65. font-size: 0.32rem;
  66. }
  67. .footer-wrap{
  68. position: fixed;
  69. bottom: 0.84rem;
  70. left: 50%;
  71. margin-left: -2.99rem;
  72. width: 5.98rem;
  73. height: 1.6rem;
  74. background-color: #FFFFFF;
  75. box-shadow: 0 0.04rem 0.24rem 0 #D4DAE4;
  76. border-radius: 0.2rem;
  77. }
  78. .top{
  79. display: flex;
  80. justify-content: center;
  81. align-items: center;
  82. margin-top: 0.3rem;
  83. }
  84. .top-text{
  85. font-size: 0.28rem;
  86. }
  87. .download-img{
  88. width: 0.34rem;
  89. height: 0.44rem;
  90. margin-left: 0.14rem;
  91. }
  92. .bottom{
  93. display: flex;
  94. justify-content: center;
  95. align-items: center;
  96. margin-top: 0.1rem;
  97. }
  98. .add-img{
  99. width: 0.36rem;
  100. height: 0.36rem;
  101. margin-left: 0.14rem;
  102. }
  103. .left-text{
  104. font-size: 0.28rem;
  105. }
  106. .right-text{
  107. font-size: 0.28rem;
  108. }
  109. .down-img{
  110. width: 0.42rem;
  111. height: 0.28rem;
  112. position: absolute;
  113. left: 50%;
  114. bottom: -0.56rem;
  115. margin-left: -0.21rem;
  116. }
  117. .entry-container{
  118. width: 7.5rem;
  119. height: 100vh;
  120. background: #F2F2F2;
  121. margin: 0 auto;
  122. display: none;
  123. }
  124. .entry-title{
  125. padding-top: 2rem;
  126. font-size: 0.24rem;
  127. text-align: center;
  128. }
  129. .entry-app{
  130. width: 2rem;
  131. margin: 0 auto;
  132. padding-top: 0.3rem;
  133. }
  134. .bottom-btn{
  135. display: none;
  136. width: 7rem;
  137. height: 0.88rem;
  138. display: flex;
  139. justify-content: center;
  140. align-items: center;
  141. margin: 0 auto;
  142. background-color: blue;
  143. color: #FFFFFF;
  144. font-size: 0.28rem;
  145. position: fixed;
  146. bottom: 0.3rem;
  147. margin-left: 0.25rem;
  148. border-radius: 0.08rem;
  149. }