|
@@ -6,7 +6,7 @@
|
|
<div class="header_c">实验室安全智能监测与控制系统</div>
|
|
<div class="header_c">实验室安全智能监测与控制系统</div>
|
|
<div class="header_r1">
|
|
<div class="header_r1">
|
|
<img class="header_r1_l" src="@/assets/image/index_icon3.png"/>
|
|
<img class="header_r1_l" src="@/assets/image/index_icon3.png"/>
|
|
- <i>安全工程学院</i>
|
|
|
|
|
|
+ <i class="schoolName"></i>
|
|
<img class="header_r1_r" src="@/assets/image/index_icon4.png" @click="openBackManageUrl()"/>
|
|
<img class="header_r1_r" src="@/assets/image/index_icon4.png" @click="openBackManageUrl()"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -463,6 +463,8 @@ export default {
|
|
if(res.code==200){
|
|
if(res.code==200){
|
|
$(".header_l").attr("src",requestUrl+res.data.rectangleLogo);
|
|
$(".header_l").attr("src",requestUrl+res.data.rectangleLogo);
|
|
localStorage.setItem('logoImg',requestUrl+res.data.rectangleLogo)
|
|
localStorage.setItem('logoImg',requestUrl+res.data.rectangleLogo)
|
|
|
|
+ $(".schoolName").html(res.data.schoolName);
|
|
|
|
+
|
|
}
|
|
}
|
|
})
|
|
})
|
|
//安全隐患统计
|
|
//安全隐患统计
|
|
@@ -2030,11 +2032,12 @@ export default {
|
|
animation-iteration-count: infinite; // 动画循环无限次播放
|
|
animation-iteration-count: infinite; // 动画循环无限次播放
|
|
>li{
|
|
>li{
|
|
width: rw(966);
|
|
width: rw(966);
|
|
- height: rh(66);
|
|
|
|
|
|
+ height: auto;
|
|
margin: 0 rw(30);
|
|
margin: 0 rw(30);
|
|
background: rgba(30, 118, 142, 0.2);
|
|
background: rgba(30, 118, 142, 0.2);
|
|
margin-bottom: rh(12);
|
|
margin-bottom: rh(12);
|
|
padding-top: rh(12);
|
|
padding-top: rh(12);
|
|
|
|
+ padding-bottom: rh(12);
|
|
.left_b_b_t{
|
|
.left_b_b_t{
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
justify-content: flex-start;
|
|
@@ -2063,6 +2066,7 @@ export default {
|
|
width: 100%;
|
|
width: 100%;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
justify-content: flex-start;
|
|
|
|
+ flex-wrap: wrap;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
margin-top: rh(16);
|
|
margin-top: rh(16);
|
|
margin-left: rw(12);
|
|
margin-left: rw(12);
|
|
@@ -2072,7 +2076,7 @@ export default {
|
|
font-family: Source Han Sans CN;
|
|
font-family: Source Han Sans CN;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
color: #FFFFFF;
|
|
color: #FFFFFF;
|
|
- line-height:rh(14);
|
|
|
|
|
|
+ line-height:rh(20);
|
|
margin-right: rw(30);
|
|
margin-right: rw(30);
|
|
|
|
|
|
}
|
|
}
|