exhibition.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. #iframe-container{
  2. width:100rem;
  3. height:52.4rem;
  4. position: relative;
  5. }
  6. .exhibition{
  7. position: absolute;
  8. border-width: 0;
  9. left:50%;
  10. top:0;
  11. -webkit-transform: translate(-50%);
  12. -ms-transform: translate(-50%);
  13. transform: translate(-50%);
  14. width:100%;
  15. height: 51rem;
  16. }
  17. .iframepng{
  18. position:absolute;
  19. top:0; left:0;
  20. width:100%;
  21. height:100%;
  22. }
  23. #caltural-relic-wall{
  24. position: absolute;
  25. top:8rem;
  26. left:0;
  27. width:100%;
  28. height:55rem;
  29. /* transform-origin: top left;
  30. transform: scale(1,1); */
  31. }
  32. .img-title{
  33. position:absolute;
  34. top:3rem;
  35. width:100rem;
  36. display:-webkit-box;
  37. display:-webkit-flex;
  38. display:-ms-flexbox;
  39. display:flex;
  40. -webkit-box-pack: center;
  41. -webkit-justify-content: center;
  42. -ms-flex-pack: center;
  43. justify-content: center;
  44. }
  45. .ex{
  46. top:7.9rem;
  47. }
  48. .tradition{
  49. top:109rem;
  50. }
  51. .revolution{
  52. top:160rem;
  53. }
  54. .nation{
  55. top:201rem;
  56. height:60rem;
  57. }
  58. .bottom{
  59. /* bottom:0; */
  60. top:242rem;
  61. height:17rem;
  62. }
  63. .cards{
  64. position:absolute;
  65. top:17rem;
  66. left:0;
  67. width: 100%;
  68. height:25rem;
  69. display: -webkit-box;
  70. display: -webkit-flex;
  71. display: -ms-flexbox;
  72. display: flex;
  73. -webkit-box-pack: center;
  74. -webkit-justify-content: center;
  75. -ms-flex-pack: center;
  76. justify-content: center;
  77. /* background-color: lightgray; */
  78. }
  79. .card{
  80. overflow: hidden;
  81. top:0;
  82. width:18.3rem;
  83. height:25.9rem;
  84. margin: 0 0.41rem 0;
  85. /* background-color: lightblue; */
  86. }
  87. .img5{
  88. width: 9rem;
  89. }
  90. .img6{
  91. width:10.2rem;
  92. }
  93. .img7{
  94. width:100%;
  95. }
  96. .control{
  97. position:absolute;
  98. top:26.7rem;
  99. right:12.2rem;
  100. }
  101. .control:hover{
  102. cursor: pointer;
  103. }
  104. img.control{
  105. width:5.6rem;
  106. }
  107. .index{
  108. position:absolute;
  109. top:44.2rem;
  110. width:100%;
  111. display: flex;
  112. justify-content: center;
  113. }
  114. .index div{
  115. width:6px;
  116. height:6px;
  117. border:solid orange 1px;
  118. border-radius: 5px;
  119. margin:0 2px 0;
  120. }
  121. .index_on{
  122. width:9px;
  123. background-color: orange;
  124. }
  125. .disappear{
  126. display: none;
  127. }
  128. .guide{
  129. position: absolute;
  130. top:4rem;
  131. left:0;
  132. width: 100%;
  133. display: -webkit-box;
  134. display: -webkit-flex;
  135. display: -ms-flexbox;
  136. display: flex;
  137. -webkit-justify-content: space-around;
  138. -ms-flex-pack: distribute;
  139. justify-content: space-around;
  140. }
  141. .poster{
  142. position:relative;
  143. width: 100rem;
  144. height:166.1rem;
  145. }
  146. .posterbackground{
  147. position:absolute;
  148. border-width: 0;
  149. width:100%;
  150. }