browserDetail.css 3.6 KB

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