chenmy 6 년 전
부모
커밋
5297d0d6aa

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


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


+ 6 - 3
TEAMModelOS.SmartTeach/ClientApp/components/resource/activityindex.vue

@@ -1023,12 +1023,15 @@
   }
   .index_top_list {
     width:100%;
-    height:250px;
+    height:auto;
     list-style:none;
+    overflow:hidden;
   }
   .index_top_data {
-    width:100%;
+    width:114%;
+    height:20px;
     padding:1%  3% 3% 0%;
+    border-bottom:1px dashed #ddd;
   }
   .index_top_data_title {
     width: 70%;
@@ -1042,7 +1045,7 @@
   }
   .activity_img {
     width:1200px;
-    margin-top:7%;
+    margin-top:5%;
     float:left;
   }
   .production_box {

+ 6 - 5
TEAMModelOS.SmartTeach/ClientApp/components/resource/exam.vue

@@ -142,7 +142,7 @@
   }
   .exam_box {
     width: 30%;
-    height: 250px;
+    height: 300px;
     margin: 1% 0% 1% 4.5%;
     text-align: center;
     float: left;
@@ -150,6 +150,7 @@
     padding: 1%;
     box-shadow: 2px 2px 10px rgba(15,4,9,0.05);
     background-color: #fff;
+    padding-left:20px;
   }
     .exam_box:nth-child(1) {
       margin: 1% 1% 1% 0%;
@@ -165,7 +166,6 @@
     font-size: 24px;
     border-bottom: #288add solid 1px;
     float: left;
-    margin-left: 20px;
   }
 
   .exam_title i {
@@ -183,15 +183,14 @@
   .exam_img {
     margin-top: 10px;
     float: left;
-    margin-left:15px;
   }
     .exam_img img {
-      width:90%;
+      width:106%;
     }
     .exam_list {
       width: 100%;
       height: auto;
-      padding: 1%;
+      padding: 1% 1% 1% 0%;
       list-style: none;
       float: left;
       text-align: left;
@@ -200,6 +199,8 @@
   .exam_list_data {
     width: 100%;
     float: left;
+    padding:4px 2px;
+    border-bottom:1px dashed #ddd;
   }
 
   .exam_list_title {

+ 5 - 2
TEAMModelOS.SmartTeach/ClientApp/components/resource/recommend.vue

@@ -127,10 +127,11 @@
   }
   .recommend_box {
     width: 1200px;
-    height: 370px;
+    height: auto;
     background-color: #fff;
     box-shadow: 2px 2px 10px rgba(15,4,9,0.05);
     margin:0 auto;
+    overflow:hidden;
   }
   .recommend_header {
     width: 100%;
@@ -174,6 +175,7 @@
     /*border:1px solid red;*/
     height:auto;
     padding:1%;
+    /*border-right:1px solid #e3e3e3;*/
   }
   .recommend_left {
     width:100%;
@@ -187,7 +189,8 @@
     width: 100%;
     list-style: none;
     float: left;
-    padding:0.5%;
+    padding:8px 2px;
+    border-bottom:1px dashed #ddd;
   }
   .recommend_list_title {
     font-size:14px;

+ 1 - 2
TEAMModelOS.SmartTeach/Views/Shared/_Layout.cshtml

@@ -4,9 +4,8 @@
 <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>@ViewData["Title"]TEAM Model OS</title>
+    <title>益教·智慧教育云平台</title>
     <link rel="stylesheet" href="~/dist/style.css" asp-append-version="true" />
-    <link rel="icon" type="image/x-icon" class="js-site-favicon" href="https://account.habookaclass.biz/dist/6854ccd21afb6b1f994e1556c2360dd8.ico">
     @*<link rel="stylesheet" href="~/dist/vendor.css" asp-append-version="true" />
         <environment names="Staging,Production">
             <link rel="stylesheet" href="~/dist/site.css" asp-append-version="true" />