tanxue %!s(int64=3) %!d(string=hai) anos
pai
achega
4b85b8274b

+ 18 - 1
assets/scss/cus-client/cus-client-common.scss

@@ -325,7 +325,7 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
 
   /* 网站底部footer */
 .client-footer{
-  background: #1E2534;
+  background: #1E2534;padding-bottom: 50px;
   //footer内容区域
   .contact-box{
     padding-top: 40px;
@@ -763,6 +763,23 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
   }
 }
 
+/* 底部跳转 */
+.bottom-btn-box{
+  height: 50px;position: fixed;bottom: 0;left: 0;right: 0;font-size: 0;background: #fff;z-index: 99999;
+  i{width:22px;height: 22px;background-size:cover;display: block;margin: 0 auto 3px;}
+  a{width: 25%;display: inline-block;text-align: center;font-size: 13px;color: #333;margin: 6px 0;}
+  a:nth-child(1) i{background-image: url("~static/images/icons/shouye.svg");}
+  a:nth-child(2) i{background-image: url("~static/images/icons/tiyan.svg");}
+  a:nth-child(3) i{background-image: url("~static/images/icons/dianhua.svg");}
+  a:nth-child(4) i{background-image: url("~static/images/icons/zixun.svg");}
+  a.active{color: #2881db;}
+  a.active:nth-child(1) i{background-image: url("~static/images/icons/shouye-a.svg");}
+  a.active:nth-child(2) i{background-image: url("~static/images/icons/tiyan-a.svg");}
+  a.active:nth-child(3) i{background-image: url("~static/images/icons/dianhua-a.svg");}
+  a.active:nth-child(4) i{background-image: url("~static/images/icons/zixun-a.svg");}
+
+}
+
 /********************************* 麦塔栅格**********************************/
 // 大于768的隐藏
   @media screen and (min-width: 769px) {

+ 6 - 4
components/footer.vue

@@ -65,8 +65,10 @@
       <p>大连栋科软件工程有限公司 版权所有</p>
       <a href="https://beian.miit.gov.cn/#/Integrated/index">辽ICP备09022904号-18</a>
     </div>
-    <div>
-      <a :href="item.url" v-for="(item,index) in footerData" :key="index">{{item.name}}</a>
+    <div class="bottom-btn-box">
+      <a :href="item.url" v-for="(item,index) in footerData" :key="index">
+        <i></i><span>{{item.name}}</span>
+      </a>
     </div>
   </div>
 </template>
@@ -96,11 +98,11 @@
           },
           {
             name: '电话咨询',
-            url: '',
+            url: 'tel:400-052-2130',
           },
           {
             name: '在线咨询',
-            url: '',
+            url: 'http://p.qiao.baidu.com/cps/chat?siteId=11735491&amp;userId=10530011',
           }
 
         ]

BIN=BIN
static/images/admin/guide-last.png


BIN=BIN
static/images/be_careful.png


BIN=BIN
static/images/default/defaultKecheng.jpg


BIN=BIN
static/images/default/defaultLianxi.jpg


+ 4 - 0
static/images/icons/dianhua-a.svg

@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="svg-icon-path-icon fill" viewBox="0 0 32 32" width="24" height="24">
+  <path fill="#2881db"
+    d="M12.488 14.243c1.274 2.21 3.059 3.996 5.201 5.233l0.068 0.036 1.179-1.651c0.245-0.34 0.639-0.558 1.085-0.558 0.235 0 0.455 0.061 0.647 0.167l-0.007-0.003c1.766 0.984 3.844 1.636 6.057 1.815l0.054 0.004c0.69 0.056 1.228 0.63 1.228 1.329 0 0 0 0 0 0v0 5.949c0 0 0 0 0 0 0 0.688-0.522 1.255-1.192 1.326l-0.006 0c-0.707 0.073-1.419 0.109-2.136 0.109-11.413 0-20.667-9.253-20.667-20.667 0-0.717 0.036-1.429 0.109-2.136 0.071-0.676 0.638-1.197 1.326-1.197 0 0 0 0 0 0h5.949c0 0 0 0 0 0 0.699 0 1.273 0.538 1.329 1.223l0 0.005c0.183 2.266 0.835 4.345 1.858 6.189l-0.040-0.078c0.103 0.185 0.164 0.405 0.164 0.64 0 0.446-0.219 0.84-0.555 1.082l-0.004 0.003-1.651 1.179zM9.125 13.367l2.533-1.809c-0.675-1.418-1.186-3.064-1.45-4.791l-0.012-0.099h-3.516c-0.008 0.221-0.012 0.444-0.012 0.667-0.001 9.941 8.057 18 17.999 18 0.223 0 0.445-0.004 0.667-0.013v-3.516c-1.827-0.277-3.472-0.788-5-1.509l0.109 0.046-1.809 2.533c-0.834-0.326-1.531-0.662-2.199-1.043l0.082 0.043-0.077-0.044c-2.63-1.515-4.754-3.64-6.226-6.189l-0.043-0.081-0.044-0.077c-0.338-0.586-0.674-1.283-0.961-2.005l-0.039-0.112z"></path>
+</svg>

+ 4 - 0
static/images/icons/dianhua.svg

@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="svg-icon-path-icon fill" viewBox="0 0 32 32" width="24" height="24">
+  <path
+    d="M12.488 14.243c1.274 2.21 3.059 3.996 5.201 5.233l0.068 0.036 1.179-1.651c0.245-0.34 0.639-0.558 1.085-0.558 0.235 0 0.455 0.061 0.647 0.167l-0.007-0.003c1.766 0.984 3.844 1.636 6.057 1.815l0.054 0.004c0.69 0.056 1.228 0.63 1.228 1.329 0 0 0 0 0 0v0 5.949c0 0 0 0 0 0 0 0.688-0.522 1.255-1.192 1.326l-0.006 0c-0.707 0.073-1.419 0.109-2.136 0.109-11.413 0-20.667-9.253-20.667-20.667 0-0.717 0.036-1.429 0.109-2.136 0.071-0.676 0.638-1.197 1.326-1.197 0 0 0 0 0 0h5.949c0 0 0 0 0 0 0.699 0 1.273 0.538 1.329 1.223l0 0.005c0.183 2.266 0.835 4.345 1.858 6.189l-0.040-0.078c0.103 0.185 0.164 0.405 0.164 0.64 0 0.446-0.219 0.84-0.555 1.082l-0.004 0.003-1.651 1.179zM9.125 13.367l2.533-1.809c-0.675-1.418-1.186-3.064-1.45-4.791l-0.012-0.099h-3.516c-0.008 0.221-0.012 0.444-0.012 0.667-0.001 9.941 8.057 18 17.999 18 0.223 0 0.445-0.004 0.667-0.013v-3.516c-1.827-0.277-3.472-0.788-5-1.509l0.109 0.046-1.809 2.533c-0.834-0.326-1.531-0.662-2.199-1.043l0.082 0.043-0.077-0.044c-2.63-1.515-4.754-3.64-6.226-6.189l-0.043-0.081-0.044-0.077c-0.338-0.586-0.674-1.283-0.961-2.005l-0.039-0.112z"></path>
+</svg>

+ 0 - 19
static/images/icons/px-audio.svg

@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
-    <!-- Generator: Sketch 61.1 (89650) - https://sketch.com -->
-    <title>音频</title>
-    <desc>Created with Sketch.</desc>
-    <g id="控件" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="音频">
-            <rect id="矩形" fill="#FFFFFF" x="13" y="4" width="9" height="15"></rect>
-            <g fill-rule="nonzero">
-                <path d="M23.8364362,3.09175532 L12.8364362,3.09175532 L12.8364362,4.65425532 L21.3310981,4.65425532 L21.3310981,5.65159574 L12.8364362,5.65159574 L12.8364362,7.28058511 L21.3310981,7.28058511 L21.3310981,8.27792553 L12.8364362,8.27792553 L12.8364362,9.87367021 L21.3310981,9.87367021 L21.3310981,10.8710106 L12.8364362,10.8710106 L12.8364362,12.5 L21.3310981,12.5 L21.3310981,13.4973404 L12.8364362,13.4973404 L12.8364362,15.0598404 L21.3310981,15.0598404 L21.3310981,16.0571809 L12.8364362,16.0571809 L12.8364362,17.6861702 L21.3310981,17.6861702 L21.3310981,18.6835106 L12.8364362,18.6835106 L12.8364362,20.7779255 L23.8364362,20.7779255 L23.8364362,3.09175532 Z M0,2.52659574 L0,21.2533245 L13.3976064,23.8696809 L13.3976064,0.0265957447 L0,2.52659574 Z M9.73736702,11.7021277 C9.50132979,12.1476064 9.2087766,12.4966755 8.85970745,12.7426862 C8.51396277,12.9853723 8.17154255,13.1382979 7.82912234,13.2081117 C7.37367021,13.2912234 6.73204787,13.3178191 5.92420213,13.2878989 L4.82380319,13.2513298 L4.82380319,16.7819149 L3.26130319,16.5691489 L11.9381649,19.2519947 L10.4753989,6.68550532 C11.5625,6.53922872 7.67619681,7.08776596 8.03523936,7.14095745 C8.60039894,7.22406915 9.08244681,7.50332447 9.48470745,7.99202128 C9.89361702,8.48736702 10.099734,9.17220745 10.099734,10.0299202 C10.0930851,10.6881649 9.97340426,11.25 9.73736702,11.7021277 L9.73736702,11.7021277 Z" id="形状" fill="#FF5C92"></path>
-                <path d="M2.79515715,15.7366165 C3.2198688,15.8821843 3.70826025,15.7367587 4.07635342,15.3551218 C4.44444659,14.9734849 4.63631729,14.4136185 4.57968741,13.8864256 C4.52305754,13.3592327 4.22653084,12.9448093 3.80180954,12.7992696 C3.37709789,12.6537018 2.88870644,12.7991274 2.52061327,13.1807643 C2.1525201,13.5624012 1.9606494,14.1222676 2.01727928,14.6494605 C2.07390915,15.1766534 2.37043585,15.5910768 2.79515715,15.7366165 L2.79515715,15.7366165 Z" id="路径" fill="#FFFFFF"></path>
-                <path d="M8.48501147,15.0034095 C8.90972312,15.1489774 9.39811457,15.0035518 9.76620774,14.6219149 C10.1343009,14.2402779 10.3261716,13.6804116 10.2695417,13.1532187 C10.2129119,12.6260258 9.91638516,12.2116024 9.49166386,12.0660627 C9.06695221,11.9204949 8.57856076,12.0659205 8.21046759,12.4475574 C7.84237442,12.8291943 7.65050372,13.3890607 7.7071336,13.9162536 C7.76376347,14.4434465 8.06029018,14.8578699 8.48501147,15.0034095 L8.48501147,15.0034095 Z" id="路径" fill="#FFFFFF"></path>
-                <path d="M4.2087766,14.2087766 C4.00265957,14.2087766 3.83643617,14.0425532 3.83643617,13.8364362 L3.83643617,8.18484043 C3.83643617,7.9787234 4.00265957,7.8125 4.2087766,7.8125 C4.41489362,7.8125 4.58111702,7.9787234 4.58111702,8.18484043 L4.58111702,13.8331117 C4.58444149,14.0392287 4.41489362,14.2087766 4.2087766,14.2087766 L4.2087766,14.2087766 Z" id="路径" fill="#FFFFFF"></path>
-                <path d="M3.87300532,8.2912234 C3.8231383,8.09175532 3.94281915,7.88896277 4.14228723,7.83909574 L9.80053191,6.40292553 C10,6.35305851 10.2027926,6.47273936 10.2526596,6.67220745 C10.3025266,6.87167553 10.1828457,7.07446809 9.98337766,7.12433511 L4.32513298,8.56050532 C4.12566489,8.61369681 3.92287234,8.49401596 3.87300532,8.2912234 L3.87300532,8.2912234 Z" id="路径" fill="#FFFFFF"></path>
-                <path d="M9.90359043,13.5339096 C9.6974734,13.5339096 9.53125,13.3676862 9.53125,13.1615691 L9.53125,6.8018617 C9.53125,6.59574468 9.6974734,6.42952128 9.90359043,6.42952128 C10.1097074,6.42952128 10.2759309,6.59574468 10.2759309,6.8018617 L10.2759309,13.1615691 C10.2759309,13.3643617 10.1097074,13.5339096 9.90359043,13.5339096 L9.90359043,13.5339096 Z" id="路径" fill="#FFFFFF"></path>
-            </g>
-        </g>
-    </g>
-</svg>

+ 0 - 17
static/images/icons/px-excel.svg

@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
-    <!-- Generator: Sketch 61.1 (89650) - https://sketch.com -->
-    <title>ECEL</title>
-    <desc>Created with Sketch.</desc>
-    <g id="控件" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="excle" fill-rule="nonzero">
-            <g id="ECEL">
-                <path d="M12.5417865,0 L14.1574438,0 L14.1574438,2.23341177 L22.334418,2.23341177 C22.7968399,2.25317646 23.3015566,2.23341177 23.7019464,2.5157647 C23.983911,2.928 23.9500753,3.45317646 23.983911,3.92752942 C23.9688729,8.77647059 23.9688729,13.6216471 23.983911,18.4630588 C23.983911,19.2762353 24.0572218,20.106353 23.8908627,20.9054118 C23.7837161,21.4870588 23.1013617,21.5011765 22.6473987,21.5209412 L14.1743617,21.5209412 L14.1743617,24 L12.482574,24 C8.31513681,23.2376471 4.15615857,22.5232941 0,21.7778824 L0,2.2362353 C4.1815354,1.49082352 8.36307078,0.756705875 12.5417865,0 Z" id="路径" fill="#207245"></path>
-                <polygon id="路径" fill="#FFFFFF" points="14.5454545 3 23.2727273 3 23.2727273 20.25 14.5454545 20.25 14.5454545 18.6078022 16.6615718 18.6078022 16.6615718 16.6914432 14.5454545 16.6914432 14.5454545 15.5837213 16.6615718 15.5837213 16.6615718 13.6784396 14.5454545 13.6784396 14.5454545 12.5845641 16.6615718 12.5845641 16.6615718 10.6654359 14.5454545 10.6654359 14.5454545 9.55771391 16.6615718 9.55771391 16.6615718 7.65520147 14.5454545 7.65520147 14.5454545 6.54747952 16.6615718 6.54747952 16.6615718 4.64219778 14.5454545 4.64219778"></polygon>
-                <polygon id="路径" fill="#207245" points="17.4545455 4.5 21.0909091 4.5 21.0909091 6.75 17.4545455 6.75"></polygon>
-                <path d="M8.24051539,7.61256864 C8.8685278,7.56863942 9.49558578,7.53111654 10.1216893,7.5 C9.38296351,8.98444173 8.63946553,10.4679683 7.89119543,11.9505796 C8.64996423,13.4688835 9.42877597,14.9707139 10.1818182,16.5 L8.17752327,16.3764491 C7.70794561,15.2425259 7.13528991,14.1497865 6.79742305,12.9636974 C6.42233357,14.061928 5.88403723,15.1079927 5.45168217,16.1870043 C4.84753041,16.1870043 4.2405154,16.1540574 3.63636364,16.1293472 C4.3464567,14.7565589 5.03364351,13.3837706 5.76664281,12.0302014 C5.14244811,10.6327029 4.46098784,9.26266017 3.81961346,7.87065285 L5.64352183,7.76906649 C6.05583393,8.83160462 6.50250537,9.87766931 6.84609879,10.9676632 C7.22977811,9.81177547 7.77952757,8.72727274 8.24051539,7.61256864 Z" id="路径" fill="#FFFFFF"></path>
-                <path d="M17.4545455,7.5 L21.0909091,7.5 L21.0909091,9.46839445 L17.4545455,9.46839445 L17.4545455,7.5 Z M17.4545455,10.5919722 L21.0909091,10.5919722 L21.0909091,12.5632111 L17.4545455,12.5632111 L17.4545455,10.5919722 Z M17.4545455,13.6867889 L21.0909091,13.6867889 L21.0909091,15.6551833 L17.4545455,15.6551833 L17.4545455,13.6867889 Z M17.4545455,16.7816056 L21.0909091,16.7816056 L21.0909091,18.75 L17.4545455,18.75 L17.4545455,16.7816056 Z" id="形状" fill="#207245"></path>
-            </g>
-        </g>
-    </g>
-</svg>

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 9
static/images/icons/px-pdf.svg


+ 0 - 17
static/images/icons/px-ppt.svg

@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="25px" viewBox="0 0 24 25" version="1.1" xmlns="http://www.w3.org/2000/svg">
-    <!-- Generator: Sketch 61.1 (89650) - https://sketch.com -->
-    <title>PPT</title>
-    <desc>Created with Sketch.</desc>
-    <g id="控件" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="ppt" fill-rule="nonzero">
-            <g id="PPT" transform="translate(0.000000, 0.000000)">
-                <path d="M12.5637101,0 L14.1025821,0 L14.1025821,2.49926285 C17.0034119,2.51611182 19.9070499,2.46837309 22.8078797,2.49926285 C23.1001642,2.46502386 23.3917981,2.56829637 23.5973992,2.77884503 C23.8030002,2.98939368 23.89931,3.2834005 23.8581317,3.57478834 C23.9058705,8.76146082 23.8581317,13.9509414 23.8862133,19.1404221 C23.8581317,19.7020542 23.9395684,20.3226576 23.6250544,20.8253184 C23.2291038,21.1061344 22.7152104,21.080861 22.2490558,21.1061344 C19.5363727,21.0920936 16.8236896,21.1061344 14.1053903,21.1061344 L14.1053903,23.8693644 L12.420494,23.8693644 C8.28126537,23.1083529 4.13922859,22.4035046 0,21.659342 L0,2.22687129 C4.18696733,1.48551691 8.37393465,0.730121735 12.5637101,0 Z" id="路径" fill="#D24625"></path>
-                <path d="M14.1025821,3.33328652 L23.0549978,3.33328652 L23.0549978,20.2693026 L14.1025821,20.2693026 L14.1025821,18.0480476 L20.6147063,18.0480476 L20.6147063,16.9388242 L14.1025821,16.9388242 L14.1025821,15.534744 L20.6147063,15.534744 L20.6147063,14.4395614 L14.1053903,14.4395614 L14.1053903,12.8080201 C15.1809157,13.1478075 16.4052737,13.139383 17.3656646,12.4794653 C18.404684,11.8476292 18.946659,10.6457365 19.0365201,9.44665198 L15.4645399,9.44665198 C15.4645399,8.23914296 15.4785808,7.03163393 15.4420747,5.82693307 C14.9955771,5.91398605 14.5518878,6.0094635 14.1081984,6.10774911 L14.1025821,3.33328652 Z" id="路径" fill="#FFFFFF"></path>
-                <path d="M16.0065149,5.24002752 C17.9463148,5.38436557 19.4764214,6.94815374 19.5784951,8.89063619 C18.3878351,8.90467701 17.197175,8.89063619 16.0037068,8.89063619 C16.0065149,7.66908638 16.0065149,6.45876919 16.0065149,5.24002752 L16.0065149,5.24002752 Z" id="路径" fill="#D24625"></path>
-                <path d="M4.35264879,7.33491528 C5.82693307,7.40792745 7.610115,6.73958524 8.84570562,7.86846576 C10.0139004,9.32309291 9.70500273,11.9936536 7.9723677,12.8613752 C7.35738055,13.1843136 6.64972409,13.1421912 5.9813819,13.1169178 L5.9813819,16.374384 L4.3666896,16.2367841 C4.32456719,13.2713666 4.31895086,10.3031409 4.35264879,7.33491528 L4.35264879,7.33491528 Z" id="路径" fill="#FFFFFF"></path>
-                <path d="M5.96453293,8.83728113 C6.49808342,8.81481586 7.16080931,8.71372206 7.52025385,9.22761546 C7.81671005,9.79599038 7.83021744,10.4703209 7.55675993,11.0501116 C7.24786227,11.6117437 6.54863032,11.564005 6.00665534,11.6314008 C5.95049214,10.7018997 5.95610844,9.77239858 5.96453293,8.83728113 Z" id="路径" fill="#D24625"></path>
-            </g>
-        </g>
-    </g>
-</svg>

+ 0 - 16
static/images/icons/px-thirdpartylink.svg

@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
-    <!-- Generator: Sketch 64 (93537) - https://sketch.com -->
-    <title>第三方链接</title>
-    <desc>Created with Sketch.</desc>
-    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="课件管理" transform="translate(-653.000000, -838.000000)">
-            <g id="第三方链接" transform="translate(653.000000, 838.000000)">
-                <rect id="矩形" fill="#30BA78" x="0" y="0" width="24" height="24" rx="2"></rect>
-                <g id="链接(3)" transform="translate(5.000000, 5.000000)" fill="#FFFFFF" fill-rule="nonzero">
-                    <path d="M10.6,0 C11.9,0.075999998 13.07,0.717000006 13.676,2.143 C14.292,3.591 14.018,4.93800001 12.956,6.089 C12.204,6.902 11.396,7.665 10.606,8.443 C10.264,8.783 9.715,8.793 9.41800001,8.48099999 C9.11800001,8.16499999 9.15,7.73099999 9.511,7.369 C10.286,6.59099999 11.071,5.824 11.838,5.039 C12.993,3.857 12.48,1.97699999 10.884,1.553 C10.221,1.377 9.584,1.499 9.079,1.969 C8.267,2.725 7.503,3.529 6.694,4.286 C6.52200001,4.446 6.239,4.585 6.01699999,4.571 C5.42199999,4.534 5.12099999,3.814 5.53300001,3.38499999 C6.41189509,2.45750243 7.32485469,1.56288874 8.27000001,0.703000006 C8.848,0.183000002 9.60099999,0.00499999609 10.6,0 Z M0,10.403 C0.00599999805,9.409 0.352000004,8.549 1.049,7.841 C1.818,7.058 2.599,6.287 3.379,5.514 C3.74899999,5.14699999 4.20399999,5.11899999 4.51800001,5.434 C4.844,5.76400001 4.81200001,6.17800001 4.426,6.566 C3.684,7.31100001 2.92900001,8.04600001 2.19400001,8.799 C1.28500001,9.728 1.247,10.982 2.084,11.825 C2.88599999,12.631 4.21099999,12.635 5.049,11.819 C5.81,11.076 6.551,10.312 7.31100001,9.569 C7.76700001,9.123 8.46000001,9.282 8.581,9.882 C8.624,10.098 8.53699999,10.423 8.387,10.582 C7.562,11.452 6.73700001,12.328 5.838,13.118 C4.738,14.084 3.44799999,14.244 2.10300001,13.658 C0.80300001,13.092 0.00300000586,11.816 0,10.403 Z M10.071,4.733 C10.023,4.823 9.967,5.019 9.841,5.147 C8.32695847,6.68390184 6.80594277,8.21391763 5.278,9.737 C4.95299999,10.062 4.49099999,10.04 4.186,9.732 C3.878,9.421 3.886,8.994 4.229,8.65 C5.72900001,7.146 7.23500001,5.64499999 8.73900001,4.146 C8.982,3.90300001 9.269,3.801 9.60099999,3.946 C9.898,4.074 10.049,4.31 10.071,4.733 L10.071,4.733 Z" id="形状"></path>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>

+ 0 - 15
static/images/icons/px-video-serve-link.svg

@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
-    <!-- Generator: Sketch 64 (93537) - https://sketch.com -->
-    <title>视频链接</title>
-    <desc>Created with Sketch.</desc>
-    <g id="视频链接" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g>
-            <path d="M4,6 L16,6 C16.5832405,8.71687101 16.5832405,10.716871 16,12 C15.4167595,13.283129 13.7500929,14.9497957 11,17 L4,16 L4,6 Z" id="矩形" fill="#FFFFFF"></path>
-            <path d="M19.3005536,21.7664732 L18.0809196,22.9861071 C16.7290446,24.3379821 14.5396071,24.3379821 13.1877321,22.9861071 C11.8358571,21.6342321 11.8358571,19.4447946 13.1877321,18.0929196 L14.4073661,16.8732857 C14.5688239,16.7110338 14.7882849,16.6198145 15.017183,16.6198145 C15.2460811,16.6198145 15.4655421,16.7110338 15.627,16.8732857 C15.789252,17.0347436 15.8804712,17.2542046 15.8804712,17.4831027 C15.8804712,17.7120008 15.789252,17.9314618 15.627,18.0929196 L14.4073661,19.3125536 C13.7314286,19.9884911 13.7314286,21.0758571 14.4073661,21.7517946 C15.0833036,22.4277321 16.1706696,22.4277321 16.8466071,21.7517946 L18.0662411,20.5321607 C18.2276989,20.3699088 18.4471599,20.2786895 18.676058,20.2786895 C18.9049561,20.2786895 19.1244171,20.3699088 19.285875,20.5321607 C19.6385089,20.8701161 19.6385089,21.4284911 19.3005536,21.7664732 L19.3005536,21.7664732 Z" id="路径" fill="#9355FF" fill-rule="nonzero"></path>
-            <path d="M19.9176964,17.47575 L17.46375,19.9296964 C17.3022921,20.0919484 17.0828311,20.1831676 16.853933,20.1831676 C16.6250349,20.1831676 16.4055739,20.0919484 16.2441161,19.9296964 C16.0818641,19.7682386 15.9906449,19.5487776 15.9906449,19.3198795 C15.9906449,19.0909814 16.0818641,18.8715204 16.2441161,18.7100625 L18.6833571,16.2708214 C18.844815,16.1085695 19.064276,16.0173502 19.2931741,16.0173502 C19.5220722,16.0173502 19.7415332,16.1085695 19.9029911,16.2708214 C20.2556786,16.5940982 20.2556786,17.1377946 19.9176964,17.47575 L19.9176964,17.47575 Z" id="路径" fill="#9355FF" fill-rule="nonzero"></path>
-            <path d="M22.9741071,18.0929196 L21.7544732,19.3125536 C21.5930154,19.4748055 21.3735543,19.5660248 21.1446563,19.5660248 C20.9157582,19.5660248 20.6962971,19.4748055 20.5348393,19.3125536 C20.3725873,19.1510957 20.2813681,18.9316347 20.2813681,18.7027366 C20.2813681,18.4738385 20.3725873,18.2543775 20.5348393,18.0929196 L21.7544732,16.8732857 C22.4304107,16.1973482 22.4304107,15.1099821 21.7544732,14.4340446 C21.0785357,13.7581071 19.9911696,13.7581071 19.3152321,14.4340446 L18.0955982,15.6536786 C17.7576429,15.9916339 17.2139464,15.9916339 16.8759643,15.6536786 C16.5379821,15.3157232 16.5380089,14.7720268 16.8759643,14.4340446 L18.0955982,13.2144107 C19.4474732,11.8625357 21.6369107,11.8625357 22.9887857,13.2144107 C24.3406875,14.5662857 24.3259821,16.7410446 22.9741071,18.0929196 L22.9741071,18.0929196 Z" id="路径" fill="#9355FF" fill-rule="nonzero"></path>
-            <path d="M12.9350357,3.5941875 L10.0128482,0 L6.70398214,0 L9.62614286,3.5941875 L12.9350357,3.5941875 Z M17.2324286,3.5941875 L14.3102679,0 L11.0014018,0 L13.9235357,3.5941875 L17.2324286,3.5941875 Z M19.7678571,3.5941875 L19.7678571,1.34783036 C19.7678571,0.583982143 19.2090536,0 18.4786339,0 L15.2985804,0 L18.2209286,3.5941875 L19.7678571,3.5941875 Z M8.63761607,3.5941875 L5.71548214,0 L2.40658929,0 L5.32872321,3.5941875 L8.63761607,3.5941875 Z M1.4180625,0 L1.28922321,0 C0.558589286,0 0,0.583982143 0,1.34783036 L0,3.5941875 L4.34022321,3.5941875 L1.4180625,0 Z M19.7678571,9.4194375 L19.7678571,4.49274107 L0,4.49274107 L0,18.4200268 C0,19.1836875 0.558589286,19.7678571 1.28922321,19.7678571 L9.4194375,19.7678571 C9.96293585,19.7678571 10.4841728,19.5519474 10.8684911,19.1676429 L19.1676429,10.8684911 C19.5519474,10.4841728 19.7678571,9.96293585 19.7678571,9.4194375 Z M6.87586607,14.825625 L6.87586607,8.53601786 C6.87586607,7.77216964 7.47747321,7.41283929 8.16508929,7.41283929 C8.3799375,7.41283929 8.63783036,7.4578125 8.85273214,7.59251786 L13.7515179,10.5577768 C14.344875,10.8883661 14.5695268,11.6592054 14.2533214,12.2795357 C14.1395893,12.5026339 13.9648929,12.6852589 13.7515179,12.8041607 L8.85270536,15.7693661 C8.63785714,15.9040714 8.42274107,15.9488036 8.1650625,15.9488036 C7.47744643,15.9488036 6.87586607,15.5894732 6.87586607,14.825625 L6.87586607,14.825625 Z" id="形状" fill="#9355FF" fill-rule="nonzero"></path>
-        </g>
-    </g>
-</svg>

+ 0 - 17
static/images/icons/px-video.svg

@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="20px" height="24px" viewBox="0 0 20 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
-    <!-- Generator: Sketch 64 (93537) - https://sketch.com -->
-    <title>视频</title>
-    <desc>Created with Sketch.</desc>
-    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="课件管理" transform="translate(-655.000000, -687.000000)">
-            <g id="视频" transform="translate(653.000000, 687.000000)">
-                <rect id="矩形" fill="#FFFFFF" x="6" y="8" width="13" height="8"></rect>
-                <g id="视频2" transform="translate(2.400000, 0.000000)" fill="#1479EE" fill-rule="nonzero">
-                    <path d="M13.2,0 L19.2,6 L19.2,22.8 C19.2,23.46 18.66,24 18,24 L1.2,24 C0.54,24 2.30926389e-14,23.46 2.30926389e-14,22.8 L2.30926389e-14,1.2 C2.30926389e-14,0.54 0.54,0 1.2,0 L13.2,0 Z M10.86,15.12 C10.86,15.12 11.76,15.12 11.76,14.22 L11.76,9.84 C11.76,8.94 10.86,8.94 10.86,8.94 L5.64,8.94 C5.64,8.94 4.74,8.94 4.74,9.84 L4.74,14.22 C4.74,15.12 5.64,15.12 5.64,15.12 L10.86,15.12 Z M12.24,10.68 L12.24,13.38 L14.4,15.06 L14.4,9 L12.24,10.68 Z" id="形状"></path>
-                </g>
-                <polygon id="路径" fill="#60AAFF" fill-rule="nonzero" points="15.6 0 21.6 6 15.6 6"></polygon>
-            </g>
-        </g>
-    </g>
-</svg>

+ 0 - 14
static/images/icons/px-word.svg

@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
-    <!-- Generator: Sketch 61.1 (89650) - https://sketch.com -->
-    <title>word</title>
-    <desc>Created with Sketch.</desc>
-    <g id="控件" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="word" fill-rule="nonzero">
-            <g id="WORD">
-                <path d="M12.5418626,0 L14.173095,0 L14.173095,2.23341177 C17.0912512,2.25882352 20.0065851,2.20235295 22.9190969,2.25882352 C23.2101304,2.22396151 23.5009204,2.32571128 23.7067975,2.5344463 C23.9126746,2.74318133 24.0104956,3.03543719 23.971778,3.32611765 C24.0197554,8.82635295 23.971778,14.3378824 24,19.8296471 C23.971778,20.394353 24.0536218,21.018353 23.7347131,21.5237647 C23.3367827,21.8061176 22.823142,21.7778824 22.3574788,21.8061176 L14.173095,21.8061176 L14.173095,24 L12.4797742,24 C8.31984949,23.2348235 4.15992473,22.5232941 0,21.7778824 L0,2.23905883 C4.17968016,1.49082352 8.36218249,0.762352937 12.5418626,0 Z" id="路径" fill="#2A5699"></path>
-                <path d="M14,3 L23,3 L23,21 L14,21 L14,18.75 L21.0915935,18.75 L21.0915935,17.6121998 L14,17.6121998 L14,16.2183944 L21.0915935,16.2183944 L21.0915935,15.0805942 L14,15.0805942 L14,13.6867889 L21.0915935,13.6867889 L21.0915935,12.5489886 L14,12.5489886 L14,11.1267383 L21.0915935,11.1267383 L21.0915935,10.0316056 L14,10.0316056 L14,8.60935525 L21.0915935,8.60935525 L21.0915935,7.5 L14,7.5 L14,6.09197218 L21.0915935,6.09197218 L21.0915935,4.96839445 L14,4.96839445 L14,3 Z M5.53123989,8.31554355 C6.06733572,8.28536112 6.60051798,8.26341026 7.13661379,8.23597171 C7.51246357,10.0688682 7.8941405,11.8962769 8.30203949,13.7236856 C8.619618,11.8386559 8.97215926,9.96185773 9.3130463,8.08231572 C9.8753642,8.06310873 10.4376821,8.03292628 11,8 C10.3619294,10.628615 9.80543866,13.2819247 9.10909679,15.8940765 C8.64001294,16.1300482 7.9436711,15.8940765 7.37843963,15.9215151 C6.98802201,14.1215449 6.55390095,12.335294 6.21884106,10.53258 C5.88960831,12.2859046 5.46131435,14.022766 5.08546457,15.7623714 C4.54354161,15.7349328 4.00161867,15.7047504 3.45678214,15.6690802 C2.99061185,13.2819247 2.43994822,10.9084884 2,8.51584512 C2.4807381,8.49389427 2.96438976,8.47468726 3.45678214,8.45822411 C3.74813856,10.186854 4.07737134,11.9072523 4.33085142,13.6386261 C4.72126904,11.8633506 5.12625447,10.090819 5.53123989,8.31554355 Z" id="形状" fill="#FFFFFF"></path>
-            </g>
-        </g>
-    </g>
-</svg>

+ 4 - 0
static/images/icons/shouye-a.svg

@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="svg-icon-path-icon fill" viewBox="0 0 32 32" width="25" height="25">
+  <path fill="#2881db"
+    d="M25.333 28h-18.667c-0.736 0-1.333-0.597-1.333-1.333v0-12h-4l13.769-12.517c0.236-0.215 0.551-0.347 0.897-0.347s0.661 0.132 0.898 0.348l-0.001-0.001 13.769 12.517h-4v12c0 0.736-0.597 1.333-1.333 1.333v0zM8 25.333h16v-13.124l-8-7.272-8 7.272v13.124zM10.667 20h10.667v2.667h-10.667v-2.667z"></path>
+</svg>

+ 4 - 0
static/images/icons/shouye.svg

@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="svg-icon-path-icon fill" viewBox="0 0 32 32" width="25" height="25">
+  <path
+    d="M25.333 28h-18.667c-0.736 0-1.333-0.597-1.333-1.333v0-12h-4l13.769-12.517c0.236-0.215 0.551-0.347 0.897-0.347s0.661 0.132 0.898 0.348l-0.001-0.001 13.769 12.517h-4v12c0 0.736-0.597 1.333-1.333 1.333v0zM8 25.333h16v-13.124l-8-7.272-8 7.272v13.124zM10.667 20h10.667v2.667h-10.667v-2.667z"></path>
+</svg>

+ 4 - 0
static/images/icons/tiyan-a.svg

@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="svg-icon-path-icon fill" viewBox="0 0 24 24" width="25" height="25">
+  <path fill="#2881db"
+    d="M15.5 1h-8A2.5 2.5 0 0 0 5 3.5v17A2.5 2.5 0 0 0 7.5 23h8a2.5 2.5 0 0 0 2.5-2.5v-17A2.5 2.5 0 0 0 15.5 1zm-4 21c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5-4H7V4h9v14z"></path>
+</svg>

+ 4 - 0
static/images/icons/tiyan.svg

@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="svg-icon-path-icon fill" viewBox="0 0 24 24" width="25" height="25">
+  <path
+    d="M15.5 1h-8A2.5 2.5 0 0 0 5 3.5v17A2.5 2.5 0 0 0 7.5 23h8a2.5 2.5 0 0 0 2.5-2.5v-17A2.5 2.5 0 0 0 15.5 1zm-4 21c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5-4H7V4h9v14z"></path>
+</svg>

+ 4 - 0
static/images/icons/zixun-a.svg

@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="svg-icon-path-icon fill" viewBox="0 0 32 32" width="25" height="25">
+  <path fill="#2881db"
+    d="M28.544 1.109h-21.295v1.776h21.295v15.971h1.774v-17.747zM1.037 26.309h4.971l3.548 4.259 3.55-4.259h11.889v-19.698h-23.957v19.698zM2.814 8.386h20.407v16.149h-11.004l-0.533 0.709-2.129 2.661-2.129-2.661-0.533-0.71h-4.079v-16.145zM8.491 16.549c0 0.784-0.636 1.42-1.42 1.42s-1.42-0.636-1.42-1.42c0-0.784 0.636-1.42 1.42-1.42s1.42 0.636 1.42 1.42zM14.347 16.549c0 0.784-0.636 1.42-1.42 1.42s-1.42-0.636-1.42-1.42c0-0.784 0.636-1.42 1.42-1.42s1.42 0.636 1.42 1.42zM20.381 16.549c0 0.784-0.636 1.42-1.42 1.42s-1.42-0.636-1.42-1.42c0-0.784 0.636-1.42 1.42-1.42s1.42 0.636 1.42 1.42z"></path>
+</svg>

+ 4 - 0
static/images/icons/zixun.svg

@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="svg-icon-path-icon fill" viewBox="0 0 32 32" width="25" height="25">
+  <path
+    d="M28.544 1.109h-21.295v1.776h21.295v15.971h1.774v-17.747zM1.037 26.309h4.971l3.548 4.259 3.55-4.259h11.889v-19.698h-23.957v19.698zM2.814 8.386h20.407v16.149h-11.004l-0.533 0.709-2.129 2.661-2.129-2.661-0.533-0.71h-4.079v-16.145zM8.491 16.549c0 0.784-0.636 1.42-1.42 1.42s-1.42-0.636-1.42-1.42c0-0.784 0.636-1.42 1.42-1.42s1.42 0.636 1.42 1.42zM14.347 16.549c0 0.784-0.636 1.42-1.42 1.42s-1.42-0.636-1.42-1.42c0-0.784 0.636-1.42 1.42-1.42s1.42 0.636 1.42 1.42zM20.381 16.549c0 0.784-0.636 1.42-1.42 1.42s-1.42-0.636-1.42-1.42c0-0.784 0.636-1.42 1.42-1.42s1.42 0.636 1.42 1.42z"></path>
+</svg>

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