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