Ver código fonte

移动端更新

shaogen1995 2 anos atrás
pai
commit
0c355d0ef1

BIN
webM/public/data/LearnEngage/in/93.jpg


BIN
webM/public/data/LearnEngage/in/94.jpg


BIN
webM/public/data/LearnEngage/sm/93.png


BIN
webM/public/data/LearnEngage/sm/94.png


Diferenças do arquivo suprimidas por serem muito extensas
+ 38 - 0
webM/src/views/Learn/data.js


+ 12 - 7
webM/src/views/Learn/info.vue

@@ -19,6 +19,11 @@
           v-if="data.imgShow !== 0"
         />
         <div v-html="data.txt"></div>
+        <div
+          class="baoMingSta"
+          v-if="data.baoming"
+          v-html="data.baoming"
+        ></div>
       </div>
     </div>
   </div>
@@ -84,7 +89,7 @@ export default {
   }
   .main {
     padding: 20px;
-    background: url('../../assets/img/bgLI.png');
+    background: url("../../assets/img/bgLI.png");
     background-size: 100% 100%;
     & > h3 {
       font-size: 18px;
@@ -113,22 +118,22 @@ export default {
         background: url("../../assets/img/bg_8.png") left 8px no-repeat;
       }
     }
-    .txt{
+    .txt {
       /deep/ p {
         font-size: 14px;
-        color: #6A6A6A;
+        color: #6a6a6a;
         margin-bottom: 15px;
         line-height: 18px;
       }
-      /deep/ img{
+      /deep/ img {
         width: 100%;
         margin-bottom: 15px;
       }
       /deep/ i {
-          font-weight: 700;
-          font-style: normal;
+        font-weight: 700;
+        font-style: normal;
       }
-      /deep/ .xx{
+      /deep/ .xx {
         font-weight: 700;
       }
     }

Diferenças do arquivo suprimidas por serem muito extensas
+ 45 - 35
webM/src/views/Search/data.js


Diferenças do arquivo suprimidas por serem muito extensas
+ 78 - 58
webM/src/views/Search/dataAll.js