Changpeng Duan преди 4 години
родител
ревизия
60f12162ea
променени са 5 файла, в които са добавени 25 реда и са изтрити 19 реда
  1. 2 3
      v2tv/src/Mock/index.js
  2. 1 1
      v2tv/src/views/2pkRank.vue
  3. 18 11
      v2tv/src/views/3pkRank.vue
  4. 1 1
      v2tv/src/views/Rank.vue
  5. 3 3
      v2tv/src/views/Wait.vue

+ 2 - 3
v2tv/src/Mock/index.js

@@ -401,9 +401,8 @@ if (t == 1) {
     // }
 
     // 0: 下课 团课/私教/PK 的排名
-    let LessonClass = 2;
-    let LessonDp = 2;
-    console.log(123);
+    let LessonClass = 0;
+    let LessonDp = 0;
     // 1:团课/私教
     // 2:竞技课2PK
     // 3:竞技课threepk

+ 1 - 1
v2tv/src/views/2pkRank.vue

@@ -772,7 +772,7 @@ export default {
             background-size: 100% 100%;
             text-align: left;
             text-indent: 0.1rem;
-            font-size: 0.4rem;
+            font-size: 0.3rem;
             font-weight: bold;
             text-decoration: none;
             font-style: normal;

+ 18 - 11
v2tv/src/views/3pkRank.vue

@@ -665,7 +665,7 @@ export default {
   .pageDetail {
     .sumTitle {
       @include cube;
-      width: 88.5%;
+      width: 92%;
       margin-top: 0.7rem;
       overflow: visible;
 
@@ -777,18 +777,18 @@ export default {
       img:nth-child(1) {
 
         float: left;
-        left: 32%;
+        left: 31.7%;
       }
 
       img:nth-child(2) {
         float: right;
-        right: 32%;
+        right: 31.7%;
       }
     }
 
     .listContainer {
       @include cube;
-      width: 90%;
+      width: 92%;
       position: relative;
       bottom: 1.5rem;
 
@@ -798,18 +798,20 @@ export default {
       }
 
       .md {
-        width: 33.33%;
+        width: 32.5%;
         float: left;
+        padding-left: 1.75%;
       }
 
       .rt {
-        width: 32.5%;
+        width: 31%;
         float: right;
+
       }
 
       .ltTitle {
         @include cube;
-        width: 84%;
+        width: 90%;
 
         span {
           float: left;
@@ -822,7 +824,7 @@ export default {
 
           &:last-child {
             float: right;
-            padding-right: 0.3rem;
+            padding-right: 0.4rem;
           }
         }
       }
@@ -832,9 +834,11 @@ export default {
 
         li {
           @include cube;
-          width: 84%;
+          width: 86%;
           height: 0.7rem;
           padding-top: 0.2rem;
+          float: left;
+          margin-left: 0.3rem;
 
           .gary {
             @include cube;
@@ -870,13 +874,16 @@ export default {
             background-position: top center;
             background-size: 100% 100%;
             text-align: left;
-            text-indent: 0.1rem;
-            font-size: 0.4rem;
+            text-indent: 0.08rem;
+            //text-align: center;
+            //font-size: 0.4rem;
+            font-size: 0.35rem;
             font-weight: bold;
             text-decoration: none;
             font-style: normal;
             color: white;
             line-height: 0.6rem;
+
           }
 
           .head {

+ 1 - 1
v2tv/src/views/Rank.vue

@@ -415,7 +415,7 @@ export default {
         background-size: 100% 100%;
         text-align: left;
         text-indent: 0.1rem;
-        font-size: 0.4rem;
+        font-size: 0.3rem;
         font-weight: bold;
         text-decoration: none;
         font-style: normal;

+ 3 - 3
v2tv/src/views/Wait.vue

@@ -231,7 +231,7 @@ export default {
   },
   mounted() {
     // test
-    // this.$router.push({path: '/rank'});
+    this.$router.push({path: '/rank'});
     // this.$router.push({path: '/2pkrank'});
     // this.$router.push({path: '/threepk'});
     // this.$router.push({path: '/3pkrank'});
@@ -518,11 +518,11 @@ $yellow: #FFEB50;
           background-size: 100% 100%;
           background-position: left center;
           line-height: 0.65rem;
-          font-size: 0.45rem;
+          font-size: 0.35rem;
           font-weight: bold;
           text-align: left;
           text-indent: 0.2rem;
-          font-style: italic;
+          font-style: normal;
           color: #fff;
           text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.47);
         }