feat:运营管理页面左侧顶部样式调整
parent
38155bd34e
commit
ffb50be119
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
|
@ -3213,3 +3213,16 @@ svg.loading-icon {
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.manage-top-bg{
|
||||||
|
background: url("@/assets/img/home/manageTopBg.png") no-repeat 50% 50%;
|
||||||
|
width: 354px;
|
||||||
|
height: 104px;
|
||||||
|
h4{
|
||||||
|
text-align: center;
|
||||||
|
font-weight: normal;
|
||||||
|
padding-top: 5px;
|
||||||
|
& + div{
|
||||||
|
margin-top: 15px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<div class="env-left manage-part">
|
<div class="env-left manage-part">
|
||||||
|
|
||||||
<div class="box-content flex-0 height-auto">
|
<div class="box-content flex-0 height-auto">
|
||||||
<div>
|
<div class="manage-top-bg">
|
||||||
<h4>设备在线管理</h4>
|
<h4>设备在线管理</h4>
|
||||||
<div class="d-flex align-items-center is-justify-space-around">
|
<div class="d-flex align-items-center is-justify-space-around">
|
||||||
<span class="d-flex align-items-center"><img src="~@/assets/img/eme/xfz-icon.png" alt="">消防站</span>
|
<span class="d-flex align-items-center"><img src="~@/assets/img/eme/xfz-icon.png" alt="">消防站</span>
|
||||||
|
|
Loading…
Reference in New Issue