Welcome.cshtml
3.64 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
@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.min.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: 100%;
position: relative;
background-size: 100% 100%;
background-repeat: no-repeat;
background-color:slategray;
/*background-color: #404a59;*/
/*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: 25%;
position: relative;
box-sizing: inherit;
}
.topfont {
font-style: normal;
text-align: center;
font-family: KaiTi;
/*color: aqua;*/
color:white;
font-size: 40px;
font-weight: bold;
margin: auto;
width: 398px;
height: 100%;
}
.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/welcome.jpg);
}
</style>
<div class="content">
<div class="bbzshead">
<div class="topfont">欢迎使用产线系统</div>
</div>
</div>
<script type="text/javascript" src="/layui/layui.js"></script>