瀏覽代碼

培训平台

tanxue 4 年之前
父節點
當前提交
710789b31d
共有 24 個文件被更改,包括 734 次插入4 次删除
  1. 157 0
      assets/scss/cus-client/cus-client-page.scss
  2. 94 4
      pages/trainsystem/index.vue
  3. 18 0
      static/images/client/train/application-scenarios-icon1.svg
  4. 37 0
      static/images/client/train/application-scenarios-icon2.svg
  5. 46 0
      static/images/client/train/application-scenarios-icon3.svg
  6. 202 0
      static/images/client/train/application-scenarios-img1.svg
  7. 14 0
      static/images/client/train/application-scenarios-img2.svg
  8. 24 0
      static/images/client/train/application-scenarios-img3.svg
  9. 8 0
      static/images/client/train/product-advantages-img1.svg
  10. 12 0
      static/images/client/train/product-advantages-img2.svg
  11. 8 0
      static/images/client/train/product-advantages-img3.svg
  12. 10 0
      static/images/client/train/product-advantages-img4.svg
  13. 12 0
      static/images/client/train/product-function-icon1.svg
  14. 11 0
      static/images/client/train/product-function-icon2.svg
  15. 12 0
      static/images/client/train/product-function-icon3.svg
  16. 8 0
      static/images/client/train/product-function-icon4.svg
  17. 13 0
      static/images/client/train/product-function-icon5.svg
  18. 17 0
      static/images/client/train/product-function-icon6.svg
  19. 9 0
      static/images/client/train/product-function-icon7.svg
  20. 22 0
      static/images/client/train/product-function-icon8.svg
  21. 二進制
      static/images/client/train/product-show-img1.png
  22. 二進制
      static/images/client/train/product-show-img2.png
  23. 二進制
      static/images/client/train/product-show-img3.png
  24. 二進制
      static/images/client/train/train-banner-background.png

+ 157 - 0
assets/scss/cus-client/cus-client-page.scss

@@ -524,6 +524,163 @@
       }
   }
 
+  /********  describe: 培训平台 author: TX  date:2020-08-14  ********/
+  .client-train-page{
+
+    /* 网站banner */
+    .client-train-banner{
+      width: 100%;
+      height: 454px;
+      background-image: url("~static/images/client/train/train-banner-background.png");
+      background-position-x: center;
+
+      /* banner文字区域 */
+      .train-banner-container{
+        width:500px;
+        display: inline-block;
+        margin-left: 150px;
+        h4{@include setFontStyle(36);color: #FFF;letter-spacing: 0;padding-top: 110px;}
+        p{@include setFontStyle(0);color: #FFF;margin: 16px 0;}
+        a{width: 132px;height: 32px;line-height: 32px;display: block;@include setFontStyle(-4);color: #2B5CFD;background: #FFFFFF;text-align:center;border-radius: 4px;}
+      }
+    }
+
+    /* 产品优势 */
+    .train-product-advantages{
+      width: 100%;display: flex;justify-content: space-between;margin: 48px 0;
+      li{width: 250px;padding: 32px 0;border-radius: 8px;transition: .3s all linear;}
+      li:hover{background: #F9FAFF;cursor: default}
+      img{display: block;margin: 0 auto;}
+      h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin: 16px 0 8px;}
+      p{@include setFontStyle(-6);height:66px;line-height: 22px;color: rgba(0,0,0,0.65);padding:0 24px;margin-bottom: 21px;text-align: center;@include multi-line-ellipsis(3);}
+    }
+
+    /* 产品功能 */
+    .train-product-function{
+      background: #F9FAFF;
+      padding-bottom: 32px;
+      // ul
+      .product-function-box{
+        margin-top: 24px;
+        li{
+          width: 50%;display: inline-block;transition: .3s all linear;
+          div{padding: 24px 32px;margin: 0 32px;}
+          i{width: 40px;height: 40px;float:left;background-size: cover;background-repeat: no-repeat;}
+          h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;margin-left: 56px;}
+          p{@include setFontStyle(-6);height:66px;line-height: 22px;color: rgba(0,0,0,0.65);margin-left: 56px;@include multi-line-ellipsis(3);}
+        }
+        li:nth-child(1){i{background-image:url("~static/images/client/train/product-function-icon1.svg");}}
+        li:nth-child(2){i{background-image:url("~static/images/client/train/product-function-icon2.svg");}}
+        li:nth-child(3){i{background-image:url("~static/images/client/train/product-function-icon3.svg");}}
+        li:nth-child(4){i{background-image:url("~static/images/client/train/product-function-icon4.svg");}}
+        li:nth-child(5){i{background-image:url("~static/images/client/train/product-function-icon5.svg");}}
+        li:nth-child(6){i{background-image:url("~static/images/client/train/product-function-icon6.svg");}}
+        li:nth-child(7){i{background-image:url("~static/images/client/train/product-function-icon7.svg");}}
+        li:nth-child(8){i{background-image:url("~static/images/client/train/product-function-icon8.svg");}}
+        li:hover{div{box-shadow: 0 2px 4px 0 #D4DBFF;border-radius: 8px;cursor: default}}
+      }
+    }
+
+    /* 产品展示 */
+    .train-product-show{
+      background: #0E1F3C;
+      h4{color: #fff;}
+      // 轮播外层容器
+      .product-show-container{max-width: 1600px;margin: 0 auto;}
+      .el-carousel{
+        height: 360px;padding: 48px 0 80px;
+        // 轮播内容区
+        .el-carousel__container{width: 1360px;height: 360px;margin: 0 auto;}
+      }
+      // 后方卡片
+      .el-carousel__item{
+        width:560px;
+        .el-carousel__mask{background: transparent;}
+        .product-show-carousel{
+          width:350px;
+          padding-top: 70px;
+          margin: 0 auto;
+          img{width:100%;height: 198px;border-radius: 8px;}
+          h5{@include setFontStyle(-4);color: rgba(255,255,255,0.65);margin-top: 16px;text-align: center;}
+        }
+      }
+      // 前方卡片(active)
+      .el-carousel__item.is-active{
+        width: 560px;
+        .product-show-carousel{
+          width: 560px;
+          padding-top: 0;
+          img{height: 315px;}
+        }
+      }
+      // 轮播下方进度标签
+      .el-carousel__indicators--outside{display: none}
+
+    }
+
+    /* 应用场景 */
+    .train-application-scenarios{
+      background: #F9FAFF;
+      .application-scenarios-box{height:266px;padding: 120px 0 80px;margin: 0 -16px;}
+      li{
+        width: 33.33%;
+        display: inline-block;
+        vertical-align: top;
+        position: relative;
+        transition: .3s all linear;
+        .application-scenarios-img{
+          width: 116px;
+          height: 116px;
+          position: absolute;
+          top: -70px;
+          left: 50%;
+          margin-left: -58px;
+          background-size: cover;
+
+          i{width:32px;height:32px;display: block;background-size: cover;position: absolute;}
+        }
+        .application-scenarios-content{
+          padding: 80px 24px 40px;
+          margin: 0 16px;
+          background: #FFF;
+          border-radius: 8px;
+          h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin-bottom: 16px;}
+          p{@include setFontStyle(-6);line-height: 22px;color: rgba(0,0,0,0.65);text-align: justify;@include multi-line-ellipsis(5);min-height: 110px;max-height: 110px}
+        }
+      }
+      li:hover{
+        margin-top: -16px;cursor: default;
+      }
+      li:nth-child(1){
+        .application-scenarios-img {
+          background-image: url("~static/images/client/train/application-scenarios-img1.svg");
+          i{top: 45px;left: 38px;background-image: url("~static/images/client/train/application-scenarios-icon1.svg");animation: 3s trainScenariosImgUpDown1 linear infinite;}
+        }
+      }
+      li:nth-child(2){
+        .application-scenarios-img {
+          background-image: url("~static/images/client/train/application-scenarios-img2.svg");
+          i{top: 45px;left: 38px;background-image: url("~static/images/client/train/application-scenarios-icon2.svg");animation: 3s trainScenariosImgUpDown1 linear infinite;}
+        }
+      }
+      li:nth-child(3){
+        .application-scenarios-img {
+          background-image: url("~static/images/client/train/application-scenarios-img3.svg");
+          i{top: 32px;left: 34px;background-image: url("~static/images/client/train/application-scenarios-icon3.svg");animation: 3s trainScenariosImgUpDown2 linear infinite;}
+        }
+      }
+      // 应用场景图标动画
+      @keyframes trainScenariosImgUpDown1 {
+        0%, to {top: 45px;}
+        50% {top: 38px;}
+      }
+      @keyframes trainScenariosImgUpDown2 {
+        0%, to {top: 32px;}
+        50% {top: 25px;}
+      }
+    }
+  }
+
   /********  describe: 关于我们 author: TX  date:2020-08-07  ********/
   .client-aboutUs-page{
 

+ 94 - 4
pages/trainsystem/index.vue

@@ -1,9 +1,91 @@
 <template>
-  <div>
-    培训平台
-  </div>
+  <div class="client-train-page">
+
+    <!-- 培训平台页 banner栏 -->
+    <div class="client-train-banner">
+      <div class="client-container">
+        <!--  banner文字区域 -->
+        <div class="train-banner-container">
+          <h4>麦塔在线培训平台</h4>
+          <p>一个学习型组织的标准配置</p>
+          <a>免费注册</a>
+        </div>
+      </div>
+    </div>
+
+    <!--  产品优势 -->
+    <div class="client-container" style="margin-top: -54px">
+      <h4 class="client-title">产品优势</h4>
+      <ul class="train-product-advantages">
+        <li><img :src="trainAdvantagesImg1" alt="课程考试相结合"><h5>课程考试相结合</h5><p>视频指定时间添加试题,支持图片、PDF、音视频、office文档等</p></li>
+        <li><img :src="trainAdvantagesImg2" alt="随时随地学习"><h5>随时随地学习</h5><p>PC端与移动端无缝连接;支持APP和微信学习模式</p></li>
+        <li><img :src="trainAdvantagesImg3" alt="稳定安全的数据保护"><h5>稳定安全的数据保护</h5><p>采用多层次多安全防护措施,通过阿里渗透式测试</p></li>
+        <li><img :src="trainAdvantagesImg4" alt="量身定制"><h5>量身定制</h5><p>满足企业培训中的功能需求,定制企业专属功能</p></li>
+      </ul>
+    </div>
 
+    <!--  产品功能 -->
+    <div class="train-product-function">
+      <div class="client-container">
+        <h4 class="client-title">产品功能</h4>
+        <ul class="product-function-box">
+          <li><div><i></i><h5>多层级独立管理</h5><p>满足多层级的组织架构,多级子公司运营的需求,针对企业复杂的组织架构,可设置不限层级的树状管理权限</p></div></li>
+          <li><div><i></i><h5>培训记录与监管</h5><p>登陆记录、学习时长、考核记录、学习状况实时监控、督学体系、学习能力分析体系强大</p></div></li>
+          <li><div><i></i><h5>随时随地学习</h5><p>适配PC端、手机端、PAD端,满足员工多场景下的学习方式;Web端:大块时间学习场景下,更丰富的学习体验移动端:突破时间空间限制,利用碎片化时间学习;多端学习数据即时同步</p></div></li>
+          <li><div><i></i><h5>稳定安全的数据保护</h5><p>采用多层次多安全防护措施,顺利通过阿里渗透式测试,使系统最大限度地不被黑客和有意破坏者攻击</p></div></li>
+          <li><div><i></i><h5>完善的课程学习体系</h5><p>培训计划,课件资源管理,课程安排,在线学习,互动问答,记录笔记,课程进度查看,课后测试,结业证书,共享资源,完整的学习流程协助你完成健全的在线培训体系</p></div></li>
+          <li><div><i></i><h5>功能丰富的在线考试</h5><p>强大的题库管理和丰富的考试控制功能,随机组卷考试,稳定大并发考试</p></div></li>
+          <li><div><i></i><h5>与第三方系统无缝集成</h5><p>基于Java语言开发Springcloud框架;支持人脸识别、单点登录、组织架构及用户数据的同步;支持与EAP/EIP、OA、HR系统的集成</p></div></li>
+          <li><div><i></i><h5>个性化定制</h5><p>界面自定义主题背景、品牌、logo,搭建您的专属在线培训平台</p></div></li>
+        </ul>
+      </div>
+    </div>
 
+    <!-- 产品展示 -->
+    <div class="train-product-show">
+      <h4 class="client-title">产品展示</h4>
+      <div class="product-show-container">
+        <el-carousel :interval="4000" type="card" arrow="never">
+          <el-carousel-item v-for="(item,index) in productShowCarousels" :key="index">
+            <div class="product-show-carousel">
+              <img :src="item.img">
+              <h5>{{item.title}}</h5>
+            </div>
+          </el-carousel-item>
+        </el-carousel>
+      </div>
+    </div>
+
+    <!-- 应用场景 -->
+    <div class="train-application-scenarios">
+      <div class="client-container">
+        <h4 class="client-title">应用场景</h4>
+        <ul class="application-scenarios-box">
+          <li>
+            <div class="application-scenarios-img"><i></i></div>
+            <div class="application-scenarios-content">
+              <h5>新员工入职培训</h5>
+              <p>在职员工可以利用零散的时间在移动终端上学习企业文化和工作职责,培训主管可以通过后台的大数据实时监控新员工的学习进度。此外,可以设置特殊考试来测试新员工的学习效果</p>
+            </div>
+          </li>
+          <li>
+            <div class="application-scenarios-img"><i></i></div>
+            <div class="application-scenarios-content">
+              <h5>技能考核</h5>
+              <p>组织学员通过互联网或局域网开展网上学习、培训、考试、互动问答等活动,利用考核成绩智能分析功能进行针对性的培训考核,达到快速、有效地提升员工技能的目的</p>
+            </div>
+          </li>
+          <li>
+            <div class="application-scenarios-img"><i></i></div>
+            <div class="application-scenarios-content">
+              <h5>企业招聘</h5>
+              <p>满足企业社招、校园招聘等需求,一个系统搞定各种行业的招聘在线测试,企业只需要将准备好的笔试题目用文档的方式,导入到考试系统当中,再创建试卷,完成后发送试卷的链接给应聘者即可完成考试。</p>
+            </div>
+          </li>
+        </ul>
+      </div>
+    </div>
+  </div>
 </template>
 
 <script>
@@ -16,7 +98,15 @@
     },
     data() {
       return {
-
+        productShowCarousels: [
+          {img:require(`~/static/images/client/train/product-show-img1.png`),title:"平台总览"},
+          {img:require(`~/static/images/client/train/product-show-img3.png`),title:"服务管理"},
+          {img:require(`~/static/images/client/train/product-show-img2.png`),title:"人员管理"}
+        ],
+        trainAdvantagesImg1:  require(`~/static/images/client/train/product-advantages-img1.svg`),
+        trainAdvantagesImg2:  require(`~/static/images/client/train/product-advantages-img2.svg`),
+        trainAdvantagesImg3:  require(`~/static/images/client/train/product-advantages-img3.svg`),
+        trainAdvantagesImg4:  require(`~/static/images/client/train/product-advantages-img4.svg`),
       };
     },
     computed:   {},

File diff suppressed because it is too large
+ 18 - 0
static/images/client/train/application-scenarios-icon1.svg


File diff suppressed because it is too large
+ 37 - 0
static/images/client/train/application-scenarios-icon2.svg


File diff suppressed because it is too large
+ 46 - 0
static/images/client/train/application-scenarios-icon3.svg


File diff suppressed because it is too large
+ 202 - 0
static/images/client/train/application-scenarios-img1.svg


File diff suppressed because it is too large
+ 14 - 0
static/images/client/train/application-scenarios-img2.svg


File diff suppressed because it is too large
+ 24 - 0
static/images/client/train/application-scenarios-img3.svg


+ 8 - 0
static/images/client/train/product-advantages-img1.svg

@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
+  <g fill="none">
+    <polygon points="0 0 63.678 0 63.678 63.678 0 63.678"/>
+    <path fill="#2B5CFD" d="M12.8528356,22.8341709 C7.8859038,22.8341709 3.85929648,26.8583422 3.85929648,31.8222692 L3.85929648,32.8209468 C3.85929648,37.7848738 7.8859038,41.8090452 12.8528356,41.8090452 L50.8255564,41.8090452 C55.7924882,41.8090452 59.8190955,37.7848738 59.8190955,32.8209468 L59.8190955,31.8222692 C59.8190955,26.8583422 55.7924882,22.8341709 50.8255564,22.8341709 L12.8528356,22.8341709 L12.8528356,22.8341709 Z"/>
+    <polygon fill="#E8ECFF" points="11.578 30.553 29.588 30.553 29.588 34.412 11.578 34.412"/>
+    <path fill="#E8ECFF" d="M14.2568513,7.39698492 C10.823271,7.39698492 8.04020101,10.204546 8.04020101,13.6683417 C8.04020101,17.1321375 10.823271,19.9396985 14.2568513,19.9396985 L50.0647568,19.9396985 C53.4983371,19.9396985 56.281407,17.1321375 56.281407,13.6683417 C56.281407,10.204546 53.4983371,7.39698492 50.0647568,7.39698492 L14.2568513,7.39698492 Z M14.2568513,44.0603015 C10.823271,44.0603015 8.04020101,46.8678625 8.04020101,50.3316583 C8.04020101,53.795454 10.823271,56.6030151 14.2568513,56.6030151 L50.0647568,56.6030151 C53.4983371,56.6030151 56.281407,53.7954541 56.281407,50.3316583 C56.281407,46.8678624 53.4983371,44.0603015 50.0647568,44.0603015 L14.2568513,44.0603015 Z"/>
+  </g>
+</svg>

+ 12 - 0
static/images/client/train/product-advantages-img2.svg

@@ -0,0 +1,12 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
+  <g fill="none" fill-rule="evenodd">
+    <path fill="#E8ECFF" d="M2.20187261,3.33005712 L32,7.79674797 L32,7.79674797 L32,57.203252 L2.20187261,61.6699429 C1.15451121,61.8269406 0.178185191,61.1051583 0.0211874196,60.0577969 C0.00708203543,59.9636973 2.45414329e-15,59.8686783 0,59.7735273 L0,5.2264727 C3.40620605e-16,4.16740981 0.858540105,3.3088697 1.917603,3.3088697 C2.01275396,3.3088697 2.10777296,3.31595174 2.20187261,3.33005712 Z"/>
+    <rect width="20" height="2" x="8.033" y="20.552" fill="#2B5CFD" rx=".959" transform="rotate(9 18.033 21.552)"/>
+    <rect width="20" height="2" x="9.033" y="29.552" fill="#2B5CFD" rx=".959" transform="rotate(9 19.033 30.552)"/>
+    <rect width="20" height="2" x="9.033" y="38.552" fill="#2B5CFD" rx=".959" transform="rotate(9 19.033 39.552)"/>
+    <path fill="#7998FF" d="M34.2018726,3.33005712 L64,7.79674797 L64,7.79674797 L64,57.203252 L34.2018726,61.6699429 C33.1545112,61.8269406 32.1781852,61.1051583 32.0211874,60.0577969 C32.007082,59.9636973 32,59.8686783 32,59.7735273 L32,5.2264727 C32,4.16740981 32.8585401,3.3088697 33.917603,3.3088697 C34.012754,3.3088697 34.107773,3.31595174 34.2018726,3.33005712 Z" transform="matrix(-1 0 0 1 96 0)"/>
+    <rect width="20" height="2" x="38.033" y="21.552" fill="#E8ECFF" rx=".959" transform="scale(-1 1) rotate(9 0 -587.77)"/>
+    <rect width="20" height="2" x="38" y="30" fill="#E8ECFF" rx=".959" transform="scale(-1 1) rotate(9 0 -578.898)"/>
+    <rect width="20" height="2" x="38" y="39" fill="#E8ECFF" rx=".959" transform="scale(-1 1) rotate(9 0 -569.898)"/>
+  </g>
+</svg>

+ 8 - 0
static/images/client/train/product-advantages-img3.svg

@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
+  <g fill="none" fill-rule="evenodd" transform="translate(3)">
+    <path fill="#E8ECFF" fill-rule="nonzero" d="M57.2073636,10.4763383 C57.2073636,8.14274631 57.2073636,5.842255 57.0915115,3.72381694 C54.762272,4.36495498 52.3707556,4.75336832 49.9583333,4.88233775 C40.6736165,5.44504788 34.301752,2.46599431 28.4429468,9.09494702e-15 C21.9386799,3.77346781 9.93971425,6.62011894 0.108837625,3.72381694 L0.108837625,27.2914404 C0.108837625,29.9394879 -0.10631625,32.5875356 0.108837625,35.1528316 C0.837050687,43.2128264 6.01729381,49.1543832 11.1809866,53.5733126 C16.4936971,57.8877362 22.4097984,61.4005957 28.7408521,64 C32.3680479,62.3955833 35.8747783,60.5315957 39.2337406,58.4225497 C42.1212508,56.4837611 44.885001,54.3667284 47.5088893,52.0837859 C51.7126649,48.2606672 55.949541,43.3948797 57.0749612,37.0230152 C57.1400324,36.5236098 57.1732003,36.020564 57.174263,35.5169382 L57.2073636,10.4763383 Z M46.3503685,23.3690199 L28.9725563,40.7799327 C28.1339581,41.61085 26.78245,41.61085 25.9438518,40.7799327 L13.3490755,28.1355056 C12.7376951,27.2743259 12.8417709,26.096723 13.5947157,25.3561216 C14.3476605,24.6155201 15.5268227,24.5309217 16.3777799,25.156452 L27.4664792,36.2451512 L43.371315,20.3403155 C44.2324947,19.7289352 45.4100975,19.833011 46.1506989,20.5859558 C46.8913003,21.3389006 46.9758987,22.5180627 46.3503685,23.3690199 L46.3503685,23.3690199 Z"/>
+    <rect width="35" height="29" x="12" y="14" fill="#E8ECFF" fill-rule="nonzero"/>
+    <rect width="19" height="4" x="12.824" y="30.128" fill="#2B5CFD" rx="2" transform="rotate(45 22.324 32.128)"/>
+    <rect width="29" height="4" x="21.472" y="25.998" fill="#2B5CFD" rx="2" transform="rotate(130 35.972 27.998)"/>
+  </g>
+</svg>

+ 10 - 0
static/images/client/train/product-advantages-img4.svg

@@ -0,0 +1,10 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
+  <g fill="none" fill-rule="evenodd">
+    <path fill="#E8ECFF" fill-rule="nonzero" d="M51.0187086,0.00447019868 L12.8547185,0.00447019868 L0,11.1114238 L0,25.5636589 L31.8366722,63.9028146 L63.9072848,25.6694536 L63.9072848,11.2376656 L51.0187086,0.00447019868 Z M53.164404,22.3923841 L49.8555464,22.3923841 L34.5404801,40.0194536 L34.5424669,40.0216887 L34.1932119,40.4191225 L33.1717715,41.5947848 L33.1652318,41.5890728 L32.375745,42.4875828 L14.9121689,22.3923841 L11.5530629,22.3923841 L11.5530629,20.0745033 L21.1943709,20.0745033 L21.1943709,22.3923841 L19.1637417,22.3923841 L32.4142384,37.5821192 L45.611755,22.3923841 L41.9248344,22.3923841 L41.9248344,20.0745033 L53.164404,20.0745033 L53.164404,22.3923841 Z"/>
+    <polygon fill="#E8ECFF" points="11 11 55 11 55 35 34 54 11 35"/>
+    <rect width="3" height="29" x="39" y="17" fill="#2B5CFD" rx="1.5" transform="rotate(40 40.5 31.5)"/>
+    <rect width="3" height="29" x="22" y="17" fill="#2B5CFD" rx="1.5" transform="scale(-1 1) rotate(40 0 -33.066)"/>
+    <rect width="12" height="3" x="10" y="19" fill="#7998FF" fill-rule="nonzero" rx="1.5"/>
+    <rect width="12" height="3" x="43" y="19" fill="#7998FF" fill-rule="nonzero" rx="1.5"/>
+  </g>
+</svg>

+ 12 - 0
static/images/client/train/product-function-icon1.svg

@@ -0,0 +1,12 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40">
+  <g fill="none" fill-rule="evenodd">
+    <rect width="18" height="10" x="11" fill="#E8ECFF" rx="2"/>
+    <rect width="32" height="2" x="4" y="16" fill="#2B5CFD" rx="1"/>
+    <rect width="20" height="2" x="10" y="19" fill="#7998FF" transform="rotate(90 20 20)"/>
+    <rect width="15" height="2" x="-2.5" y="22.5" fill="#2B5CFD" rx="1" transform="rotate(90 5 23.5)"/>
+    <rect width="15" height="2" x="27.5" y="22.5" fill="#2B5CFD" rx="1" transform="rotate(90 35 23.5)"/>
+    <rect width="10" height="10" y="30" fill="#E8ECFF" rx="2"/>
+    <rect width="10" height="10" x="15" y="30" fill="#7998FF" rx="2"/>
+    <rect width="10" height="10" x="30" y="30" fill="#E8ECFF" rx="2"/>
+  </g>
+</svg>

+ 11 - 0
static/images/client/train/product-function-icon2.svg

@@ -0,0 +1,11 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40">
+  <g fill="none" fill-rule="evenodd">
+    <rect width="40" height="37" y="3" fill="#E8ECFF" rx="4"/>
+    <rect width="22" height="8" x="9" fill="#2B5CFD" rx="2"/>
+    <rect width="23" height="2" x="8" y="14" fill="#7998FF" rx="1"/>
+    <rect width="17" height="2" x="8" y="22" fill="#7998FF" rx="1"/>
+    <rect width="12" height="2" x="8" y="30" fill="#7998FF" rx="1"/>
+    <path fill="#2B5CFD" d="M30,40 C33.6818983,40 37.0152317,38.5 40,35.5 C37.0152317,32.5 33.6818983,31 30,31 C26.3181017,31 22.9847683,32.5 20,35.5 C22.9847683,38.5 26.3181017,40 30,40 Z"/>
+    <circle cx="30.5" cy="35.5" r="3.5" fill="#E8ECFF"/>
+  </g>
+</svg>

+ 12 - 0
static/images/client/train/product-function-icon3.svg

@@ -0,0 +1,12 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="40" height="42" viewBox="0 0 40 42">
+  <g fill="none" fill-rule="evenodd" transform="translate(0 1)">
+    <path fill="#E8ECFF" d="M1.37617038,2.0812857 L20,4.87296748 L20,4.87296748 L20,35.7520325 L1.37617038,38.5437143 C0.721569503,38.6418379 0.111365744,38.1907239 0.0132421373,37.5361231 C0.00442627215,37.4773108 1.88440288e-15,37.4179239 0,37.3584546 L0,3.26654544 C-8.10611237e-17,2.60463113 0.536587566,2.06804356 1.19850187,2.06804356 C1.25797122,2.06804356 1.3173581,2.07246984 1.37617038,2.0812857 Z"/>
+    <rect width="12.5" height="1.25" x="5.021" y="12.845" fill="#2B5CFD" rx=".599" transform="rotate(9 11.27 13.47)"/>
+    <rect width="12.5" height="1.25" x="5.646" y="18.47" fill="#2B5CFD" rx=".599" transform="rotate(9 11.896 19.095)"/>
+    <rect width="12.5" height="1.25" x="5.646" y="24.095" fill="#2B5CFD" rx=".599" transform="rotate(9 11.896 24.72)"/>
+    <path fill="#7998FF" d="M21.3761704,2.0812857 L40,4.87296748 L40,4.87296748 L40,35.7520325 L21.3761704,38.5437143 C20.7215695,38.6418379 20.1113657,38.1907239 20.0132421,37.5361231 C20.0044263,37.4773108 20,37.4179239 20,37.3584546 L20,3.26654544 C20,2.60463113 20.5365876,2.06804356 21.1985019,2.06804356 C21.2579712,2.06804356 21.3173581,2.07246984 21.3761704,2.0812857 Z" transform="matrix(-1 0 0 1 60 0)"/>
+    <rect width="12.5" height="1.25" x="23.771" y="13.47" fill="#E8ECFF" rx=".599" transform="scale(-1 1) rotate(9 0 -367.356)"/>
+    <rect width="12.5" height="1.25" x="23.75" y="18.75" fill="#E8ECFF" rx=".599" transform="scale(-1 1) rotate(9 0 -361.811)"/>
+    <rect width="12.5" height="1.25" x="23.75" y="24.375" fill="#E8ECFF" rx=".599" transform="scale(-1 1) rotate(9 0 -356.186)"/>
+  </g>
+</svg>

+ 8 - 0
static/images/client/train/product-function-icon4.svg

@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40">
+  <g fill="none" fill-rule="evenodd" transform="translate(1.875)">
+    <path fill="#E8ECFF" fill-rule="nonzero" d="M35.7546022,6.54771141 C35.7546022,5.08921645 35.7546022,3.65140938 35.6821947,2.32738559 C34.22642,2.72809687 32.7317223,2.9708552 31.2239583,3.05146109 C25.4210103,3.40315492 21.438595,1.54124645 17.7768417,5.68434189e-15 C13.7116749,2.35841738 6.21232141,4.13757434 0.0680235156,2.32738559 L0.0680235156,17.0571502 C0.0680235156,18.71218 -0.0664476563,20.3672097 0.0680235156,21.9705198 C0.52315668,27.0080165 3.76080863,30.7214895 6.9881166,33.4833204 C10.3085607,36.1798352 14.006124,38.3753723 17.9630325,40 C20.23003,38.9972396 22.4217364,37.8322473 24.5210879,36.5140936 C26.3257817,35.3023507 28.0531256,33.9792053 29.6930558,32.5523662 C32.3204155,30.162917 34.9684631,27.1217998 35.6718507,23.1393845 C35.7125202,22.8272561 35.7332502,22.5128525 35.7339144,22.1980864 L35.7546022,6.54771141 Z M28.9689803,14.6056375 L18.1078477,25.487458 C17.5837238,26.0067812 16.7390312,26.0067812 16.2149074,25.487458 L8.34317219,17.584691 C7.96105944,17.0464537 8.02610681,16.3104519 8.49669732,15.847576 C8.96728783,15.3847001 9.70426417,15.3318261 10.2361125,15.7227825 L17.1665495,22.6532195 L27.1070719,12.7126972 C27.6453092,12.3305845 28.3813109,12.3956319 28.8441868,12.8662224 C29.3070627,13.3368129 29.3599367,14.0737892 28.9689803,14.6056375 L28.9689803,14.6056375 Z"/>
+    <rect width="21.875" height="18.125" x="7.5" y="8.75" fill="#E8ECFF" fill-rule="nonzero"/>
+    <rect width="11.875" height="2.5" x="8.015" y="18.83" fill="#2B5CFD" rx="1.25" transform="rotate(45 13.952 20.08)"/>
+    <rect width="18.125" height="2.5" x="13.42" y="16.249" fill="#2B5CFD" rx="1.25" transform="rotate(130 22.483 17.499)"/>
+  </g>
+</svg>

+ 13 - 0
static/images/client/train/product-function-icon5.svg

@@ -0,0 +1,13 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="40" height="41" viewBox="0 0 40 41">
+  <defs>
+    <rect id="完善的课程学习体系-a" width="40" height="40"/>
+  </defs>
+  <g fill="none" fill-rule="evenodd" transform="translate(0 1)">
+    <mask id="完善的课程学习体系-b" fill="#fff">
+      <use xlink:href="#完善的课程学习体系-a"/>
+    </mask>
+    <path fill="#E8ECFF" d="M15.2164506,3.0288563 L25.4803548,1.08903837 C27.6510663,0.678786574 29.7433505,2.10592117 30.1536023,4.2766327 C30.2463744,4.76750555 30.2463744,5.27141305 30.1536023,5.7622859 L28.2137844,16.0261901 C27.9081624,17.6432877 26.6432877,18.9081624 25.0261901,19.2137844 L14.7622859,21.1536023 C12.5915744,21.5638541 10.4992902,20.1367195 10.0890384,17.966008 C9.99626627,17.4751351 9.99626627,16.9712276 10.0890384,16.4803548 L12.0288563,6.21645063 C12.3344783,4.59935299 13.599353,3.33447831 15.2164506,3.0288563 Z" mask="url(#完善的课程学习体系-b)" transform="rotate(45 20.121 11.121)"/>
+    <path fill="#7998FF" d="M34.8772493,20.2543461 C34.5957495,20.6670454 34.2394331,21.0233618 33.8267338,21.3048616 L22.5405449,29.0031039 C21.1809768,29.9304572 19.3921739,29.9304572 18.0326058,29.0031039 L6.74641689,21.3048616 C5.00499124,20.1170455 4.49699553,17.7967849 5.53561072,16.0011732 C5.82695162,16.5062023 6.23309867,16.9547303 6.74641689,17.3048616 L6.74641689,17.3048616 L18.0326058,25.0031039 C19.3921739,25.9304572 21.1809768,25.9304572 22.5405449,25.0031039 L22.5405449,25.0031039 L33.8267338,17.3048616 C34.2394331,17.0233618 34.5957495,16.6670454 34.8772493,16.2543461 C34.9341736,16.1708909 34.9875113,16.0860481 35.0372969,16 C35.7806382,17.2883977 35.7718854,18.9427437 34.8772493,20.2543461 Z" mask="url(#完善的课程学习体系-b)"/>
+    <path fill="#2B5CFD" d="M36.9491839,21 L37.1045163,21.1052031 C38.9420802,22.331439 39.4376594,24.8151393 38.2114235,26.6527031 C37.9189584,27.0909739 37.5427871,27.4671452 37.1045163,27.7596103 L22.6626181,37.396921 C21.3183348,38.2939829 19.5663086,38.2939829 18.2220253,37.396921 L3.78012703,27.7596103 C1.94256322,26.5333745 1.44698398,24.0496741 2.67321983,22.2121103 C2.96568495,21.7738396 3.34185627,21.3976682 3.78012703,21.1052031 L3.93411904,21.0012149 C3.60829317,22.5533737 4.22933264,24.217433 5.62928045,25.1516407 L5.62928045,25.1516407 L18.2220253,33.5549816 C19.5663086,34.4520434 21.3183348,34.4520434 22.6626181,33.5549816 L22.6626181,33.5549816 L35.2553629,25.1516407 C35.6936337,24.8591756 36.069805,24.4830042 36.3622701,24.0447335 C36.9838936,23.1132056 37.1630374,22.0156308 36.9491839,21 Z" mask="url(#完善的课程学习体系-b)"/>
+  </g>
+</svg>

+ 17 - 0
static/images/client/train/product-function-icon6.svg

@@ -0,0 +1,17 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="40" height="40" viewBox="0 0 40 40">
+  <defs>
+    <rect id="功能丰富的在线考试-a" width="40" height="40" rx="3.333"/>
+  </defs>
+  <g fill="none" fill-rule="evenodd">
+    <mask id="功能丰富的在线考试-b" fill="#fff">
+      <use xlink:href="#功能丰富的在线考试-a"/>
+    </mask>
+    <use fill="#E8ECFF" xlink:href="#功能丰富的在线考试-a"/>
+    <path fill="#2B5CFD" d="M29.4176059,20.9299751 C30.6758763,20.1943095 32.2922807,20.6179644 33.0279463,21.8762347 C33.0327869,21.884514 33.0375823,21.8928195 33.0423323,21.901151 L40.4476652,34.8900497 L40.4476652,34.8900497 L35.8411173,37.5833333 L28.4357843,24.5944346 C27.7036475,23.3102721 28.1415012,21.6760678 29.4176059,20.9299751 Z" mask="url(#功能丰富的在线考试-b)" transform="matrix(-1 0 0 1 67.562 0)"/>
+    <polygon fill="#7998FF" points="28.364 36.667 30.864 39.792 25.864 39.792" mask="url(#功能丰富的在线考试-b)" transform="scale(1 -1) rotate(-31 -109.486 0)"/>
+    <rect width="30.833" height="7.5" x="4.583" y="6.667" fill="#2B5CFD" rx="2.292"/>
+    <rect width="24.583" height="1.667" x="4.583" y="18.333" fill="#7998FF" opacity=".64" rx=".833"/>
+    <rect width="16.25" height="1.667" x="4.583" y="24.167" fill="#2B5CFD" rx=".833"/>
+    <rect width="20.833" height="1.667" x="4.167" y="30" fill="#7998FF" opacity=".64" rx=".833"/>
+  </g>
+</svg>

+ 9 - 0
static/images/client/train/product-function-icon7.svg

@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="40" height="41" viewBox="0 0 40 41">
+  <g fill="none" fill-rule="evenodd" transform="translate(0 1)">
+    <circle cx="20" cy="20" r="20" fill="#E8ECFF"/>
+    <path stroke="#7998FF" stroke-linecap="round" d="M14,10 C10.4021485,12.1160907 8,15.9373473 8,20.29987 C8,23.71927 9.47578898,26.8061366 11.8464094,29 M15,30.8385575 C16.5160562,31.5833756 18.2111589,32 20.0000635,32 C25.0605639,32 29.3704376,28.6660636 31,24 M32,20 C32,19.8426575 31.9969718,19.6860223 31.9909705,19.5301494 C31.7441901,13.1205086 26.4700745,8 20,8"/>
+    <polygon fill="#2B5CFD" points="20 4 24.755 7.109 22.939 12.141 17.061 12.141 15.245 7.109"/>
+    <polygon fill="#2B5CFD" points="10 23 14.755 26.109 12.939 31.141 7.061 31.141 5.245 26.109"/>
+    <polygon fill="#2B5CFD" points="31 23 35.755 26.109 33.939 31.141 28.061 31.141 26.245 26.109"/>
+  </g>
+</svg>

+ 22 - 0
static/images/client/train/product-function-icon8.svg

@@ -0,0 +1,22 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="40" height="40" viewBox="0 0 40 40">
+  <defs>
+    <rect id="个性化定制-a" width="10" height="40" x="13" y="-2" rx="4"/>
+  </defs>
+  <g fill="none" fill-rule="evenodd">
+    <g transform="translate(1 .879)">
+      <rect width="12" height="43" x="14" y="-.879" fill="#E8ECFF" rx="4" transform="rotate(-45 20 20.621)"/>
+      <path fill="#7998FF" d="M5,32.1213203 L9.31658983,37.3012281 C9.49337187,37.5133666 9.46470984,37.8286489 9.25257139,38.005431 C9.16271389,38.0803122 9.04944745,38.1213203 8.93247919,38.1213203 L1.06752081,38.1213203 C0.791378431,38.1213203 0.567520806,37.8974627 0.567520806,37.6213203 C0.567520806,37.5043521 0.608528916,37.3910856 0.683410167,37.3012281 L5,32.1213203 L5,32.1213203 Z" transform="rotate(-135 5 35.121)"/>
+      <g transform="translate(4.121)">
+        <mask id="个性化定制-b" fill="#fff">
+          <use xlink:href="#个性化定制-a"/>
+        </mask>
+        <use fill="#2B5CFD" transform="scale(-1 1) rotate(-45 0 61.456)" xlink:href="#个性化定制-a"/>
+        <rect width="11" height="1" x="22.879" y="7.121" fill="#E8ECFF" mask="url(#个性化定制-b)" transform="rotate(45 28.379 7.621)"/>
+      </g>
+    </g>
+    <path fill="#7998FF" d="M6,13 L10,13 C10.5522847,13 11,13.4477153 11,14 C11,14.5522847 10.5522847,15 10,15 L6,15 L6,15 L6,13 Z" transform="rotate(-45 8.5 14)"/>
+    <path fill="#7998FF" d="M11,18 L15,18 C15.5522847,18 16,18.4477153 16,19 C16,19.5522847 15.5522847,20 15,20 L11,20 L11,20 L11,18 Z" transform="rotate(-45 13.5 19)"/>
+    <path fill="#7998FF" d="M22,29 L26,29 C26.5522847,29 27,29.4477153 27,30 C27,30.5522847 26.5522847,31 26,31 L22,31 L22,31 L22,29 Z" transform="rotate(-45 24.5 30)"/>
+    <path fill="#7998FF" d="M27,34 L31,34 C31.5522847,34 32,34.4477153 32,35 C32,35.5522847 31.5522847,36 31,36 L27,36 L27,36 L27,34 Z" transform="rotate(-45 29.5 35)"/>
+  </g>
+</svg>

二進制
static/images/client/train/product-show-img1.png


二進制
static/images/client/train/product-show-img2.png


二進制
static/images/client/train/product-show-img3.png


二進制
static/images/client/train/train-banner-background.png


Some files were not shown because too many files changed in this diff