index.css 1.6 KB

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