bljy.css
1.41 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
.content_box {
width: 1200px;
margin: 0 auto;
min-height:calc(100vh - 207px);
}
.name_title {
padding: 10px;
margin:15px 0;
}
.name_title h2 {
display: inline-block;
font-weight: 600;
margin-right: 10px;
border-left: 3px solid #0091FF;
height: 16px;
line-height: 16px;
padding-left: 5px;
}
.name_title p {
display: inline-block;
color: #0091FF;
}
.form_title h2 {
font-weight: 600;
border-left: 3px solid #0091FF;
height: 16px;
line-height: 16px;
padding-left: 5px;
margin: 15px 0;
}
.layui-form-item .layui-inline {
width: 48%;
}
.layui-layer-dialog .layui-layer-content {
line-height: 24px;
}
.no_data {
text-align: center;
line-height: 36px;
}
.data_list {
margin-bottom: 20px;
}
.data_list li {
width: 31%;
border: 1px solid #d2d2d2;
display: inline-block;
color: #4a4a4a;
border-radius: 3px;
box-sizing: border-box;
margin-right: 20px;
}
.data_list li:last-child {
margin-right: 0;
}
.data_list li h3 {
background-color: #5FB878;
text-align: center;
line-height: 36px;
padding: 0 10px;
color: #fff;
}
.data_list li p {
line-height: 40px;
padding: 0 10px;
}
.data_list li p span {
width: 85px;
text-align-last: justify;
display: inline-block;
margin-right: 10px;
}
.next_button {
text-align: center;
margin-bottom: 20px;
}
.next_button a {
color: #fff;
}