widget.css
2.75 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
html,body {
width: 100%;
height: 100%;
}
*{
padding: 0;
margin: 0;
}
#app {
padding: 0px 0px 0px 0.1%;
background: #EDEDED;
width: 99.9%;
height: 100%;
}
.container {
padding: 1%;
width: 98%;
height: 98%;
background: #FFFFFC;
}
.container-top {
width: 100%;
height: 47px;
border-bottom: 1px solid #CAC8C8;
}
.container-top button {
width: 104px;
height: 30px;
line-height: 30px;
background: #FFFFFC;
border: 1px solid rgba(0,0,0,0.28);
}
.layui-btn+.layui-btn {
margin-left: -5px !important;
}
.container-top button>span {
display: inline-block;
margin-left: -10px;
}
.container-content {
width: 100%;
margin-top: 0.5%;
}
.container-content-right {
width: 100%;
height: 714px;
float: right;
margin-left: 0.9%;
background: #FFFFFC;
}
.container-content-right .container-content-right-title {
display: flex;
justify-content: space-between;
width: 100%;
height: 30px;
}
.container-content-right-title-right input {
width: 343px;
height: 26px;
background: #FFFFFF;
border: 1px solid #CAC8C8;
border-radius: 2px;
}
.container-content-right-title-right>img {
position: relative;
top: 0px;
right: 31px;
width: 15px;
height: 15px;
}
.container-content-right-title-right select {
width: 200px;
height: 28px;
font-size: 12px;
color: rgba(0,0,0,0.65);
border-radius: 2px;
border-radius: 2px;
background: #FFFFFC;
border: 1px solid #CAC8C8;
}
.container-content-right-title-right button {
width: 72px;
height: 27px;
font-size: 12px;
color: #0096EB;
line-height: 28px;
margin-right: 2px;
border-radius: 2px;
background: #FFFFFC;
border: 1px solid #0096EB;
}
.container-content-right-title-right button>img {
display: inline-block;
margin: 0px 5px 2px 0px;
}
.container-content-right .container-content-right-content {
width: 100%;
height: 690px;
margin-top: 8px;
}
.layui-table-view {
margin: 0px 0px !important;
}
.layui-table-box .layui-table-header .layui-table thead tr {
font-family: PingFangSC-Medium;
font-size: 12px;
color: rgba(0,0,0,0.65);
}
.layui-table-cell{
text-align: center;
}
.start {
cursor: pointer;
}
.end {
cursor: pointer;
color: #0096EB;
background: #FFFFFF;
border: 1px solid #0096EB;
}
.layui-form input[type=checkbox], .layui-form input[type=radio], .layui-form select{
display: inline-block !important;
width: 372px;
height: 32px;
border-radius: 4px;
background: #FFFFFF;
border: 1px solid rgba(0,0,0,0.15);
}
.layui-form-label {
padding: 9px 0px !important;
}
.layui-input-block {
width: 372px !important;
margin-left: 90px !important;
}