chenmy 6 gadi atpakaļ
vecāks
revīzija
78bfbc4b88

BIN
TEAMModelOS.SmartTeach/ClientApp/assets/image/resource/login_img.png


+ 10 - 25
TEAMModelOS.SmartTeach/ClientApp/common/headers.vue

@@ -10,7 +10,7 @@
         </div>
         </div>
       </div>
       </div>
       <div class="header_right">
       <div class="header_right">
-        <div class="helper" ><button @click="tologin">教学助手</button></div>
+        <div class="helper" ><img src="../assets/image/resource/login_img.png" @click="tologin"/></div>
       </div>
       </div>
     </div>
     </div>
   </div>
   </div>
@@ -48,10 +48,10 @@
     height: 75px;
     height: 75px;
   }
   }
   .header_right {
   .header_right {
-    width: 200px;
+    width: 215px;
     float: left;
     float: left;
     height: 75px;
     height: 75px;
-    padding-left:7%;
+    padding-left:5%;
     padding-top:5px;
     padding-top:5px;
   }
   }
   .logo_img {
   .logo_img {
@@ -83,31 +83,16 @@
     float:left;
     float:left;
     margin-left:40%;
     margin-left:40%;
   }
   }
-    .login_btn button {
-      width: 85px;
-      text-align: center;
-      background: #26b5ff;
-      color: #fff;
-      height: 35px;
-      line-height: 35px;
-      margin: 22px 22px 0px 22px;
-      border: 0;
-      border-radius: 10px;
-      font-size:18px;
-    }
   .helper {
   .helper {
     width: 100%;
     width: 100%;
+    height:58px;
     display: block;
     display: block;
     float: left;
     float: left;
-    padding-top:22px;
+    padding-top:15px;
   }
   }
-    .helper button {
-      padding: 0 17px;
-      color: #288add;
-      border: 1px solid #2196f3;
-      height: 30px;
-      line-height: 30px;
-      background: #fff;
-      font-size: 18px;
-    }
+    .helper img {
+      width:100%;
+      margin-left:60%;
+    } 
+
 </style>
 </style>

+ 6 - 6
TEAMModelOS.SmartTeach/ClientApp/view/resource/resourceindex/videodetails.vue

@@ -81,22 +81,22 @@
         //console.log(this.$route.query);
         //console.log(this.$route.query);
         if (this.$route.query.id == '') {
         if (this.$route.query.id == '') {
           this.title = '人教版七年级上册 数学 正数与负数',
           this.title = '人教版七年级上册 数学 正数与负数',
-            this.videourl = '';
+            this.videourl = 'https://teammodelstorage.blob.core.chinacloudapi.cn/teammodelos/video/video_one.mp4';
         } else if (this.$route.query.id == '1') {
         } else if (this.$route.query.id == '1') {
           this.title = '人教版七年级上册 数学 绝对值',
           this.title = '人教版七年级上册 数学 绝对值',
-            this.videourl = '';
+            this.videourl = 'https://teammodelstorage.blob.core.chinacloudapi.cn/teammodelos/video/video_two.mp4';
         } else if (this.$route.query.id == '2') {
         } else if (this.$route.query.id == '2') {
           this.title = '人教版七年级上册 数学 有理数的分类',
           this.title = '人教版七年级上册 数学 有理数的分类',
-            this.videourl = '';
+            this.videourl = 'https://teammodelstorage.blob.core.chinacloudapi.cn/teammodelos/video/video_three.mp4';
         } else if (this.$route.query.id == '3') {
         } else if (this.$route.query.id == '3') {
           this.title = '人教版七年级上册 数学 旋转体',
           this.title = '人教版七年级上册 数学 旋转体',
-            this.videourl = '';
+            this.videourl = 'https://teammodelstorage.blob.core.chinacloudapi.cn/teammodelos/video/video_four.mp4';
         } else if (this.$route.query.id == '4') {
         } else if (this.$route.query.id == '4') {
           this.title = '人教版七年级上册 数学 方程式',
           this.title = '人教版七年级上册 数学 方程式',
-            this.videourl = '';
+            this.videourl = 'https://teammodelstorage.blob.core.chinacloudapi.cn/teammodelos/video/video_five.mp4';
         } else if (this.$route.path == '/videodetails') {
         } else if (this.$route.path == '/videodetails') {
           this.title = '人教版七年级上册 数学 正数与负数',
           this.title = '人教版七年级上册 数学 正数与负数',
-            this.videourl = '';
+            this.videourl = 'https://teammodelstorage.blob.core.chinacloudapi.cn/teammodelos/video/video_one.mp4';
         }
         }
       }
       }
     }
     }