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
| #dom1, #dom2, #dom3, #dom4 {
| width: 700px;
| height: 400px;
| position:absolute;
| }
| #dom1{
| right:0;
| }
| #dom2{
| /* right:0;
| top: 400px; */
| }
| #dom3{
| /* right:0;
| top: 800px; */
| }
|
| #dom4{
| left:1000px;
| }
|
| .maskVideo{
| background-color: aquamarine;
| position: fixed;
| }
| .center{
| margin: 0 auto;
| width: 1350px;
| }
| #app{
| padding: 16px 10px;
| }
| #demo .ivu-form-item-label {
| padding-right: 20px;
| }
| #demo #loginInfo .ivu-input {
| width: 220px;
| }
| .ivu-input-wrapper {
| margin-right: 10px;
| }
| .ivu-select {
| margin-right: 10px;
| }
| #demo .ivu-input-wrapper {
| width: 68px;
| }
| #demo .ivu-input {
| width: 100%;
| }
|
| #demo .ivu-date-picker-rel .ivu-input-wrapper {
| width: 360px;
| }
| .ivu-btn + .ivu-btn {
| margin-left: 20px;
| }
| .ivu-form-item .ivu-form-item {
| margin-bottom: 6px;
| }
| #loginModule {
| width: 560px;
| margin: 10px auto;
| padding: 16px;
| border: 1px dashed #ccc;
| }
| #ctrlModule{
| width: 850px;
| float: left;
| padding: 10px;
| border: 1px dashed #ccc;
| }
| #popModule{
| float: right;
| width: 482px;
| height: 372px;
| padding: 10px;
| border: 1px dashed #ccc;
| }
| #ctrlModule .ivu-form-item {
| margin-bottom: 16px;
| }
|
|