This commit is contained in:
yanran200730
2022-11-03 16:18:45 +08:00
parent 4cf8f9a4f6
commit 60fdec8005
2 changed files with 25 additions and 9 deletions

View File

@@ -29,11 +29,17 @@
<div class="bottom">
<div class="item">
<h3>进场时间</h3>
<span>{{ item.intoBegintime }} {{ item.intoEndtime }}</span>
<div class="right">
<p>{{ item.intoBegintime }} </p>
<p>{{ item.intoEndtime }}</p>
</div>
</div>
<div class="item">
<h3>离场时间</h3>
<span>{{ item.exitBegintime }} {{ item.exitEndtime }}</span>
<div class="right">
<p>{{ item.exitBegintime }} </p>
<p>{{ item.exitEndtime }}</p>
</div>
</div>
</div>
</div>
@@ -251,11 +257,13 @@
color: #999999;
}
span {
div {
flex: 1;
text-align: justify;
font-size: 28px;
color: #333333;
p {
font-size: 28px;
color: #333333;
}
}
}
}