style.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. @charset "UTF-8";
  2. * {
  3. margin: 0;
  4. padding: 0;
  5. -webkit-box-sizing: border-box;
  6. box-sizing: border-box;
  7. font-family: 微軟正黑體;
  8. }
  9. body {
  10. position: relative;
  11. background: url(./img/banner/banner-m.png), -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(49%, #363636));
  12. background: url(./img/banner/banner-m.png), linear-gradient(180deg, transparent 10%, #363636 49%);
  13. background-size: 100vw;
  14. background-repeat: no-repeat;
  15. }
  16. @media screen and (max-width: 767px) {
  17. body {
  18. background: #363636;
  19. }
  20. }
  21. body .arrow {
  22. position: fixed;
  23. right: 30px;
  24. bottom: 30px;
  25. width: 45px;
  26. height: 40px;
  27. z-index: 10;
  28. background-color: #e06649;
  29. }
  30. body .arrow:hover {
  31. -webkit-box-shadow: 1px 3px 13px -2px rgba(0, 0, 0, 0.35);
  32. box-shadow: 1px 3px 13px -2px rgba(0, 0, 0, 0.35);
  33. }
  34. @media screen and (max-width: 767px) {
  35. body .arrow {
  36. position: absolute;
  37. bottom: 200px;
  38. }
  39. }
  40. #Navigation {
  41. background: rgba(112, 112, 112, 0.75);
  42. height: 4.5vw;
  43. width: 100vw !important;
  44. position: fixed;
  45. z-index: 10;
  46. }
  47. @media screen and (max-width: 1024px) {
  48. #Navigation {
  49. height: 8vw;
  50. }
  51. }
  52. @media screen and (max-width: 767px) {
  53. #Navigation {
  54. height: 15vw;
  55. position: fixed;
  56. z-index: 5;
  57. background: rgba(0, 0, 0, 0.8);
  58. }
  59. }
  60. #Navigation #nav {
  61. width: 100vw;
  62. margin: 0 auto;
  63. }
  64. #Navigation #logo {
  65. padding-top: 0.5vw;
  66. }
  67. @media screen and (max-width: 767px) {
  68. #Navigation #logo {
  69. padding-top: 0;
  70. }
  71. }
  72. #Navigation #logo img {
  73. width: 120px;
  74. }
  75. #Navigation #link {
  76. text-align: right;
  77. padding: 1.5vw 3vw;
  78. }
  79. @media screen and (max-width: 1024px) {
  80. #Navigation #link {
  81. padding-top: 2vw;
  82. }
  83. }
  84. @media screen and (max-width: 767px) {
  85. #Navigation #link {
  86. display: none;
  87. }
  88. }
  89. #Navigation #link a {
  90. text-decoration: none;
  91. color: #fff;
  92. letter-spacing: 1px;
  93. font-size: 0.9rem;
  94. font-weight: 600;
  95. cursor: pointer;
  96. padding: 5px;
  97. position: relative;
  98. }
  99. #Navigation #link a img {
  100. -o-object-fit: cover;
  101. object-fit: cover;
  102. }
  103. #Navigation #menu-btn1 {
  104. position: absolute;
  105. right: 1vw;
  106. top: 1vw;
  107. width: 18vw;
  108. z-index: 6;
  109. }
  110. @media screen and (min-width: 1025px) {
  111. #Navigation #menu-btn1 {
  112. display: none;
  113. }
  114. }
  115. @media screen and (min-width: 768px) {
  116. #Navigation #menu-btn1 {
  117. display: none;
  118. }
  119. }
  120. #Navigation2 {
  121. background: rgba(112, 112, 112, 0.75);
  122. height: 4.5vw;
  123. width: 100vw !important;
  124. position: fixed;
  125. bottom: 0px;
  126. z-index: 10;
  127. }
  128. @media screen and (min-width: 1025px) {
  129. #Navigation2 {
  130. display: none;
  131. }
  132. }
  133. @media screen and (max-width: 1024px) {
  134. #Navigation2 {
  135. height: 8vw;
  136. }
  137. }
  138. @media screen and (max-width: 767px) {
  139. #Navigation2 {
  140. height: 15vw;
  141. position: fixed;
  142. z-index: 5;
  143. background: rgba(0, 0, 0, 0.8);
  144. }
  145. }
  146. #Navigation2 #nav {
  147. width: 90vw;
  148. margin: 0 auto;
  149. display: -ms-grid;
  150. display: grid;
  151. -ms-grid-columns: (1fr)[5];
  152. grid-template-columns: repeat(5, 1fr);
  153. text-align: center;
  154. }
  155. #Navigation2 #nav a {
  156. text-decoration: none;
  157. color: #fff;
  158. letter-spacing: 1px;
  159. font-size: 0.9rem;
  160. font-weight: 600;
  161. cursor: pointer;
  162. position: relative;
  163. }
  164. #Navigation2 #nav a img {
  165. margin: 10px auto;
  166. -o-object-fit: cover;
  167. object-fit: cover;
  168. }
  169. @media screen and (max-width: 767px) {
  170. #banner {
  171. background-image: url(../img/about/banner/banner-m2.png);
  172. background-size: 115vw;
  173. background-repeat: no-repeat;
  174. }
  175. }
  176. #banner #banner-container {
  177. width: 90vw;
  178. padding-top: 30vw;
  179. }
  180. @media screen and (max-width: 767px) {
  181. #banner #banner-container {
  182. width: 95vw;
  183. }
  184. }
  185. @media screen and (max-width: 767px) {
  186. #banner #banner-container .banner-des {
  187. display: none;
  188. }
  189. }
  190. #banner #banner-container .banner-des .banner-1 {
  191. background: rgba(141, 194, 31, 0.8);
  192. }
  193. @media screen and (max-width: 767px) {
  194. #banner #banner-container .banner-des .banner-1 {
  195. margin: 0;
  196. }
  197. }
  198. #banner #banner-container .banner-des .banner-1 .banner1-1 {
  199. font-size: 24px;
  200. }
  201. #banner #banner-container .banner-m {
  202. padding-top: 80vw;
  203. }
  204. @media screen and (min-width: 1025px) {
  205. #banner #banner-container .banner-m {
  206. display: none;
  207. }
  208. }
  209. #banner #banner-container .banner-m .bannerm-1 {
  210. background: rgba(141, 194, 31, 0.8);
  211. }
  212. @media screen and (max-width: 767px) {
  213. #banner #banner-container .banner-m .bannerm-1 {
  214. margin: 0;
  215. }
  216. }
  217. #banner #banner-container .banner-m .bannerm-1 .banner1-1 {
  218. font-size: 18px;
  219. }
  220. #banner #banner-container #sec01 {
  221. padding-top: 5vw;
  222. }
  223. @media screen and (max-width: 767px) {
  224. #banner #banner-container #sec01 {
  225. padding-top: 0;
  226. }
  227. }
  228. #banner #banner-container #sec01 .col-lg-2 {
  229. background: #80ab29;
  230. }
  231. #banner #banner-container #sec01 .col-lg-2 img {
  232. opacity: 1;
  233. -webkit-transition: 0.3s ease-in-out;
  234. transition: 0.3s ease-in-out;
  235. }
  236. #banner #banner-container #sec01 .col-lg-2 img:hover {
  237. opacity: 0.2;
  238. }
  239. #footer {
  240. background: #363636;
  241. text-align: center;
  242. width: 80vw;
  243. margin: 0 auto !important;
  244. }
  245. #footer p {
  246. padding: 15px;
  247. color: #fff;
  248. }
  249. /*# sourceMappingURL=style.css.map */