style.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. button {
  2. background: transparent;
  3. }
  4. html, body {
  5. width: 100%;
  6. height: 100%;
  7. font-family: "Microsoft YaHei";
  8. margin: 0px;
  9. overflow: hidden;
  10. }
  11. body {
  12. overflow-y: scroll;
  13. -webkit-overflow-scrolling: touch;
  14. }
  15. .wrapper {
  16. width: 64%;
  17. height: 100%;
  18. margin: 0 auto;
  19. padding-top: 100px;
  20. }
  21. .contioner {
  22. overflow: hidden;
  23. }
  24. .wrap-img, .wrap-video, .wrap-model {
  25. background: rgba(0, 0, 0, 0.8);
  26. width: 100%;
  27. height: 100%;
  28. display: none;
  29. display: flex;
  30. justify-content: center;
  31. align-items: center;
  32. }
  33. .wrap-img img {
  34. max-width: 100%;
  35. max-height: 100%;
  36. }
  37. .wrap-img > div, .wrap-video > video, .wrap-model > div {
  38. width: 100%;
  39. height: 100%;
  40. }
  41. .footer-title {
  42. display: flex;
  43. justify-content: space-between;
  44. margin-top: 20px;
  45. }
  46. .footer-text {
  47. margin-top: 20px;
  48. }
  49. .footer-title h3 {
  50. font-size: 20px;
  51. color: #fff;
  52. font-weight: 600;
  53. }
  54. .wrap-iframe {
  55. height: 100%;
  56. overflow-x: hidden;
  57. -webkit-overflow-scrolling: touch;
  58. }
  59. .wrap-iframe iframe, .wrap-model iframe {
  60. width: 100%;
  61. height: 99%;
  62. }
  63. .footer-btn button {
  64. font-size: 14px;
  65. color: #fff;
  66. width: 90px;
  67. height: 32px;
  68. line-height: 32px;
  69. cursor: pointer;
  70. border-radius: 10px;
  71. border: solid 1px #fff;
  72. margin-right: 10px;
  73. }
  74. .footer-btn button.active {
  75. background: #19bbed;
  76. border: none;
  77. }
  78. .footer-text {
  79. color: #fff;
  80. line-height: 120%;
  81. position: relative;
  82. text-align: justify;
  83. }
  84. .img-icon {
  85. background: url("https://super.4dage.com/data/388/hot/images/img-icon.png")no-repeat left top;
  86. }
  87. .video-icon {
  88. background: url("https://super.4dage.com/data/388/hot/images/video-icon.png")no-repeat left top;
  89. }
  90. .model-icon {
  91. background: url("https://super.4dage.com/data/388/hot/images/model-icon.png")no-repeat left top;
  92. }
  93. .iframe-icon {
  94. background: url("https://super.4dage.com/data/388/hot/images/iframe-icon.png")no-repeat left top;
  95. }
  96. .footer-btn i {
  97. display: inline-block;
  98. position: relative;
  99. top: 4px;
  100. background-size: 100%;
  101. width: 18px;
  102. position: relative;
  103. height: 18px;
  104. margin-right: 5px;
  105. }
  106. .footer-mask {
  107. position: absolute;
  108. /* background: linear-gradient(rgba(61,61,61,0) 0%, rgba(61,61,61,0.9) 40%, rgba(61,61,61,1) 60%,rgba(61,61,61,0) 100%);*/
  109. z-index: 10;
  110. bottom: -16px;
  111. left: 0;
  112. width: 100%;
  113. height: 50%;
  114. }
  115. .pinch-zoom-container {
  116. height: 100%;
  117. }
  118. @media screen and (max-width: 1600px) {
  119. .wrapper {
  120. width: 76%;
  121. padding-top: 70px;
  122. }
  123. }
  124. @media screen and (max-width: 1000px) {
  125. .wrapper {
  126. width: 86%;
  127. padding-top: 50px;
  128. }
  129. }
  130. @media screen and (max-width: 700px) {
  131. .footer-title h3 {
  132. font-size: 16px;
  133. }
  134. .footer-text {
  135. font-size: 14px;
  136. margin-top: 10px;
  137. padding: 0 6px;
  138. line-height: 150%;
  139. }
  140. .footer-text p {
  141. text-indent: 28px;
  142. }
  143. .wrapper {
  144. width: 94%;
  145. padding-top: 30px;
  146. }
  147. .footer-title {
  148. flex-direction: column-reverse;
  149. align-items: center;
  150. margin-top: 10px;
  151. }
  152. .footer-btn {
  153. margin-bottom: 10px;
  154. }
  155. .ui-icon-before:before {
  156. left: 4px;
  157. }
  158. }
  159. @media screen and (max-width: 1000px) {
  160. .wrapper {
  161. width: 100%;
  162. padding-top: 34px;
  163. }
  164. .o-slider--item {
  165. background: rgba(0, 0, 0, 0.4);
  166. }
  167. }
  168. @media screen and (max-width: 400px) {}
  169. ::-webkit-scrollbar
  170. /*整体部分*/
  171. {
  172. width: 10px;
  173. height: 10px;
  174. }
  175. ::-webkit-scrollbar-track
  176. /*滑动轨道*/
  177. {
  178. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  179. border-radius: 0px;
  180. background: rgba(0, 0, 0, 0.1);
  181. }
  182. ::-webkit-scrollbar-thumb
  183. /*滑块*/
  184. {
  185. border-radius: 5px;
  186. -webkit-box-shadow: inset 0 0 5px rgba(192, 192, 192, 0.2);
  187. background: rgba(192, 192, 192, 0.2);
  188. }
  189. ::-webkit-scrollbar-thumb:hover
  190. /*滑块效果*/
  191. {
  192. border-radius: 5px;
  193. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  194. background: rgba(0, 0, 0, 0.4);
  195. }