_section.scss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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. color: $gray-content-color;
  70. background-color: #F2F2F2;
  71. a {
  72. color: #000;
  73. font-weight: 600;
  74. padding: 0 15px;
  75. &:hover {
  76. color: #78AD42;
  77. text-decoration:none;
  78. }
  79. }
  80. }
  81. .section8 {
  82. @extend section-style;
  83. color: $gray-content-color;
  84. h2 {
  85. font-weight: 600;
  86. color: #000;
  87. }
  88. p {
  89. font-size: 0.8rem;
  90. color: #666666;
  91. }
  92. }
  93. .section9 {
  94. @extend section-style;
  95. color: $gray-content-color;
  96. h1 {
  97. font-weight: 600;
  98. color: #000;
  99. }
  100. h2 {
  101. font-weight: 600;
  102. color: #000;
  103. }
  104. p {
  105. font-size: 0.8rem;
  106. color: #666666;
  107. }
  108. .title {
  109. color: #000;
  110. }
  111. }
  112. .section10 {
  113. @extend section-style;
  114. font-weight: 600;
  115. .l1 {
  116. font-size: 0.8rem;
  117. margin-top: 60px;
  118. color: #B4B4B4;
  119. }
  120. .l2 {
  121. font-size: 0.8rem;
  122. color: #D1C7A8;
  123. }
  124. .l3 {
  125. font-size: 0.8rem;
  126. color: #A5AA91;
  127. }
  128. }
  129. .section11 {
  130. @extend section-style;
  131. background-color: #ECECEC;
  132. }