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
| body,button,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,hr,input,li,ol,p,td,textarea,th,ul {
| margin:0;
| padding:0
| }
|
| html,body{
| height 100%
| font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol
| }
|
| textarea{
| font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol
| }
|
| img{border:none;}
|
| ol,ul,li {
| list-style:none
| }
|
| a {
| text-decoration:none
| }
|
| #app
| height 100%
| .el-button
| font-size: 14px
| &.is-disabled,
| &.is-disabled:focus,
| &.is-disabled:hover
| color #C0C4CC
| &.is_background
| height 23px;
| font-size 12px
| line-height 17px
| color #0081F0
| padding 3px 8px
| border-color #0081F0
| .el-form-item.is-success .el-input__inner,
| .el-form-item.is-success .el-input__inner:focus,
| .el-form-item.is-success .el-textarea__inner,
| .el-form-item.is-success .el-textarea__inner:focus
| border-color: #DCDFE6
|
| /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
| ::-webkit-scrollbar
| {
| width: 10px;
| height 10px;
| background-color: #fff;
| }
| ::-webkit-scrollbar-track {
| border-radius: 1em;
| background-color: transparent;
| }
| ::-webkit-scrollbar-thumb {
| border-radius: 1em;
| background:rgba(0,0,0,.5);
| }
| .custom_popper
| &[x-placement^=top]
| margin-bottom: 3px;
| &[x-placement^=bottom]
| margin-top: 3px;
| padding 12px 20px 13px 0
| min-width 0
| .el-button
| padding 0
| margin-left 20px
| .form_popper
| width 700px
| .el-transfer-panel__header
| background #fff !important
| .el-transfer-panel
| width 300px
| .el-message-box--center
| width 460px
| border none
| .el-message-box__btns
| padding-top 30px
| .el-button
| width 120px
| font-size: 14px
| line-height 20px
| padding 4px 15px
| &.cancelButton:hover
| background-color #fff
| border-color #0081F0
| color #0081F0
| &:nth-child(2)
| margin-left 40px
| .el-message-box__content
| p
| line-height 20px
| color #666666
| font-size 14px
| .el-message-box__header
| padding-top: 40px
| .el-message-box__title
| color #222222
| font-size 18px
| line-height 25px
| .el-tooltip__popper
| max-width 398px
| line-height 20px
|
|