|
@@ -9,7 +9,7 @@
|
|
|
slot="process"
|
|
slot="process"
|
|
|
slot-scope="{ timeObj }"
|
|
slot-scope="{ timeObj }"
|
|
|
class="tag authorization"
|
|
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>
|
|
<div slot="finish" class="tag error">请续费使用</div>
|
|
|
</countdown>
|
|
</countdown>
|
|
|
</div>
|
|
</div>
|
|
@@ -226,8 +226,10 @@ export default {
|
|
|
padding-left: 5px;
|
|
padding-left: 5px;
|
|
|
margin-top: 15px;
|
|
margin-top: 15px;
|
|
|
&.authorization{
|
|
&.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);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|