zhaobao il y a 3 ans
Parent
commit
bfe386e2d9
1 fichiers modifiés avec 5 ajouts et 3 suppressions
  1. 5 3
      src/layout/components/Navbar.vue

+ 5 - 3
src/layout/components/Navbar.vue

@@ -9,7 +9,7 @@
           slot="process"
           slot-scope="{ timeObj }"
           class="tag authorization"
-        >({{ `${timeObj.d}天${timeObj.h}:${timeObj.m}:${timeObj.s}` }})</div>
+        >(授权时长:{{ `${timeObj.d}天${timeObj.h}:${timeObj.m}:${timeObj.s}` }})</div>
         <div slot="finish" class="tag error">请续费使用</div>
       </countdown>
     </div>
@@ -226,8 +226,10 @@ export default {
     padding-left: 5px;
     margin-top: 15px;
     &.authorization{
-      font-size: 14px;
-      color: rgba(255, 255, 255, 0.7);
+      font-size: 12px;
+      margin-top: 20px;
+      color: #a33e3e;
+      // color: rgba(255, 255, 255, 0.7);
     }
   }
 }