Commit f387a8f7 authored by yaqizhang's avatar yaqizhang

样式

parent 67ce4ee0
......@@ -1174,13 +1174,21 @@ function renderAlarmList(obj) {
<div style="width: 25%; overflow: hidden;">${new Date(pageData[i].alarmTime).toLocaleString('zh-CN', {
hour12: false,
})}</div>
<div style="width: 15%; overflow: hidden;">${pageData[i].handledStatus}</div>
<div class="xc" style="width: 15%; overflow: hidden;">${pageData[i].handledStatus}</div>
</li>`;
}
tmpHtml += '</ul>';
$('.listContent').html(tmpHtml);
$('.listContent').FontScroll({ time: 2000, num: 1 });
var xc=document.getElementsByClassName("xc")
if(xc === "已消除"){
return{'color':'#64FEFF'};
}else if(xc === "未消除"){
return{'color':'#E827B2'};
}
} else {
layLayer.alert('暂无数据');
}
......
......@@ -284,7 +284,7 @@ table.layui-table th {
#legend {
overflow: hidden;
width: 200%;
margin-left: 670px;
margin-left: 610px;
position: absolute;
bottom: 0;
margin-bottom: 10px;
......@@ -1220,8 +1220,8 @@ table.layui-table th {
}
.serBtn {
background: #152136;
width: 50px;
height: 50px;
width: 45px;
height: 45px;
text-align: center;
outline: none;
border-radius: 5px;
......@@ -1312,7 +1312,7 @@ table.layui-table th {
padding: 0px 10px;
/* border-radius: 10px; */
margin-bottom: 40px;
margin-left: 30px;
margin-left: -10px;
border: 1px solid #183158;
background: url(../images/groupshi.png)no-repeat;
background-size: 100% 100%;
......@@ -1610,15 +1610,15 @@ div[lay-id='members'] thead tr:nth-child(1) {
position: absolute;
top: 302px !important;
right: 452px !important;
width: 50px;
height: 50px;
width: 45px;
height: 45px;
}
.amap-maptype-con {
position: absolute;
top: 0;
right: 0;
width: 51px !important;
height: 51px !important;
width: 46px !important;
height: 46px !important;
/* background: #fff; */
border: solid 0px #ccc !important;
border-radius: 5px !important;
......@@ -1628,8 +1628,8 @@ div[lay-id='members'] thead tr:nth-child(1) {
position: absolute;
top: 1px;
right: 1px;
width: 50px !important;
height: 50px !important;
width: 45px !important;
height: 45px !important;
overflow: hidden;
background: #ccc;
border: solid 0px #ccc !important;
......@@ -1639,7 +1639,7 @@ div[lay-id='members'] thead tr:nth-child(1) {
position: absolute;
bottom: 0;
left: 0;
width: 50px !important;
width: 45px !important;
height: 20px;
color: #fff;
text-align: center;
......@@ -1653,7 +1653,7 @@ div[lay-id='members'] thead tr:nth-child(1) {
background: #152136;
}
.amap-maptype-list {
width: 50px !important;
width: 45px !important;
border-radius: 5px !important;
display: block;
height: 20px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment