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
| * {
| padding: 0;
| margin: 0;
| }
|
| html, body {
| height: 100%;
| width: 100%;
| background-color: rgb(0,0,0);
| overflow: hidden;
| }
|
| table {
| height: 100%;
| width: 100%;
| color: rgb(255,255,255);
| }
|
| table tr td {
| height: 20%;
| text-align: left;
| font-size: 16px;
| }
|
|
| .layui-form-item {
| margin: 0;
| margin-left: 20px;
| }
|
| .layui-input-block {
| margin: 0;
| }
|
| .layui-form-item .layui-input-inline {
| width: 155px;
| }
|
| tr td:first-child {
| text-align: right;
| width: 20%;
| }
| /*tr td:nth-child(2){
| text-align:right;
| width:70%;
| }*/
| .tname {
| font-size: 20px;
| letter-spacing: 5px;
| }
|
| .timgx {
| float: right;
| margin-right: 5%;
| }
|
| .layui-form-label {
| width: 40px;
| }
|
| .layui-btn {
| border: solid 1px #139ECB;
| border-radius: 2px;
| background-color: rgba(24,202,206,1);
| height: 28px;
| line-height: 28px;
| font-size: 15px;
| }
|
| .layui-form-radio > i:hover, .layui-form-radioed > i {
| color: rgb(255,255,255);
| }
|
| .layui-form-select dl dd.layui-this {
| background-color: rgb(255,255,255);
| color: rgb(0, 0, 0);
| }
|
| .layui-form-selected dl {
| color: rgb(0,0,0);
| }
|
| .layui-form-select dl {
| max-height: 120px;
| }
|
| .demo-input {
| padding-left: 10px;
| height: 25px;
| min-width: 323px;
| line-height: 25px;
| border: 1px solid #e6e6e6;
| background-color: #fff;
| border-radius: 2px;
| }
|
| .demo-footer {
| padding: 50px 0;
| color: #999;
| font-size: 14px;
| }
|
| .demo-footer a {
| padding: 0 5px;
| color: #01AAED;
| }
|
| .layui-input-block {
| min-height: 0;
| }
|
| .layui-input, .layui-select, .layui-textarea {
| height: 28px;
| }
|
| .jwdu {
| height: 28px;
| width: 30%;
| border: none;
| }
|
|