browserDetail.css 4.1 KB

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