| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183 |
- #iframe-container{
- width:100rem;
- height:52.4rem;
- position: relative;
- }
- .exhibition{
- position: absolute;
- border-width: 0;
- left:50%;
- top:0;
- -webkit-transform: translate(-50%);
- -ms-transform: translate(-50%);
- transform: translate(-50%);
- width:100%;
- height: 51rem;
- }
- .iframepng{
- position:absolute;
- top:0; left:0;
- width:100%;
- height:100%;
- }
- #caltural-relic-wall{
- position: absolute;
- top:8rem;
- left:0;
- width:100%;
- height:55rem;
- /* transform-origin: top left;
- transform: scale(1,1); */
- }
- .img-title{
- position:absolute;
- top:3rem;
- width:100rem;
- display:-webkit-box;
- display:-webkit-flex;
- display:-ms-flexbox;
- display:flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- }
- .ex{
- top:7.9rem;
- }
- .tradition{
- top:109rem;
- }
- .revolution{
- top:160rem;
- }
- .nation{
- top:201rem;
- height:60rem;
- }
- .bottom{
- /* bottom:0; */
- top:242rem;
- height:17rem;
- }
- .cards{
- position:absolute;
- top:17rem;
- left:0;
- width: 100%;
- height:25rem;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- /* background-color: lightgray; */
- }
- .card{
- overflow: hidden;
- top:0;
- width:18.3rem;
- height:25.9rem;
- margin: 0 0.41rem 0;
- /* background-color: lightblue; */
- }
- .img5{
- width: 9rem;
- }
- .img6{
- width:10.2rem;
- }
- .img7{
- width:100%;
- }
- .control{
- position:absolute;
- top:26.7rem;
- right:12.2rem;
- }
- .control:hover{
- cursor: pointer;
- }
- img.control{
- width:5.6rem;
- }
- .index{
- position:absolute;
- top:44.2rem;
- width:100%;
- display: flex;
- justify-content: center;
- }
- .index div{
- width:6px;
- height:6px;
- border:solid orange 1px;
- border-radius: 5px;
- margin:0 2px 0;
- }
- .index_on{
- width:9px;
- background-color: orange;
- }
- .disappear{
- display: none;
- }
- .guide{
- position: absolute;
- top:4rem;
- left:0;
- width: 100%;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-justify-content: space-around;
- -ms-flex-pack: distribute;
- justify-content: space-around;
- }
- .poster{
- position:relative;
- width: 100rem;
- height:166.1rem;
- }
- .posterbackground{
- position:absolute;
- border-width: 0;
- width:100%;
- }
|