forked from ikxin/kms-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
56 lines (56 loc) · 1.43 KB
/
Copy pathheader.php
File metadata and controls
56 lines (56 loc) · 1.43 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>KMS WebUI</title>
<link rel="stylesheet" href="layui/css/layui.css">
<style>
.row {
margin-bottom: 0;
max-width: 720px;
margin: auto;
margin-top: 60px;
}
.well {
min-height: 20px;
max-width: 720px;
padding: 18px;
margin-bottom: 0;
margin: 0 10px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.wells {
background: #ffffff;
line-height: 1;
padding: 10px;
border-left: 3px solid #4b9688;
margin-bottom: 10px;
}
p {
line-height: 2;
}
a {
color: #4b9688;
}
.radio {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.layui-form-radio {
margin: 3px 0 3px 0;
}
.layui-form-radio>i {
margin-right: 0px;
}
</style>
</head>
<body>
<div class="layui-row">
<div class="row">
<div class="well">