index.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. html, body , img, footer{
  2. max-width: 100%;
  3. margin: 0;
  4. position: relative;
  5. font-family: "微軟正黑體";
  6. z-index: -5;
  7. }
  8. html{
  9. width: 1920px;
  10. height: 1080px;
  11. }
  12. a{
  13. text-decoration: none;
  14. color: rgba(255, 255, 255, .7);
  15. margin-right: 1%;
  16. }
  17. #bg{
  18. width: 100%;
  19. height: auto;
  20. }
  21. .hidden_a,.hidden_b,.hidden_c,.hidden_d,.hidden_e,.hidden_f{
  22. display: none;
  23. }
  24. .floor_icon {
  25. max-width: 4%;
  26. height: auto;
  27. position: absolute;
  28. top: 7%;
  29. }
  30. .floor_icon img {
  31. height: auto;
  32. left: 100%;
  33. margin-bottom: 20%;
  34. z-index: 1;
  35. }
  36. #first_floor img{
  37. height: auto;
  38. left: 13%;
  39. top: 11%;
  40. position: absolute;
  41. }
  42. .sign1{
  43. width: 90%;
  44. position: absolute;
  45. left: 9.5%;
  46. top: 33%;
  47. }
  48. .sign2{
  49. width: 90%;
  50. position: absolute;
  51. left: 20.9%;
  52. top: 30%;
  53. }
  54. .sign3{
  55. width: 90%;
  56. position: absolute;
  57. left: 29.8%;
  58. top: 30%;
  59. }
  60. #basement_floor img{
  61. height: auto;
  62. right: 5%;
  63. top: 40%;
  64. position: absolute;
  65. }
  66. .sign4{
  67. width: 90%;
  68. position: absolute;
  69. left: -15.5%;
  70. top: 51%;
  71. }
  72. .sign5{
  73. width: 90%;
  74. position: absolute;
  75. left: -5.2%;
  76. top: 44.3%;
  77. }
  78. .sign6{
  79. width: 90%;
  80. position: absolute;
  81. left: -4%;
  82. top: 57%;
  83. }
  84. footer{
  85. margin-top: -1%;
  86. z-index: 0;
  87. background-image: url(../images/under_banner.png);
  88. background-repeat: no-repeat;
  89. background-size: 100%;
  90. background-position: center;
  91. height: 42px;
  92. }
  93. .footer_buttons{
  94. width: 1920px;
  95. position: absolute;
  96. margin-left: 2.5%;
  97. margin-top: 0.6%;
  98. z-index: 3;
  99. }