style.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. @charset "UTF-8";
  2. .container {
  3. display: -webkit-box;
  4. display: -ms-flexbox;
  5. display: flex;
  6. -webkit-box-orient: vertical;
  7. -webkit-box-direction: normal;
  8. -ms-flex-direction: column;
  9. flex-direction: column;
  10. font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
  11. }
  12. .container img {
  13. image-rendering: -webkit-optimize-contrast;
  14. }
  15. .container nav {
  16. display: -webkit-box;
  17. display: -ms-flexbox;
  18. display: flex;
  19. -ms-flex-pack: distribute;
  20. justify-content: space-around;
  21. }
  22. .container nav .logo-box img:last-child {
  23. width: 35%;
  24. margin-left: 10px;
  25. }
  26. .container nav ul {
  27. margin: 0;
  28. padding: 0;
  29. display: -webkit-box;
  30. display: -ms-flexbox;
  31. display: flex;
  32. list-style: none;
  33. }
  34. .container nav ul li {
  35. margin: 20px;
  36. }
  37. .container header {
  38. margin: 30px 0;
  39. display: -webkit-box;
  40. display: -ms-flexbox;
  41. display: flex;
  42. -webkit-box-align: center;
  43. -ms-flex-align: center;
  44. align-items: center;
  45. -ms-flex-pack: distribute;
  46. justify-content: space-around;
  47. }
  48. @media (max-width: 767px) {
  49. .container header {
  50. -webkit-box-orient: vertical;
  51. -webkit-box-direction: normal;
  52. -ms-flex-direction: column;
  53. flex-direction: column;
  54. }
  55. }
  56. .container .logo {
  57. display: -webkit-box;
  58. display: -ms-flexbox;
  59. display: flex;
  60. -webkit-box-align: center;
  61. -ms-flex-align: center;
  62. align-items: center;
  63. -webkit-box-pack: end;
  64. -ms-flex-pack: end;
  65. justify-content: end;
  66. }
  67. .container .logo img:first-child {
  68. width: 30%;
  69. margin-right: 20px;
  70. }
  71. .container .logo img:last-child {
  72. width: 40%;
  73. }
  74. .container .banner {
  75. display: -webkit-box;
  76. display: -ms-flexbox;
  77. display: flex;
  78. -webkit-box-align: center;
  79. -ms-flex-align: center;
  80. align-items: center;
  81. -webkit-box-pack: center;
  82. -ms-flex-pack: center;
  83. justify-content: center;
  84. -webkit-box-orient: vertical;
  85. -webkit-box-direction: normal;
  86. -ms-flex-direction: column;
  87. flex-direction: column;
  88. }
  89. .container .banner img {
  90. width: 60%;
  91. height: auto;
  92. }
  93. @media (max-width: 991px) {
  94. .container .banner img {
  95. width: 90%;
  96. }
  97. }
  98. .container .banner section {
  99. display: -webkit-box;
  100. display: -ms-flexbox;
  101. display: flex;
  102. -webkit-box-align: center;
  103. -ms-flex-align: center;
  104. align-items: center;
  105. -webkit-box-pack: center;
  106. -ms-flex-pack: center;
  107. justify-content: center;
  108. }
  109. .container .banner section img {
  110. width: 50px;
  111. height: 100%;
  112. }
  113. .container .banner section p {
  114. margin-left: 15px;
  115. color: #0076a5;
  116. font-size: 45px;
  117. font-weight: bold;
  118. }
  119. @media (max-width: 767px) {
  120. .container .banner section p {
  121. font-size: 30px;
  122. }
  123. }
  124. .container .directions {
  125. margin: 0 10%;
  126. max-width: 900px;
  127. font-weight: bold;
  128. }
  129. @media (max-width: 767px) {
  130. .container .directions {
  131. margin: 0 5%;
  132. }
  133. }
  134. .container .directions p {
  135. margin: 0;
  136. color: #0076a5;
  137. }
  138. .container .directions ul {
  139. margin: 0;
  140. padding: 0;
  141. list-style: none;
  142. }
  143. .container .directions ul li {
  144. line-height: 1.5;
  145. letter-spacing: 1px;
  146. }
  147. .container .directions .keyboard {
  148. display: -webkit-box;
  149. display: -ms-flexbox;
  150. display: flex;
  151. -webkit-box-align: center;
  152. -ms-flex-align: center;
  153. align-items: center;
  154. }
  155. .container .directions .keyboard img {
  156. width: 13%;
  157. height: 100%;
  158. margin-right: 10px;
  159. margin-top: -10px;
  160. }
  161. .container .content {
  162. padding: 0 10%;
  163. }
  164. @media (max-width: 767px) {
  165. .container .content {
  166. padding: 0 5%;
  167. }
  168. }
  169. .container .content img {
  170. width: 50%;
  171. height: auto;
  172. }
  173. @media (max-width: 991px) {
  174. .container .content img {
  175. width: 100%;
  176. }
  177. }
  178. .container .content .video {
  179. width: 100%;
  180. height: 540px;
  181. margin-top: 35px;
  182. background-color: #000;
  183. }
  184. .container .content .box {
  185. width: 100%;
  186. display: -webkit-box;
  187. display: -ms-flexbox;
  188. display: flex;
  189. -webkit-box-align: center;
  190. -ms-flex-align: center;
  191. align-items: center;
  192. margin: 20px 0;
  193. }
  194. @media (max-width: 991px) {
  195. .container .content .box {
  196. -webkit-box-orient: vertical;
  197. -webkit-box-direction: normal;
  198. -ms-flex-direction: column;
  199. flex-direction: column;
  200. }
  201. .container .content .box:nth-child(even) {
  202. -webkit-box-orient: vertical;
  203. -webkit-box-direction: reverse;
  204. -ms-flex-direction: column-reverse;
  205. flex-direction: column-reverse;
  206. }
  207. }
  208. .container .content .box p {
  209. width: 50%;
  210. margin: 0 50px;
  211. font-weight: bold;
  212. letter-spacing: 1px;
  213. line-height: 1.5;
  214. }
  215. @media (max-width: 991px) {
  216. .container .content .box p {
  217. width: 100%;
  218. margin: 20px 0;
  219. }
  220. }
  221. .container footer {
  222. margin: auto;
  223. margin-top: 30px;
  224. }
  225. .container footer img {
  226. width: 100%;
  227. margin-bottom: -15px;
  228. }
  229. /*# sourceMappingURL=style.css.map */