Main_bak.cshtml
6.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
@section header
{
<link rel="stylesheet" href="/css/main.css" media="all" />
<link rel="shortcut icon" href="favicon.ico">
<link href="/css/homecss/bootstrap.min.css" rel="stylesheet" />
<link href="/css/homecss/font-awesome.css" rel="stylesheet" />
<link href="/css/homecss/animate.min.css" rel="stylesheet" />
<link href="/css/homecss/style.min862f.css" rel="stylesheet" />
}
<style>
.content {
width: 100%;
height: 1080px;
position: relative;
background-size: 100% 100%;
background-repeat: no-repeat;
background-image: url(../images/main.jpg);
}
.headTitle {
display: inline-block;
text-align: center;
width: 97.8125%;
height: 100%;
background-repeat: no-repeat;
background-size: 100% 100%;
background-image: url(../images/top.png);
margin-left: 40px;
}
.bbzshead {
width: 100%;
height: 6.518%;
padding-top: 10.36px;
position: relative;
box-sizing: inherit;
}
.topfont {
font-style: italic;
text-align: center;
color: aqua;
font-size: 28px;
font-weight: bold;
margin: 11px auto 0;
width: 398px;
height: 46px;
/*background: url(../images/topfont.png) no-repeat;
animation: topfont 2s steps(60, end) infinite;*/
}
.nh-container {
position: relative;
width: 600px;
height: 270px;
border: 2px solid rgba(92,255,255,0.1);
background: rgba(10,106,255,0.1) url(../images/null.png) repeat 50% 50% !important;
overflow: visible;
}
.nh-container:before, .nh-container:after {
content: "";
position: absolute;
top: -2px;
width: 5px;
height: 5px;
border-color: #0a6aff;
border-style: solid;
border-top-width: 2px;
border-bottom-width: 0;
}
.nh-container:before {
left: -2px;
border-left-width: 2px;
border-right-width: 0;
}
.nh-container:after {
right: -2px;
border-left-width: 0;
border-right-width: 2px;
}
.nh-container .nh-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.nh-container .nh-content:before, .nh-container .nh-content:after {
content: "";
position: absolute;
bottom: -2px;
width: 5px;
height: 5px;
border-color: #0a6aff;
border-style: solid;
border-top-width: 0;
border-bottom-width: 2px;
}
.nh-container .nh-content:before {
left: -2px;
border-left-width: 2px;
border-right-width: 0;
}
.nh-container .nh-content:after {
right: -2px;
border-left-width: 0;
border-right-width: 2px;
}
.iconsbody {
position: relative;
padding: 4.2% 0 2.6% 0;
margin-top: 3.35%;
width: 95.78125%;
height: 82.3248%;
margin-left: 2.11%;
background-repeat: no-repeat;
background-size: 100% 100%;
background-image: url(../images/body1.png);
}
</style>
<div class="content">
<div class="bbzshead">
<div class="headTitle">
<div class="topfont">中控数据展示中心</div>
</div>
</div>
<div class="row" style="padding-left:30px;padding-top:5px;">
<div class="col-md-4 col-sm-4 col-xs-4" style="margin-left:10px">
<div class="row">
<div class="nh-container nh-content">
<div class="nh-content" id="stk-chart" style="width: 100%; height: 100%;"></div>
</div>
</div>
<div class="row" style="margin-top:10px">
<div class="nh-container">
<div class="nh-content" id="agv-chart" style="width: 100%; height: 100%;"></div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-3" style="margin-left:10px">
<div class="row">
<div class="nh-container">
@*<div id="center-chart" style="width: 300px; height: 50px;">
<p style="text-align:center"><span style="font-size:38px;color:#00FFFF;font-family:KaiTi;width: 100px; margin:0 auto"><b>中控大屏</b></span></p>
</div>*@
<div class="nh-content" id="wip-chart" style="width: 100%; height: 100%;"></div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-4" style="margin-left:10px">
<div class="row">
<div class="nh-container">
<div class="nh-content" id="task-chart" style="width: 100%; height: 100%;"></div>
</div>
</div>
<div class="row" style="margin-top:10px">
<div class="nh-container">
<div class="nh-content" id="warecell-chart" style="width: 100%; height: 100%;"></div>
</div>
</div>
</div>
</div>
<div class="row" style="padding-left:30px;padding-top:10px;">
<div class="col-md-4 col-sm-4 col-xs-4" style="margin-left:10px">
<div class="row">
<div class="nh-container nh-content">
<div class="nh-content" id="stk-chart" style="width: 100%; height: 100%;"></div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-3" style="margin-left:10px">
<div class="row">
<div class="nh-container">
<div class="nh-content" id="wip-chart" style="width: 100%; height: 100%;"></div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-4" style="margin-left:10px">
<div class="row">
<div class="nh-container">
<div class="nh-content" id="task-chart" style="width: 100%; height: 100%;"></div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="/layui/layui.js"></script>
<script type="text/javascript" src="/js/echarts/echarts.js"></script>
<script type="text/javascript" src="/basejs/main.js"></script>