Explorar o código

選單內容增加

jeter20131220 %!s(int64=3) %!d(string=hai) anos
pai
achega
294f61785a
Modificáronse 5 ficheiros con 17 adicións e 17 borrados
  1. 6 6
      column-report.html
  2. 1 1
      goto.js
  3. 4 4
      style.css
  4. 0 0
      style.css.map
  5. 6 6
      style.scss

+ 6 - 6
column-report.html

@@ -38,12 +38,12 @@
                 <a style="color:#fff ;text-decoration: none;" href="./index.html"><h1> <span  style="font-size: 45px;;color:#9400d3">O</span>pentalk</h1></a>
             </div>
             <div id="link" class="col-md-10 col-lg-10">
-                <a data-gt-target="#sec01 " data-gt-duration="500" data-gt-offset="100">最新課程</a>
-                <a data-gt-target="#sec02" data-gt-duration="800" data-gt-offset="180">熱門課程</a>
-                <a data-gt-target="#sec04" data-gt-duration="500" data-gt-offset="150">專欄報導</a>
-                <a data-gt-target="#sec05" data-gt-duration="500" data-gt-offset="100">課程分類</a>
-                <a data-gt-target="#sec06" data-gt-duration="500" data-gt-offset="80">合作對象</a>
-                <a data-gt-target="#footer" data-gt-duration="500" data-gt-offset="50">聯絡我們</a>
+                <a target="_blank" href="https://opentalk.center/categories/language">個人成長</a>
+                <a target="_blank" href="https://opentalk.center/categories/kol">斜槓理財</a>
+                <a target="_blank" href="https://opentalk.center/categories/fitness">健身舞蹈</a>
+                <a target="_blank" href="https://opentalk.center/categories/beauty">變美課程</a>
+                <a target="_blank" href="https://opentalk.center/categories/career">管理營銷</a>
+                <a target="_blank" href="https://opentalk.center/categories/life">享受生活</a>
             </div>
             <img id="menu-btn1" src="./img/menu.png" alt="">
         </div>

+ 1 - 1
goto.js

@@ -240,7 +240,7 @@ function get_data() {
           </a>\
          <!-- 文章內容 -->\
           <div class="sec10-content mt-3">\
-              1233456'+msg[i].artuclecontent+'\
+              '+msg[i].artuclecontent+'\
           </div>';
 
           webtitle += ' \

+ 4 - 4
style.css

@@ -1257,15 +1257,15 @@ body .line {
 }
 
 #sec10 .side-bar a {
-  text-decoration: none;
   color: #000;
+  text-decoration: none;
   -webkit-transition: 0.3s;
   transition: 0.3s;
   cursor: pointer;
 }
 
 #sec10 .side-bar a:hover {
-  color: #292421;
+  color: #9400d3;
 }
 
 #sec10 .side-bar h5 {
@@ -1282,15 +1282,15 @@ body .line {
 }
 
 #sec11 #sec11-container a {
-  text-decoration: none;
   color: #000;
+  text-decoration: none;
   -webkit-transition: 0.3s;
   transition: 0.3s;
   cursor: pointer;
 }
 
 #sec11 #sec11-container a:hover {
-  color: #292421;
+  color: #9400d3;
 }
 
 #sec11 #sec11-container h1 {

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
style.css.map


+ 6 - 6
style.scss

@@ -1061,13 +1061,13 @@ body {
             font-size: 36px;
         
         }
-        a {
+        a{
+            color:#000;
             text-decoration: none;
-            color: #000;
             transition: 0.3s;
             cursor: pointer;
             &:hover {
-                color: $navbgcolor;
+                color: $subcolor;
             }
         }
         h5 {
@@ -1081,13 +1081,13 @@ body {
 }
 #sec11 {
     #sec11-container {
-        a {
+        a{
+            color:#000;
             text-decoration: none;
-            color: #000;
             transition: 0.3s;
             cursor: pointer;
             &:hover {
-                color: $navbgcolor;
+                color: $subcolor;
             }
         }
         h1 {

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio