wx.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. html, body {
  2. width: 100%;
  3. height: 100%;
  4. font-family: PingFangSC-Regular, sans-serif;
  5. }
  6. * {
  7. margin:0;
  8. padding:0;
  9. list-style-type:none;
  10. box-sizing:border-box
  11. }
  12. html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
  13. margin: 0;
  14. padding: 0;
  15. }
  16. img {
  17. max-width:100%;
  18. }
  19. /* ::-webkit-scrollbar {
  20. display: none;
  21. } */
  22. .flexs {
  23. display:flex;
  24. justify-content: space-between;
  25. align-items:center;
  26. }
  27. .flex {
  28. display:flex;
  29. justify-content: center;
  30. align-items:center;
  31. }
  32. iframe {
  33. width: 100%;
  34. height: 100%;
  35. }
  36. #ui {
  37. position: absolute;
  38. display: flex;
  39. justify-content: space-between;
  40. align-items: center;
  41. flex-direction: column;
  42. width: 100%;
  43. height: 100%;
  44. /* color: #494949; */
  45. letter-spacing: 3px;
  46. }
  47. .antique-name {
  48. font-size:20px;
  49. text-align:center;
  50. color:#fff;
  51. width:70%;
  52. margin:21vw auto 0;
  53. }
  54. .comment_wrapper {
  55. position:relative;
  56. z-index:9999;
  57. width:83vw;
  58. margin:0 auto;
  59. display:none;
  60. }
  61. .introductionWrap {
  62. width:100%;
  63. background:#1d1d1d;
  64. height:28vw;
  65. font-size:12px;
  66. color:#ffffffba;
  67. padding:4vw;
  68. }
  69. .introductionWrap .introduction {
  70. overflow:scroll;
  71. height: 100%;
  72. }
  73. .bg-audio {
  74. display:block;
  75. position:absolute;
  76. z-index:2;
  77. top:8.5vw;
  78. right:7.4vw;
  79. width:7.4vw;
  80. height:7.4vw;
  81. background:url(../images/bgmusic_icon_play.png)center/100% no-repeat;
  82. }
  83. .iconAction {
  84. position:relative;
  85. width:100%;
  86. }
  87. .iconAction ul {
  88. position: relative;
  89. z-index: 999;
  90. width:100%;
  91. padding:0 17.6vw 9vw;
  92. ;
  93. }
  94. .iconAction ul li {
  95. width:12vw;
  96. text-align:center;
  97. cursor:pointer;
  98. }
  99. .iconAction ul li i{
  100. display:block;
  101. width:9vw;
  102. height:9vw;
  103. width:12vw;
  104. margin:0 auto;
  105. }
  106. /* .iconAction ul li i.explain_icon{
  107. background:url(../images/explain_icon.png)center/100% no-repeat;
  108. }
  109. .iconAction ul li i.explain_icon2{
  110. background:url(../images/explain_icon2.png)center/100% no-repeat;
  111. } */
  112. #explain.active p{
  113. color:#9a2e2c;
  114. }
  115. #explain .explain_icon {
  116. background:url(../images/explain_icon.png)center/100% no-repeat;
  117. }
  118. #explain.active .explain_icon {
  119. background:url(../images/explain_icon2.png)center/100% no-repeat;
  120. }
  121. .iconAction ul li i.comment_icon{
  122. background:url(../images/comment_icon.png)center/100% no-repeat;
  123. }
  124. #favorite .favorite_icon {
  125. background:url(../images/favorite_icon1.png)center/100% no-repeat;
  126. }
  127. #favorite.active p {
  128. color:#9a2e2c;
  129. }
  130. #favorite.active .favorite_icon {
  131. background:url(../images/favorite_icon2.png)center/100% no-repeat;
  132. }
  133. /* .iconAction ul li i.favorite_icon1{
  134. background:url(../images/favorite_icon1.png)center/100% no-repeat;
  135. }
  136. .iconAction ul li i.favorite_icon2{
  137. background:url(../images/favorite_icon2.png)center/100% no-repeat;
  138. } */
  139. .iconAction ul li p {
  140. font-size:16px;
  141. color:#fff;
  142. }
  143. .info_voice {
  144. margin:0 auto;
  145. text-align:center;
  146. }
  147. .audio_controls .icon_play {
  148. display:inline-block;
  149. width:3.4vw;
  150. margin-right:5px;
  151. }
  152. .audio_controls .progress {
  153. position:relative;
  154. display:inline-block;
  155. width:60vw;
  156. background:#fff;
  157. height:2px;
  158. }
  159. .audio_controls .progress i {
  160. position:absolute;
  161. top:-3px;
  162. left:0;
  163. display:inline-block;
  164. width:8px;
  165. height:8px;
  166. background:#fff;
  167. border-radius:4px;
  168. -webkit-border-radius:4px;
  169. }
  170. .audio_controls .audio_time {
  171. font-size:10px;
  172. color:#fff;
  173. margin-left:5px;
  174. }
  175. /* audio::-webkit-media-controls-panel {
  176. background:rgba(255,255,255,1);
  177. }
  178. audio::-webkit-media-controls-mute-button {}
  179. audio::-webkit-media-controls-play-button {}
  180. audio::-webkit-media-controls-timeline-container {
  181. background:none;
  182. }
  183. audio::-webkit-media-controls-current-time-display {}
  184. audio::-webkit-media-controls-time-remaining-display {}
  185. audio::-webkit-media-controls-timeline {}
  186. audio::-webkit-media-controls-volume-slider-container {
  187. background:none;
  188. }
  189. audio::-webkit-media-controls-volume-slider {}
  190. audio::-webkit-media-controls-seek-back-button {}
  191. audio::-webkit-media-controls-seek-forward-button {}
  192. audio::-webkit-media-controls-fullscreen-button {}
  193. audio::-webkit-media-controls-rewind-button {}
  194. audio::-webkit-media-controls-return-to-realtime-button {}
  195. audio::-webkit-media-controls-toggle-closed-captions-button {} */
  196. .animated {
  197. -webkit-animation-duration:1s;
  198. animation-duration:1s;
  199. -webkit-animation-fill-mode:both;
  200. animation-fill-mode:both
  201. }
  202. @-webkit-keyframes fadeInBottom {
  203. 0% {
  204. opacity:0;
  205. -webkit-transform:translate3d(0, 100%, 0);
  206. transform:translate3d(0, 100%, 0)
  207. }
  208. to {
  209. opacity:1;
  210. -webkit-transform:translateZ(0);
  211. transform:translateZ(0)
  212. }
  213. }
  214. @keyframes fadeInBottom {
  215. 0% {
  216. opacity:0;
  217. -webkit-transform:translate3d(0, 100%, 0);
  218. transform:translate3d(0, 100%, 0)
  219. }
  220. to {
  221. opacity:1;
  222. -webkit-transform:translateZ(0);
  223. transform:translateZ(0)
  224. }
  225. }
  226. .fadeInBottom {
  227. -webkit-animation-name:fadeInBottom;
  228. animation-name:fadeInBottom
  229. }
  230. @-webkit-keyframes fadeOutBottom {
  231. 0% {
  232. opacity:1
  233. }
  234. to {
  235. opacity:0;
  236. -webkit-transform:translate3d(0, 100%, 0);
  237. transform:translate3d(0, 100%, 0)
  238. }
  239. }
  240. @keyframes fadeOutBottom {
  241. 0% {
  242. opacity:1
  243. }
  244. to {
  245. opacity:0;
  246. -webkit-transform:translate3d(0, 100%, 0);
  247. transform:translate3d(0, 100%, 0)
  248. }
  249. }
  250. .fadeOutBottom {
  251. -webkit-animation-name:fadeOutBottom;
  252. animation-name:fadeOutBottom
  253. }
  254. .musicRotate {
  255. -webkit-animation: musicRotate 5s linear infinite;
  256. animation: musicRotate 5s linear infinite;
  257. }
  258. @keyframes musicRotate {
  259. from {
  260. transform: rotate(0deg);
  261. }
  262. to {
  263. transform: rotate(360deg);
  264. transition: all 5s;
  265. }
  266. }