index.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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. height: auto;
  35. left: 100%;
  36. margin-bottom: 20%;
  37. z-index: 1;
  38. }
  39. #first_floor img{
  40. height: auto;
  41. left: 13%;
  42. top: 11%;
  43. position: absolute;
  44. }
  45. .sign1{
  46. width: 90%;
  47. position: absolute;
  48. left: 9.5%;
  49. top: 33%;
  50. }
  51. .sign2{
  52. width: 90%;
  53. position: absolute;
  54. left: 20.9%;
  55. top: 30%;
  56. }
  57. .sign3{
  58. width: 90%;
  59. position: absolute;
  60. left: 29.8%;
  61. top: 30%;
  62. }
  63. #basement_floor img{
  64. height: auto;
  65. right: 5%;
  66. top: 40%;
  67. position: absolute;
  68. }
  69. .sign4{
  70. width: 90%;
  71. position: absolute;
  72. left: -15.5%;
  73. top: 51%;
  74. }
  75. .sign5{
  76. width: 90%;
  77. position: absolute;
  78. left: -5.2%;
  79. top: 44.3%;
  80. }
  81. .sign6{
  82. width: 90%;
  83. position: absolute;
  84. left: -4%;
  85. top: 57%;
  86. }
  87. footer{
  88. margin-top: -1%;
  89. z-index: 0;
  90. background-image: url(../images/under_banner.png);
  91. background-repeat: no-repeat;
  92. background-size: 100%;
  93. background-position: center;
  94. max-width: 1920px;
  95. height: 42px;
  96. }
  97. .footer_buttons{
  98. width: 1920px;
  99. position: absolute;
  100. margin-left: 2.5%;
  101. margin-top: 0.6%;
  102. z-index: 3;
  103. }