_section.scss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  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. }