index.css 1.5 KB

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