大屏
This commit is contained in:
@@ -37,6 +37,24 @@
|
|||||||
<div class="item">
|
<div class="item">
|
||||||
<div class="title">各局统计</div>
|
<div class="title">各局统计</div>
|
||||||
<div class="item-top jmq">
|
<div class="item-top jmq">
|
||||||
|
<div class="header">
|
||||||
|
<span>居民群</span>
|
||||||
|
<span>公安局</span>
|
||||||
|
<span>群成员</span>
|
||||||
|
</div>
|
||||||
|
<div class="item-top__list">
|
||||||
|
<div class="item" v-for="(item, index) in 10" :key="index">
|
||||||
|
<div class="left">
|
||||||
|
<span>65</span>
|
||||||
|
<div style="width: 50%"></div>
|
||||||
|
</div>
|
||||||
|
<h2>兴义</h2>
|
||||||
|
<div class="right">
|
||||||
|
<div style="width: 50%"></div>
|
||||||
|
<span>32144</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -879,70 +897,33 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.jmq {
|
.jmq {
|
||||||
|
.header {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-bottom: 10px;
|
height: 40px;
|
||||||
|
padding: 0 25px;
|
||||||
.item-top__item {
|
background: rgba(14,110,181,0.10);
|
||||||
display: flex;
|
border: 1px solid #0E6EB5;
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
flex-direction: column;
|
|
||||||
width: 78px;
|
|
||||||
height: 52px;
|
|
||||||
line-height: 1;
|
|
||||||
background: url(https://cdn.cunwuyun.cn/dvcp/dv/pddv/jmq1.png);
|
|
||||||
background-size: 100% 100%;
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
margin-bottom: 4px;
|
|
||||||
color: #2AB7D1;
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:nth-of-type(2) {
|
|
||||||
background: url(https://cdn.cunwuyun.cn/dvcp/dv/pddv/jmq2.png);
|
|
||||||
background-size: 100% 100%;
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
color: #2AB7D1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&:nth-of-type(3) {
|
|
||||||
background: url(https://cdn.cunwuyun.cn/dvcp/dv/pddv/jmq3.png);
|
|
||||||
background-size: 100% 100%;
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
color: #5ADA92;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&:nth-of-type(4) {
|
|
||||||
background: url(https://cdn.cunwuyun.cn/dvcp/dv/pddv/jmq4.png);
|
|
||||||
background-size: 100% 100%;
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
color: #FF5655;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.bottom {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
span {
|
span {
|
||||||
margin-right: 2px;
|
|
||||||
font-size: 14px;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: bold;
|
font-size: 15px;
|
||||||
font-style: oblique;
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
.item-top__list {
|
||||||
position: relative;
|
height: 400px;
|
||||||
top: 2px;
|
overflow-y: auto;
|
||||||
|
|
||||||
|
.item {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
padding: 10px 0;
|
||||||
|
|
||||||
|
div {
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user