iframe.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. .exhibition{
  2. position: absolute;
  3. border-width: 0;
  4. left:50%;
  5. top:56rem;
  6. transform: translate(-50%);
  7. width:100%;
  8. height: 63rem;
  9. }
  10. .backsvg{
  11. width: 100rem;
  12. }
  13. .iframesvg{
  14. height:63rem;
  15. }
  16. #caltural-relic-wall{
  17. position: absolute;
  18. top:8rem;
  19. left:0;
  20. width:100%;
  21. height:55rem;
  22. /* transform-origin: top left;
  23. transform: scale(1,1); */
  24. }
  25. .text-title{
  26. position: absolute;
  27. top:3rem;
  28. width: 100rem;
  29. display: flex;
  30. justify-content: center;
  31. font-size: 2.5rem;
  32. }
  33. .img-title{
  34. position:absolute;
  35. top:3rem;
  36. width:100rem;
  37. display:flex;
  38. justify-content: center;
  39. }
  40. .tradition{
  41. top:119rem;
  42. }
  43. .revolution{
  44. top:160rem;
  45. }
  46. .nation{
  47. top:201rem;
  48. height:60rem;
  49. }
  50. .bottom{
  51. /* bottom:0; */
  52. top:242rem;
  53. height:17rem;
  54. }
  55. .cards{
  56. position:absolute;
  57. top:8rem;
  58. left:0;
  59. width: 100%;
  60. height:25rem;
  61. display: flex;
  62. justify-content: center;
  63. background-color: lightgray;
  64. }
  65. .card{
  66. top:0;
  67. width:18rem;
  68. height:25rem;
  69. margin: 0 2rem 0 2rem;
  70. background-color: lightblue;
  71. }
  72. .img5{
  73. width: 8.5rem;
  74. }
  75. .guide{
  76. position: absolute;
  77. top:4rem;
  78. left:0;
  79. width: 100%;
  80. display: flex;
  81. justify-content: space-around;
  82. }
  83. .info{
  84. /* top:2rem; */
  85. height:10rem;
  86. width:10rem;
  87. margin:0 2rem 0 2rem;
  88. background-color: lightgrey;
  89. }