shaogen1995 3 years ago
parent
commit
fe653fe434
2 changed files with 763 additions and 1396 deletions
  1. 3 2
      hot/src/views/Home.vue
  2. 760 1394
      hot/src/views/data.js

+ 3 - 2
hot/src/views/Home.vue

@@ -240,7 +240,7 @@ export default {
         temp.content = [temp.content];
         temp.title = [temp.title];
       }
-
+      
       this.data = temp;
       if (!this.data) {
         return alert("热点解析错误");
@@ -402,6 +402,7 @@ export default {
     > p {
       line-height: 1.5;
       font-size: 16px;
+      padding:0 10px 10px 0;
     }
   }
   .ismtop {
@@ -477,7 +478,7 @@ export default {
       position: fixed;
       bottom: 10px;
       right: 0px;
-      z-index: 10000;
+      z-index: 2000;
       li {
         width: 70px;
       }

File diff suppressed because it is too large
+ 760 - 1394
hot/src/views/data.js