base.scss
827 Bytes
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
body,
html {
height: 100%;
font-size: 14px;
font-family: 'PingFang SC', Microsoft YaHei, '微软雅黑', Tahoma, Arial, HeiTi,
'黑体', sans-serif;
}
li {
list-style: none;
}
a {
text-decoration: none;
color: #333;
}
i {
font-style: normal;
}
p,
body,
ul,
figure {
padding: 0px;
margin: 0px;
}
input {
outline: none;
}
::-webkit-scrollbar {
width: 5px;
height: 5px;
background-color: transparent;
}
body {
overflow: hidden;
padding: 0 !important;
}
.el-form-item {
margin-bottom: 5px !important;
}
.el-dialog__body {
padding-top: 20px !important;
padding-bottom: 20px !important;
}
.el-dialog {
margin-top: 0 !important;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
::-webkit-scrollbar {
width: 5px;
height: 5px;
background-color: #ccc;
}