style.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  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-title h3 {
  47. font-size: 20px;
  48. color: #fff;
  49. font-weight: 600;
  50. }
  51. .wrap-iframe {
  52. height: 100%;
  53. overflow-x: hidden;
  54. -webkit-overflow-scrolling: touch;
  55. }
  56. .wrap-iframe iframe, .wrap-model iframe {
  57. width: 100%;
  58. height: 100%;
  59. }
  60. .footer-btn button {
  61. font-size: 14px;
  62. color: #fff;
  63. width: 90px;
  64. height: 32px;
  65. line-height: 32px;
  66. cursor: pointer;
  67. border-radius: 10px;
  68. border: solid 1px #fff;
  69. margin-right: 10px;
  70. }
  71. .footer-btn button.active {
  72. background: #19bbed;
  73. border: none;
  74. }
  75. .footer-text {
  76. color: #fff;
  77. line-height: 120%;
  78. position: relative;
  79. text-align: justify;
  80. margin-top: 20px;
  81. text-indent: 32px;
  82. }
  83. .img-icon {
  84. background: url("https://super.4dage.com/data/388/hot/images/img-icon.png")no-repeat left top;
  85. }
  86. .video-icon {
  87. background: url("https://super.4dage.com/data/388/hot/images/video-icon.png")no-repeat left top;
  88. }
  89. .model-icon {
  90. background: url("https://super.4dage.com/data/388/hot/images/model-icon.png")no-repeat left top;
  91. }
  92. .iframe-icon {
  93. background: url("https://super.4dage.com/data/388/hot/images/iframe-icon.png")no-repeat left top;
  94. }
  95. .footer-btn i {
  96. display: inline-block;
  97. position: relative;
  98. top: 4px;
  99. background-size: 100%;
  100. width: 18px;
  101. position: relative;
  102. height: 18px;
  103. margin-right: 5px;
  104. }
  105. .footer-mask {
  106. position: absolute;
  107. /* 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%);*/
  108. z-index: 10;
  109. bottom: -16px;
  110. left: 0;
  111. width: 100%;
  112. height: 50%;
  113. }
  114. .pinch-zoom-container {
  115. height: 100%;
  116. }
  117. @media screen and (max-width: 1600px) {
  118. .wrapper {
  119. width: 76%;
  120. padding-top: 70px;
  121. }
  122. }
  123. @media screen and (max-width: 1000px) {
  124. .wrapper {
  125. width: 86%;
  126. padding-top: 50px;
  127. }
  128. }
  129. @media screen and (max-width: 700px) {
  130. .footer-title h3 {
  131. font-size: 16px;
  132. }
  133. .footer-text {
  134. font-size: 14px;
  135. margin-top: 10px;
  136. padding: 0 6px;
  137. line-height: 150%;
  138. text-indent: 28px;
  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: 600px) {
  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. }