browserDetail.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  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. input{
  19. background:none;
  20. outline:none;
  21. border:0px;
  22. }
  23. .container{
  24. min-height: 99vh;
  25. padding-top: 0.01rem;
  26. background: #F5F7FA;
  27. }
  28. .header-wrap{
  29. padding-top: 0.18rem;
  30. background: #FFFFFF;
  31. overflow: hidden;
  32. }
  33. .search-wrap{
  34. display: flex;
  35. justify-content: center;
  36. align-items: center;
  37. margin: 0 auto;
  38. margin-bottom: 0.18rem;
  39. width: 7.14rem;
  40. height: 0.66rem;
  41. background: #CCCDD4;
  42. border-radius: 0.2rem;
  43. opacity: 0.4;
  44. }
  45. .search-icon{
  46. width: 0.28rem;
  47. height: 0.28rem;
  48. margin-left: 0.24rem;
  49. }
  50. .ipt{
  51. width: 2rem;
  52. margin-left: 0.1rem;
  53. font-size: 0.32rem;
  54. font-weight: 500;
  55. color: rgba(0, 0, 0, 0.85);
  56. }
  57. .title-wrap{
  58. display: flex;
  59. align-items: center;
  60. height: 0.88rem;
  61. border-top: 0.01rem solid rgba(238,238,238,1);
  62. }
  63. .left-arrow{
  64. width: 0.48rem;
  65. height: 0.48rem;
  66. margin-left: 0.44rem;
  67. }
  68. .title{
  69. flex: 1;
  70. text-align: center;
  71. margin-right: 0.44rem;
  72. font-size: 0.36rem;
  73. font-weight: 500;
  74. color: rgba(51, 51, 51, 0.85);
  75. }
  76. .tag-wrap{
  77. /* width: 100%; */
  78. height: 0.8rem;
  79. display: flex;
  80. align-items: center;
  81. padding-left: 0.58rem;
  82. overflow-x: auto;
  83. box-shadow: 0 0.04rem 0.08rem 0 rgba(0, 0, 0, 0.05);
  84. border-radius: 0 0 0.2rem 0.2rem;
  85. }
  86. .tag-item{
  87. min-width: 0.6rem;
  88. padding-bottom: 0.06rem;
  89. margin-right: 0.84rem;
  90. font-size: 0.28rem;
  91. font-weight: 500;
  92. color: rgba(0, 0, 0, 0.85);
  93. }
  94. .active{
  95. border-bottom: 0.06rem solid #3B7FFF;
  96. }
  97. .download-item{
  98. display: flex;
  99. justify-content: space-between;
  100. align-items: center;
  101. width: 6.5rem;
  102. height: 1.4rem;
  103. border-radius: 0.32rem;
  104. margin: 0.36rem 0.3rem;
  105. padding: 0 0.2rem;
  106. background: #FFFFFF;
  107. }
  108. .main-wrap{
  109. display: flex;
  110. }
  111. .app-icon{
  112. align-self: flex-start;
  113. width: 1.2rem;
  114. height: 1.2rem;
  115. margin-top: -0.46rem;
  116. border-radius: 0.32rem;
  117. border: 0.02rem solid #EBEBEB;
  118. background-color: #666666;
  119. }
  120. .app-wrap{
  121. margin-left: 0.2rem;
  122. }
  123. .app-title{
  124. font-size: 0.32rem;
  125. font-weight: 500;
  126. color: #333333;
  127. }
  128. .app-description{
  129. font-size: 0.26rem;
  130. color: #666666;
  131. }
  132. .btn-wrap{
  133. position: relative;
  134. width: 1.2rem;
  135. height: 0.54rem;
  136. line-height: 0.54rem;
  137. text-align: center;
  138. background: linear-gradient(180deg, #6DB6FF 0%, #3B7FFF 100%);
  139. border-radius: 0.16rem;
  140. font-size: 0.24rem;
  141. color: #FFFFFF;
  142. overflow: hidden;
  143. }
  144. .btn-active{
  145. width: 1.16rem;
  146. height: 0.5rem;
  147. background: #FFFFFF;
  148. border: 0.04rem solid #3B7FFF;
  149. color: rgba(59, 127, 255, 1);
  150. }
  151. .progress{
  152. position: absolute;
  153. left: -1.2rem;
  154. width: 1.2rem;
  155. height: 0.54rem;
  156. background: rgba(59, 127, 255, 0.3);
  157. }
  158. .none-wrap{
  159. position: fixed;
  160. top: 50%;
  161. left: 50%;
  162. transform: translate(-50%, -50%);
  163. }
  164. .none-img{
  165. width: 4.82rem;
  166. height: 2.6rem;
  167. }
  168. .none-text{
  169. text-align: center;
  170. margin-top: 0.4rem;
  171. font-size: 0.26rem;
  172. color: #BBBBBB;
  173. }
  174. #toast-container>.toast-error {
  175. background-image: none !important;
  176. }
  177. .toast-error {
  178. background-color: rgba(0, 0, 0, 0.8);
  179. }
  180. #toast-container>div {
  181. font-size: 14px;
  182. min-width: 80px !important;
  183. padding: 12px !important;
  184. box-shadow: none;
  185. }
  186. .toast-center-center {
  187. min-width: 100px;
  188. top: 50%;
  189. left: 50%;
  190. text-align: center;
  191. transform: translateX(-50%);
  192. }
  193. @media (max-width: 480px) and (min-width: 241px) {
  194. #toast-container>div {
  195. min-width: 80px !important;
  196. width: auto;
  197. }
  198. }