_section.scss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  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. }
  141. .section13 {
  142. @extend section-style;
  143. padding: 0;
  144. }
  145. .section14 {
  146. @extend section-style;
  147. padding: 1px 0;
  148. .title {
  149. color: #78AD42;
  150. }
  151. }
  152. .section15 {
  153. @extend section-style;
  154. background-color: #F1F1F1;
  155. div {
  156. padding-bottom: 10px;
  157. }
  158. p {
  159. color: #4D4D4D;
  160. }
  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. }
  174. .section17 {
  175. @extend section-style;
  176. background-color: #F1F1F1;
  177. h2 {
  178. color: #78AD42;
  179. }
  180. .row {
  181. margin-bottom: 60px;
  182. }
  183. }
  184. .section18 {
  185. @extend section-style;
  186. color: #FFF;
  187. font-weight: 600;
  188. background-color: #333333;
  189. a {
  190. color: #2ABFF4;
  191. padding: 0 15px;
  192. text-decoration: underline;
  193. &:hover {
  194. color: #78AD42;
  195. }
  196. }
  197. }
  198. .section19 {
  199. @extend section-style;
  200. h2 {
  201. color: #78AD42;
  202. }
  203. @media (min-width: 768px) {
  204. .img-padding {
  205. padding: 0 200px;
  206. }
  207. }
  208. }
  209. .section20 {
  210. @extend section-style;
  211. .title {
  212. color: #78AD42;
  213. padding-bottom: 10px;
  214. }
  215. }
  216. .section21 {
  217. @extend section-style;
  218. background-color: #ECECEC;
  219. table {
  220. border-collapse: collapse;
  221. }
  222. tr {
  223. line-height: 22px;
  224. }
  225. td {
  226. border: none;
  227. font-weight: 600;
  228. }
  229. .title {
  230. color: #78AD42;
  231. }
  232. }
  233. .section22 {
  234. @extend section-style;
  235. .title {
  236. color: #78AD42;
  237. }
  238. @media (min-width: 768px) {
  239. .img-padding {
  240. padding: 0 100px 0 0;
  241. }
  242. }
  243. }
  244. .section23 {
  245. @extend section-style;
  246. background-color: #ECECEC;
  247. .title {
  248. color: #78AD42;
  249. }
  250. @media (min-width: 768px) {
  251. .img-padding {
  252. padding: 0 50px 0 0;
  253. }
  254. }
  255. }
  256. .section24 {
  257. @extend section-style;
  258. padding: 50px 0;
  259. .title {
  260. color: #78AD42;
  261. }
  262. }