Commit 01a0e186 authored by 张娇(东信)'s avatar 张娇(东信)

详情倒计时样式优化

parent de97699e
...@@ -54,11 +54,11 @@ ...@@ -54,11 +54,11 @@
<template #default="{ current }"> <template #default="{ current }">
<span class="custom-count-down">{{ current.days }}</span> <span class="custom-count-down">{{ current.days }}</span>
<span class="custom-count-down-colon">:</span> <span class="custom-count-down-colon">:</span>
<span class="custom-count-down">{{ current.hours }}</span> <span class="custom-count-down">{{ current.hours }}</span>
<span class="custom-count-down-colon">:</span> <span class="custom-count-down-colon">:</span>
<span class="custom-count-down">{{ current.minutes }}</span> <span class="custom-count-down">{{ current.minutes }}</span>
<span class="custom-count-down-colon">:</span> <span class="custom-count-down-colon">:</span>
<span class="custom-count-down">{{ current.seconds }}</span> <span class="custom-count-down">{{ current.seconds }}</span>
</template> </template>
</wd-count-down> </wd-count-down>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment