修改样式
This commit is contained in:
parent
d74f33795d
commit
c76e19a486
|
|
@ -35,19 +35,20 @@ body {
|
|||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: transparent;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.layui-table {
|
||||
width: 100%;
|
||||
margin: 10px 0;
|
||||
background-color: transparent;
|
||||
color: white;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
|
||||
/* 表格头部背景色 */
|
||||
th {
|
||||
color: #fff;
|
||||
color: #FFFFFF;
|
||||
font-weight: bold
|
||||
}
|
||||
.layui-table-header table thead{
|
||||
|
|
@ -66,7 +67,9 @@ th {
|
|||
.layui-laypage a:hover {
|
||||
color: #278178;
|
||||
}
|
||||
|
||||
.layui-layer-setwin span{
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.layui-laypage .layui-laypage-skip {
|
||||
color: #3ACAB8;
|
||||
}
|
||||
|
|
@ -74,7 +77,9 @@ th {
|
|||
.layui-laypage-count{
|
||||
color:#278178;
|
||||
}
|
||||
|
||||
.layui-table-cell {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.layui-laypage button, .layui-laypage input {
|
||||
background-color: transparent;
|
||||
border: #278178 1px solid;
|
||||
|
|
@ -249,9 +254,9 @@ th {
|
|||
|
||||
#divDialog{
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
/*height: 500px;*/
|
||||
/*// background-color: #fff;*/
|
||||
color: #FFFFFF;
|
||||
position: relative;
|
||||
}
|
||||
/*
|
||||
|
|
@ -282,12 +287,20 @@ th {
|
|||
|
||||
|
||||
#deviceName{
|
||||
color: #000;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
#ID-laydate-start-date-1{
|
||||
color: #000;
|
||||
color:#FFFFFF;
|
||||
}#ID-laydate-end-date-1{
|
||||
color: #000;
|
||||
color:#FFFFFF;
|
||||
}
|
||||
table{
|
||||
color:#FFFFFF;
|
||||
}
|
||||
|
||||
|
||||
body .my-skin.child-skin {
|
||||
background: url("../../img/video/child-back.png") no-repeat 0 0/100% 100% transparent;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ layui.use(['layer', 'element', 'table'], function () {
|
|||
// btn: ['确定'],
|
||||
btnAlign: 'c',
|
||||
moveType: 0, //拖拽模式,0或者1
|
||||
skin:"layui-layer-molv",
|
||||
skin:"my-skin child-skin ",
|
||||
content: $("#divDialog"),
|
||||
success: function (layero) {
|
||||
initHistory()
|
||||
|
|
@ -322,6 +322,7 @@ function initHistory(){
|
|||
url: url,
|
||||
// skin: 'line',
|
||||
page: true,
|
||||
height: 'full-550',
|
||||
headers:{
|
||||
decrypt:"decrypt",
|
||||
"Authorization":token
|
||||
|
|
@ -365,9 +366,10 @@ function initHistory(){
|
|||
page: true, //开启分页
|
||||
loading: true, //数据加载中。。。
|
||||
limits: [5, 10, 20, 100],
|
||||
limit: 7
|
||||
limit: 20
|
||||
})
|
||||
}
|
||||
|
||||
//检测记录对比
|
||||
function detectionRecord(button,construction){
|
||||
if(button !== ''){
|
||||
|
|
|
|||
|
|
@ -12,15 +12,14 @@ layui.use(['layer', 'element', 'table'], function () {
|
|||
//下拉选
|
||||
getConstruction();
|
||||
getRegion();
|
||||
|
||||
//施工质量列表
|
||||
ConstructionQualityList();
|
||||
|
||||
laydate.render({
|
||||
elem: '#ID-laydate-type-datetime',
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
//下拉选
|
||||
function getConstruction(){
|
||||
const url = commonUrl + "system/sys/select/getBuildLists"; // 建管单位url
|
||||
|
|
|
|||
|
|
@ -353,7 +353,7 @@ function initEchartsOne(xLabel,dataValue) {
|
|||
],
|
||||
series: [
|
||||
{
|
||||
name: '周计划数',
|
||||
name: '采集值',
|
||||
type: 'line',
|
||||
symbol: 'circle', // 默认是空心圆(中间是白色的),改成实心圆
|
||||
smooth: true,
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
<script src="../../api/commonRequest.js" type="text/javascript"></script>
|
||||
<script src="../../js/publics/aescbc.js"></script>
|
||||
<script src="../../js/consQuality/consQuality.js"></script>
|
||||
<script src="../../js/publics/openIframe.js" type="text/javascript"></script>
|
||||
<script src="../../plugin/watermark.js"></script>
|
||||
<title>施工质量</title>
|
||||
</head>
|
||||
|
|
@ -102,7 +103,7 @@
|
|||
<div style="display: none" id="divDialog" class="divDialog">
|
||||
<div style="width: 100%;height: 100%;">
|
||||
<form class="layui-form " onsubmit="return false">
|
||||
<div class="layui-form-item">
|
||||
<div class="layui-form-item" style="margin-top: 5px">
|
||||
<div class="layui-inline">
|
||||
<label class="layui-form-label">日期范围</label>
|
||||
<div class="layui-inline" id="ID-laydate-rangeLinked">
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="../../css/font.css">
|
||||
<!-- <link rel="stylesheet" href="../../plugin/layui-v2.9.7/layui/css/layui.css">-->
|
||||
<!-- <link rel="stylesheet" href="../../css/consQuality/consQuality.css">-->
|
||||
<link rel="stylesheet" href="../../plugin/layui-v2.9.7/layui/css/layui.css">
|
||||
<link rel="stylesheet" href="../../css/consQuality/consQuality.css">
|
||||
<script src="../../js/publics/sm4.js" type="text/javascript"></script>
|
||||
<script src="../../js/publics/jquery-3.6.0.min.js" type="text/javascript"></script>
|
||||
<script src="../../js/publics/public.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue