代码提交
This commit is contained in:
commit
bf19a791a1
Binary file not shown.
After Width: | Height: | Size: 792 B |
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
After Width: | Height: | Size: 9.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
|
@ -4,30 +4,42 @@
|
||||||
<div class="left-content">
|
<div class="left-content">
|
||||||
<!-- 营业临厅时长 -->
|
<!-- 营业临厅时长 -->
|
||||||
<div class="business-hall">
|
<div class="business-hall">
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 客流量 -->
|
<!-- 客流量 -->
|
||||||
<div class="passenger-flow">
|
<div class="passenger-flow">
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
</div>
|
||||||
</div >
|
</div >
|
||||||
<!-- 厅内统计 -->
|
<!-- 厅内统计 -->
|
||||||
<div class='hall-statistics'>
|
<div class='hall-statistics'>
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 右边的内容 -->
|
<!-- 右边的内容 -->
|
||||||
<div class="right-content">
|
<div class="right-content">
|
||||||
<!-- 缴费情况 -->
|
<!-- 缴费情况 -->
|
||||||
<div class="payment">
|
<div class="payment">
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 业务受理 -->
|
<!-- 业务受理 -->
|
||||||
<div class="business-acceptance">
|
<div class="business-acceptance">
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 服务情况 -->
|
<!-- 服务情况 -->
|
||||||
<div class="service">
|
<div class="service">
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -67,6 +79,16 @@ methods:{
|
||||||
background-image: url(../assets/images/border.png);
|
background-image: url(../assets/images/border.png);
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
padding: 13px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
/* 标题的样式 */
|
||||||
|
.left-content>div>.title,.right-content>div>.title{
|
||||||
|
width: 100%;
|
||||||
|
background-image: url(../assets/images/border-title.png);
|
||||||
|
height: 30px;
|
||||||
|
background-size: 100% 100%;
|
||||||
|
|
||||||
}
|
}
|
||||||
.left-content .business-hall{
|
.left-content .business-hall{
|
||||||
height: 38.2%;
|
height: 38.2%;
|
||||||
|
|
Loading…
Reference in New Issue