index.css 1.6 KB

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