_section.scss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394
  1. /* 顏色設定 */
  2. $gray-content-color: #666666; // 次要內容
  3. $link-color: #2980B8; // 超連結
  4. section-style {
  5. padding: 80px 0;
  6. .block {
  7. p {
  8. // padding-top: 20px;
  9. line-height:20px;
  10. }
  11. img {
  12. width: 100%;
  13. }
  14. .start {
  15. padding-top: 30px;
  16. }
  17. }
  18. .content {
  19. padding: 0 30px;
  20. @media (min-width: 992px) {
  21. padding: 0 50px;
  22. }
  23. }
  24. .card-text {
  25. padding-bottom: 5px;
  26. font-size: 0.8rem;
  27. color: #666666;
  28. }
  29. .sub-title {
  30. color: #000;
  31. }
  32. }
  33. .section1 {
  34. @extend section-style;
  35. table {
  36. border-collapse: collapse;
  37. }
  38. td {
  39. border: none;
  40. }
  41. }
  42. .section2 {
  43. @extend section-style;
  44. background-color: #F2F2F2;
  45. }
  46. .section3 {
  47. @extend section-style;
  48. }
  49. .section4 {
  50. @extend section-style;
  51. }
  52. .section5 {
  53. @extend section-style;
  54. background-color: #ECECEC;
  55. .card {
  56. background-color: #ECECEC;
  57. }
  58. }
  59. .section6 {
  60. @extend section-style;
  61. color: $gray-content-color;
  62. h2 {
  63. color: #000;
  64. }
  65. }
  66. .section7 {
  67. @extend section-style;
  68. padding: 40px 0;
  69. margin-bottom: 60px;
  70. color: $gray-content-color;
  71. background-color: #F2F2F2;
  72. a {
  73. color: #000;
  74. font-weight: 600;
  75. padding: 0 15px;
  76. &:hover {
  77. color: #78AD42;
  78. text-decoration:none;
  79. }
  80. }
  81. }
  82. .section8 {
  83. @extend section-style;
  84. color: $gray-content-color;
  85. h2 {
  86. font-weight: 600;
  87. color: #000;
  88. }
  89. p {
  90. font-size: 0.8rem;
  91. color: #666666;
  92. }
  93. }
  94. .section9 {
  95. @extend section-style;
  96. color: $gray-content-color;
  97. h1 {
  98. font-weight: 600;
  99. color: #000;
  100. }
  101. h2 {
  102. font-weight: 600;
  103. color: #000;
  104. }
  105. p {
  106. font-size: 0.8rem;
  107. color: #666666;
  108. }
  109. .title {
  110. color: #000;
  111. }
  112. }
  113. .section10 {
  114. @extend section-style;
  115. font-weight: 600;
  116. .l1 {
  117. font-size: 0.8rem;
  118. margin-top: 60px;
  119. color: #B4B4B4;
  120. }
  121. .l2 {
  122. font-size: 0.8rem;
  123. color: #D1C7A8;
  124. }
  125. .l3 {
  126. font-size: 0.8rem;
  127. color: #A5AA91;
  128. }
  129. }
  130. .section11 {
  131. @extend section-style;
  132. background-color: #ECECEC;
  133. }
  134. .section12 {
  135. color: $gray-content-color;
  136. h2 {
  137. font-weight: 600;
  138. color: #000;
  139. }
  140. .li {
  141. list-style-type: disc;
  142. padding-left: 0px;
  143. }
  144. a.reservation-link {
  145. text-decoration: underline;
  146. }
  147. }
  148. .section13 {
  149. @extend section-style;
  150. padding: 0;
  151. }
  152. .section14 {
  153. @extend section-style;
  154. padding: 60px;
  155. height: 200px;
  156. .title {
  157. color: #78AD42;
  158. }
  159. }
  160. .section15 {
  161. .title {
  162. color: #78AD42;
  163. }
  164. }
  165. .section16 {
  166. @extend section-style;
  167. h2 {
  168. color: #78AD42;
  169. }
  170. .row {
  171. margin-bottom: 60px;
  172. }
  173. .title {
  174. color: #78AD42;
  175. }
  176. .img-resize {
  177. padding: 0 2.5rem;
  178. }
  179. }
  180. .section17 {
  181. @extend section-style;
  182. background-color: #F1F1F1;
  183. h2 {
  184. color: #78AD42;
  185. }
  186. .row {
  187. margin-bottom: 60px;
  188. }
  189. .title {
  190. color: #78AD42;
  191. }
  192. .img-resize {
  193. padding: 0 2.5rem;
  194. }
  195. }
  196. .section18 {
  197. @extend section-style;
  198. color: #FFF;
  199. font-weight: 600;
  200. background-color: #333333;
  201. a {
  202. color: #2ABFF4;
  203. padding: 0 15px;
  204. text-decoration: underline;
  205. &:hover {
  206. color: #78AD42;
  207. }
  208. }
  209. }
  210. .section19 {
  211. @extend section-style;
  212. h2 {
  213. color: #78AD42;
  214. }
  215. .title {
  216. color: #78AD42;
  217. }
  218. @media (min-width: 768px) {
  219. .img-padding {
  220. padding: 0 330px;
  221. }
  222. }
  223. }
  224. .section22 {
  225. @extend section-style;
  226. .title {
  227. color: #78AD42;
  228. }
  229. @media (min-width: 768px) {
  230. .img-padding {
  231. padding: 0 100px 0 0;
  232. }
  233. }
  234. }
  235. .section24 {
  236. @extend section-style;
  237. padding: 50px 0;
  238. .title {
  239. color: #78AD42;
  240. }
  241. }
  242. .section25 {
  243. @extend section-style;
  244. background-color: #F1F1F1;
  245. h2 {
  246. color: #78AD42;
  247. }
  248. .title {
  249. color: #78AD42;
  250. }
  251. }
  252. .section26 {
  253. @extend section-style;
  254. background-color: #F1F1F1;
  255. .title {
  256. color: #78AD42;
  257. }
  258. @media (min-width: 768px) {
  259. .img-padding {
  260. padding: 80px 280px;
  261. }
  262. }
  263. }
  264. .section27 {
  265. @extend section-style;
  266. h2 {
  267. color: #78AD42;
  268. }
  269. .row {
  270. margin-bottom: 60px;
  271. }
  272. .title {
  273. color: #78AD42;
  274. }
  275. }
  276. .section28 {
  277. @extend section-style;
  278. background-color: #F1F1F1;
  279. h2 {
  280. color: #78AD42;
  281. }
  282. .row {
  283. margin-bottom: 60px;
  284. }
  285. .step {
  286. margin-bottom: 20px;
  287. }
  288. .title {
  289. color: #78AD42;
  290. }
  291. }
  292. .section29 {
  293. @extend section-style;
  294. background-color: #F1F1F1;
  295. .title {
  296. color: #78AD42;
  297. }
  298. }