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
| html,body{
| width: 99%;
| height: 99%;
| background-color: #D5EAFF;
| padding: 0%;
| margin: auto;
| text-align: center;
| display: flex;
| justify-content: center;
| align-items: center;
| }
| #app{
| width: 100%;
| height: 100%;
| margin: 0;
| padding: 0;
| }
| #divHead,#left,#main,.shelf{
| box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
| }
| input::-webkit-outer-spin-button,
| input::-webkit-inner-spin-button {
| -webkit-appearance: none;
| }
| *{
| text-align: center;
| }
| #mains{
| height: 100%;
| width: 100%;
| padding: 0;
| margin: 0;
| }
| *{
| padding: 0%;
| margin: 0%;
| }
| .imgCenter{
| max-width: 100%;
| max-height: 100%;
| position: absolute;
| top: 0;
| left: 0;
| right: 0;
| bottom: 0;
| margin: auto;
| }
| .el-dialog__body{
| height: 40vh;
| overflow: auto;
| }
|
|