@mdsfe/mds-ui 0.4.0-rc.7 → 0.4.0-rc.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/dist/affix.js +1 -1
  2. package/dist/alert.js +1 -1
  3. package/dist/anchor.js +1 -1
  4. package/dist/avatar.js +1 -1
  5. package/dist/backtop.js +1 -1
  6. package/dist/badge.js +3 -3
  7. package/dist/bordershadow.js +3 -3
  8. package/dist/breadcrumb.js +1 -1
  9. package/dist/button.js +1 -1
  10. package/dist/card.js +1 -1
  11. package/dist/carousel.js +3 -3
  12. package/dist/cascader.js +5 -5
  13. package/dist/cascaderpanel.js +17 -17
  14. package/dist/checkbox.js +1 -1
  15. package/dist/col.js +1 -1
  16. package/dist/collapse.js +3 -3
  17. package/dist/color.js +1 -1
  18. package/dist/datepicker.js +1 -1
  19. package/dist/divider.js +3 -3
  20. package/dist/drawer.js +5 -5
  21. package/dist/dropdown.js +1 -1
  22. package/dist/empty.js +3 -3
  23. package/dist/font/full-star.b5fdf00.png +0 -0
  24. package/dist/font/half-star.2625512.png +0 -0
  25. package/dist/font/zero-star.177c19c.png +0 -0
  26. package/dist/font.js +1 -1
  27. package/dist/form.js +3 -3
  28. package/dist/icon.js +14 -5
  29. package/dist/index.js +5 -5
  30. package/dist/input.js +3 -3
  31. package/dist/inputnumber.js +3 -3
  32. package/dist/layout.js +3 -3
  33. package/dist/list.js +3 -3
  34. package/dist/loading.js +3 -3
  35. package/dist/mds-ui.min.css +1 -1
  36. package/dist/mds-ui.min.js +139 -127
  37. package/dist/menu.js +5 -5
  38. package/dist/message.js +3 -3
  39. package/dist/modal.js +3 -3
  40. package/dist/notification.js +9 -9
  41. package/dist/pagination.js +5 -5
  42. package/dist/popconfirm.js +3 -3
  43. package/dist/popover.js +3 -3
  44. package/dist/progress.js +3 -3
  45. package/dist/radio.js +3 -3
  46. package/dist/rate.js +3 -3
  47. package/dist/row.js +1 -1
  48. package/dist/select.js +8 -8
  49. package/dist/slider.js +3 -3
  50. package/dist/slottable.js +8 -8
  51. package/dist/steps.js +3 -3
  52. package/dist/style/affix.css +10 -1
  53. package/dist/style/alert.css +138 -1
  54. package/dist/style/anchor.css +58 -1
  55. package/dist/style/avatar.css +73 -1
  56. package/dist/style/backtop.css +34 -1
  57. package/dist/style/badge.css +141 -1
  58. package/dist/style/bordershadow.css +42 -1
  59. package/dist/style/breadcrumb.css +37 -1
  60. package/dist/style/button.css +2172 -1
  61. package/dist/style/card.css +156 -1
  62. package/dist/style/carousel.css +217 -1
  63. package/dist/style/cascader.css +214 -1
  64. package/dist/style/cascaderpanel.css +122 -1
  65. package/dist/style/checkbox.css +186 -1
  66. package/dist/style/col.css +2607 -1
  67. package/dist/style/collapse.css +79 -1
  68. package/dist/style/color.css +622 -1
  69. package/dist/style/datepicker.css +542 -1
  70. package/dist/style/divider.css +47 -1
  71. package/dist/style/drawer.css +254 -1
  72. package/dist/style/dropdown.css +274 -1
  73. package/dist/style/empty.css +49 -1
  74. package/dist/style/font.css +45 -1
  75. package/dist/style/form.css +148 -1
  76. package/dist/style/icon.css +5625 -1
  77. package/dist/style/index.css +1 -1
  78. package/dist/style/input.css +760 -1
  79. package/dist/style/inputnumber.css +314 -1
  80. package/dist/style/layout.css +58 -1
  81. package/dist/style/list.css +141 -1
  82. package/dist/style/loading.css +2329 -1
  83. package/dist/style/menu.css +658 -1
  84. package/dist/style/message.css +191 -1
  85. package/dist/style/modal.css +123 -1
  86. package/dist/style/notification.css +192 -1
  87. package/dist/style/pagination.css +1190 -1
  88. package/dist/style/popconfirm.css +65 -1
  89. package/dist/style/popover.css +138 -1
  90. package/dist/style/progress.css +179 -1
  91. package/dist/style/radio.css +255 -1
  92. package/dist/style/rate.css +81 -1
  93. package/dist/style/row.css +2607 -1
  94. package/dist/style/select.css +221 -1
  95. package/dist/style/slider.css +80 -1
  96. package/dist/style/slottable.css +296 -1
  97. package/dist/style/steps.css +586 -1
  98. package/dist/style/switch.css +110 -1
  99. package/dist/style/table.css +2778 -1
  100. package/dist/style/tabs.css +518 -1
  101. package/dist/style/tag.css +421 -1
  102. package/dist/style/text.css +122 -1
  103. package/dist/style/timeline.css +88 -1
  104. package/dist/style/timepicker.css +393 -1
  105. package/dist/style/tooltip.css +161 -1
  106. package/dist/style/transfer.css +206 -1
  107. package/dist/style/transition.css +1413 -1
  108. package/dist/style/tree.css +84 -1
  109. package/dist/style/typography.css +126 -1
  110. package/dist/style/upload.css +320 -1
  111. package/dist/switch.js +3 -3
  112. package/dist/table.js +10 -10
  113. package/dist/tabs.js +3 -3
  114. package/dist/tag.js +3 -3
  115. package/dist/text.js +3 -3
  116. package/dist/timeline.js +3 -3
  117. package/dist/timepicker.js +3 -3
  118. package/dist/tooltip.js +3 -3
  119. package/dist/transfer.js +7 -7
  120. package/dist/transition.js +3 -3
  121. package/dist/tree.js +3 -3
  122. package/dist/typography.js +3 -3
  123. package/dist/upload.js +1 -1
  124. package/package.json +1 -1
@@ -1 +1,254 @@
1
- @-webkit-keyframes ball-spin-fade-loader{50%{opacity:.3;-webkit-transform:scale(.4);transform:scale(.4)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-spin-fade-loader{50%{opacity:.3;-webkit-transform:scale(.4);transform:scale(.4)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.ball-spin-fade-loader{position:relative;top:-10px;left:-10px}.ball-spin-fade-loader>div:first-child{top:25px;left:0;-webkit-animation:ball-spin-fade-loader 1s -.96s infinite linear;animation:ball-spin-fade-loader 1s -.96s infinite linear}.ball-spin-fade-loader>div:nth-child(2){top:17.04545px;left:17.04545px;-webkit-animation:ball-spin-fade-loader 1s -.84s infinite linear;animation:ball-spin-fade-loader 1s -.84s infinite linear}.ball-spin-fade-loader>div:nth-child(3){top:0;left:25px;-webkit-animation:ball-spin-fade-loader 1s -.72s infinite linear;animation:ball-spin-fade-loader 1s -.72s infinite linear}.ball-spin-fade-loader>div:nth-child(4){top:-17.04545px;left:17.04545px;-webkit-animation:ball-spin-fade-loader 1s -.6s infinite linear;animation:ball-spin-fade-loader 1s -.6s infinite linear}.ball-spin-fade-loader>div:nth-child(5){top:-25px;left:0;-webkit-animation:ball-spin-fade-loader 1s -.48s infinite linear;animation:ball-spin-fade-loader 1s -.48s infinite linear}.ball-spin-fade-loader>div:nth-child(6){top:-17.04545px;left:-17.04545px;-webkit-animation:ball-spin-fade-loader 1s -.36s infinite linear;animation:ball-spin-fade-loader 1s -.36s infinite linear}.ball-spin-fade-loader>div:nth-child(7){top:0;left:-25px;-webkit-animation:ball-spin-fade-loader 1s -.24s infinite linear;animation:ball-spin-fade-loader 1s -.24s infinite linear}.ball-spin-fade-loader>div:nth-child(8){top:17.04545px;left:-17.04545px;-webkit-animation:ball-spin-fade-loader 1s -.12s infinite linear;animation:ball-spin-fade-loader 1s -.12s infinite linear}.ball-spin-fade-loader>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute}.mds-drawer{-webkit-box-sizing:border-box;box-sizing:initial;margin:0;padding:0;display:flex;flex-direction:column;color:rgba(0,0,0,.65);background-color:#fff;font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;animation:HandleShow .3s}.mds-drawer-mask{height:100%;background-color:rgba(0,0,0,.65)}.mds-drawer-mask,.mds-drawer-wrap{position:fixed;top:0;right:0;bottom:0;left:0;animation:HandleShow .3s}.mds-drawer-wrap{overflow:hidden;outline:0;overflow-scrolling:touch}.mds-drawer-header{display:flex;padding:20px;border-bottom:1px solid rgba(0,0,0,.15)}.mds-drawer-close{color:#1e2631;padding:4px;cursor:pointer}.mds-drawer-close:hover{opacity:.65}.mds-drawer-title{flex:auto;color:#333;font-weight:500;font-size:18px;line-height:22px}.mds-drawer-body{flex:1;padding:20px;font-size:14px;line-height:1.5;word-wrap:break-word;overflow:auto}.mds-drawer-footer{border-top:1px solid #f0f2f5;height:68px;padding:0 20px;display:flex;align-items:center;justify-content:flex-end}.mds-drawer-top{position:absolute;top:0;left:0;right:0}.mds-drawer-right{position:absolute;top:0;bottom:0;right:0}.mds-drawer-bottom{position:absolute;left:0;right:0;bottom:0}.mds-drawer-left,.mds-drawer-loading{position:absolute;top:0;bottom:0;left:0}.mds-drawer-loading{right:0;z-index:99;background:hsla(0,0%,100%,.9);display:flex;align-items:center;justify-content:center}.mds-drawer-loading .ball-spin-fade-loader{transform:scale(.7)}.mds-drawer-loading .ball-spin-fade-loader>div{background:#0364ff}.demo-drawer-diy .mds-drawer-body{padding:0}.demo-drawer-diy .mds-drawer-body .title{padding-left:20px;color:#333;font-weight:500;font-size:18px;line-height:63px;border-bottom:1px solid rgba(0,0,0,.15)}.demo-drawer-diy .mds-drawer-body .content{width:100%;padding:20px}.demo-drawer-diy .mds-drawer-body .content p{color:#909399;line-height:40px}.demo-drawer-diy .mds-drawer-body .content p span{color:#606266}.demo-drawer-diy .mds-drawer-body .content p .green{color:#67c23a}.demo-drawer-diy .mds-drawer-body .content p .image{width:100px;height:100px;border-radius:5px;vertical-align:text-top}@keyframes HandleShow{0%{opacity:0}to{opacity:1}}
1
+ /**
2
+ * Ball Spin Fade Loader Animation
3
+ * 用于 drawer 组件的加载动画
4
+ * 可被其他只需要此动画的组件复用
5
+ */
6
+ @-webkit-keyframes ball-spin-fade-loader {
7
+ 50% {
8
+ opacity: 0.3;
9
+ -webkit-transform: scale(0.4);
10
+ transform: scale(0.4);
11
+ }
12
+ 100% {
13
+ opacity: 1;
14
+ -webkit-transform: scale(1);
15
+ transform: scale(1);
16
+ }
17
+ }
18
+ @keyframes ball-spin-fade-loader {
19
+ 50% {
20
+ opacity: 0.3;
21
+ -webkit-transform: scale(0.4);
22
+ transform: scale(0.4);
23
+ }
24
+ 100% {
25
+ opacity: 1;
26
+ -webkit-transform: scale(1);
27
+ transform: scale(1);
28
+ }
29
+ }
30
+ .ball-spin-fade-loader {
31
+ position: relative;
32
+ top: -10px;
33
+ left: -10px;
34
+ }
35
+ .ball-spin-fade-loader > div:nth-child(1) {
36
+ top: 25px;
37
+ left: 0;
38
+ -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
39
+ animation: ball-spin-fade-loader 1s -0.96s infinite linear;
40
+ }
41
+ .ball-spin-fade-loader > div:nth-child(2) {
42
+ top: 17.04545px;
43
+ left: 17.04545px;
44
+ -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
45
+ animation: ball-spin-fade-loader 1s -0.84s infinite linear;
46
+ }
47
+ .ball-spin-fade-loader > div:nth-child(3) {
48
+ top: 0;
49
+ left: 25px;
50
+ -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
51
+ animation: ball-spin-fade-loader 1s -0.72s infinite linear;
52
+ }
53
+ .ball-spin-fade-loader > div:nth-child(4) {
54
+ top: -17.04545px;
55
+ left: 17.04545px;
56
+ -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
57
+ animation: ball-spin-fade-loader 1s -0.6s infinite linear;
58
+ }
59
+ .ball-spin-fade-loader > div:nth-child(5) {
60
+ top: -25px;
61
+ left: 0;
62
+ -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
63
+ animation: ball-spin-fade-loader 1s -0.48s infinite linear;
64
+ }
65
+ .ball-spin-fade-loader > div:nth-child(6) {
66
+ top: -17.04545px;
67
+ left: -17.04545px;
68
+ -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
69
+ animation: ball-spin-fade-loader 1s -0.36s infinite linear;
70
+ }
71
+ .ball-spin-fade-loader > div:nth-child(7) {
72
+ top: 0;
73
+ left: -25px;
74
+ -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
75
+ animation: ball-spin-fade-loader 1s -0.24s infinite linear;
76
+ }
77
+ .ball-spin-fade-loader > div:nth-child(8) {
78
+ top: 17.04545px;
79
+ left: -17.04545px;
80
+ -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
81
+ animation: ball-spin-fade-loader 1s -0.12s infinite linear;
82
+ }
83
+ .ball-spin-fade-loader > div {
84
+ background-color: #fff;
85
+ width: 15px;
86
+ height: 15px;
87
+ border-radius: 100%;
88
+ margin: 2px;
89
+ -webkit-animation-fill-mode: both;
90
+ animation-fill-mode: both;
91
+ position: absolute;
92
+ }
93
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
94
+ /* stylelint-disable declaration-bang-space-before */
95
+ /* stylelint-disable declaration-bang-space-before */
96
+ .mds-drawer {
97
+ -webkit-box-sizing: border-box;
98
+ box-sizing: initial;
99
+ margin: 0;
100
+ padding: 0;
101
+ display: flex;
102
+ flex-direction: column;
103
+ color: rgba(0, 0, 0, 0.65);
104
+ background-color: #fff;
105
+ font-size: 14px;
106
+ font-variant: tabular-nums;
107
+ line-height: 1.5;
108
+ list-style: none;
109
+ -webkit-font-feature-settings: 'tnum';
110
+ font-feature-settings: 'tnum';
111
+ position: relative;
112
+ animation: HandleShow .3s;
113
+ }
114
+ .mds-drawer-mask {
115
+ position: fixed;
116
+ top: 0;
117
+ right: 0;
118
+ bottom: 0;
119
+ left: 0;
120
+ height: 100%;
121
+ background-color: rgba(0, 0, 0, 0.65);
122
+ animation: HandleShow .3s;
123
+ }
124
+ .mds-drawer-wrap {
125
+ position: fixed;
126
+ top: 0;
127
+ right: 0;
128
+ bottom: 0;
129
+ left: 0;
130
+ overflow: hidden;
131
+ outline: 0;
132
+ overflow-scrolling: touch;
133
+ animation: HandleShow .3s;
134
+ }
135
+ .mds-drawer-header {
136
+ display: flex;
137
+ padding: 20px;
138
+ border-bottom: 1px solid rgba(0, 0, 0, 0.15);
139
+ }
140
+ .mds-drawer-close {
141
+ color: #1E2631;
142
+ padding: 4px;
143
+ cursor: pointer;
144
+ }
145
+ .mds-drawer-close:hover {
146
+ opacity: 0.65;
147
+ }
148
+ .mds-drawer-title {
149
+ flex: auto;
150
+ color: #333;
151
+ font-weight: 500;
152
+ font-size: 18px;
153
+ line-height: 22px;
154
+ }
155
+ .mds-drawer-body {
156
+ flex: 1;
157
+ padding: 20px;
158
+ font-size: 14px;
159
+ line-height: 1.5;
160
+ word-wrap: break-word;
161
+ overflow: auto;
162
+ }
163
+ .mds-drawer-footer {
164
+ border-top: 1px solid #F0F2F5;
165
+ height: 68px;
166
+ padding: 0 20px;
167
+ display: flex;
168
+ align-items: center;
169
+ justify-content: flex-end;
170
+ }
171
+ .mds-drawer-top {
172
+ position: absolute;
173
+ top: 0;
174
+ left: 0;
175
+ right: 0;
176
+ }
177
+ .mds-drawer-right {
178
+ position: absolute;
179
+ top: 0;
180
+ bottom: 0;
181
+ right: 0;
182
+ }
183
+ .mds-drawer-bottom {
184
+ position: absolute;
185
+ left: 0;
186
+ right: 0;
187
+ bottom: 0;
188
+ }
189
+ .mds-drawer-left {
190
+ position: absolute;
191
+ top: 0;
192
+ bottom: 0;
193
+ left: 0;
194
+ }
195
+ .mds-drawer-loading {
196
+ position: absolute;
197
+ top: 0;
198
+ bottom: 0;
199
+ left: 0;
200
+ right: 0;
201
+ z-index: 99;
202
+ background: rgba(255, 255, 255, 0.9);
203
+ display: flex;
204
+ align-items: center;
205
+ justify-content: center;
206
+ }
207
+ .mds-drawer-loading .ball-spin-fade-loader {
208
+ transform: scale(0.7, 0.7);
209
+ }
210
+ .mds-drawer-loading .ball-spin-fade-loader > div {
211
+ background: #0364ff;
212
+ }
213
+ .demo-drawer-diy .mds-drawer-body {
214
+ padding: 0;
215
+ }
216
+ .demo-drawer-diy .mds-drawer-body .title {
217
+ padding-left: 20px;
218
+ color: #333;
219
+ font-weight: 500;
220
+ font-size: 18px;
221
+ line-height: 63px;
222
+ border-bottom: 1px solid rgba(0, 0, 0, 0.15);
223
+ }
224
+ .demo-drawer-diy .mds-drawer-body .content {
225
+ width: 100%;
226
+ padding: 20px;
227
+ }
228
+ .demo-drawer-diy .mds-drawer-body .content p {
229
+ color: #909399;
230
+ line-height: 40px;
231
+ }
232
+ .demo-drawer-diy .mds-drawer-body .content p span {
233
+ color: #606266;
234
+ }
235
+ .demo-drawer-diy .mds-drawer-body .content p .green {
236
+ color: #67C23A;
237
+ }
238
+ .demo-drawer-diy .mds-drawer-body .content p .image {
239
+ width: 100px;
240
+ height: 100px;
241
+ border-radius: 5px;
242
+ vertical-align: text-top;
243
+ }
244
+ @keyframes HandleShow {
245
+ 0% {
246
+ opacity: 0;
247
+ }
248
+ 100% {
249
+ opacity: 1;
250
+ }
251
+ }
252
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
253
+ /* stylelint-disable declaration-bang-space-before */
254
+ /* stylelint-disable declaration-bang-space-before */
@@ -1 +1,274 @@
1
- .mds-dropdown{position:absolute;left:-9999px;top:-9999px;z-index:1050;display:block;font-size:12px;font-weight:400;line-height:1.5}.mds-dropdown-icon{font-size:12px;color:#ccd2db}.mds-dropdown-wrap{position:relative}.mds-dropdown-wrap .mds-btn>.mdsicon-down{display:inline-block;font-size:12px;font-size:10px;transform:scale(.83333333) rotate(0deg);-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";zoom:1}:root .mds-dropdown-wrap .mds-btn>.mdsicon-down{filter:none;font-size:12px}.mds-dropdown-wrap .mdsicon-down:before{transition:transform .2s ease}.mds-dropdown-wrap-open .mdsicon-down:before{transform:rotate(180deg)}.mds-dropdown-hidden,.mds-dropdown-menu-hidden{display:none}.mds-dropdown-menu{outline:none;position:relative;list-style-type:none;padding:0;margin:0;text-align:left;background-color:#fff;box-shadow:0 0 12px 0 #d8dce6;background-clip:padding-box}.mds-dropdown-menu-item-group-title{color:rgba(0,0,0,.43);padding:6px 8px;transition:all .3s}.mds-dropdown-menu-item,.mds-dropdown-menu-submenu-title{padding:7px 8px;margin:0;clear:both;font-size:14px;font-weight:400;color:#666;white-space:nowrap;cursor:pointer;transition:all .3s}.mds-dropdown-menu-item>a,.mds-dropdown-menu-submenu-title>a{color:#666;display:block;padding:7px 8px;margin:-7px -8px;transition:all .3s}.mds-dropdown-menu-item>a:focus,.mds-dropdown-menu-submenu-title>a:focus{text-decoration:none}.mds-dropdown-menu-item>a:hover,.mds-dropdown-menu-submenu-title>a:hover{color:#0364ff}.mds-dropdown-menu-item-selected,.mds-dropdown-menu-item-selected>a,.mds-dropdown-menu-submenu-title-selected,.mds-dropdown-menu-submenu-title-selected>a{color:#0364ff;background-color:#ebf3ff}.mds-dropdown-menu-item:hover,.mds-dropdown-menu-submenu-title:hover{background-color:#f2f7ff;color:#0364ff}.mds-dropdown-menu-item-disabled,.mds-dropdown-menu-submenu-title-disabled{color:rgba(0,0,0,.2);background:#fafafd;cursor:not-allowed}.mds-dropdown-menu-item-disabled:hover,.mds-dropdown-menu-submenu-title-disabled:hover{color:rgba(0,0,0,.2);background-color:#fff;cursor:not-allowed}.mds-dropdown-menu-item:first-child,.mds-dropdown-menu-item:first-child>a,.mds-dropdown-menu-submenu-title:first-child,.mds-dropdown-menu-submenu-title:first-child>a{border-radius:4px 4px 0 0}.mds-dropdown-menu-item:last-child,.mds-dropdown-menu-item:last-child>a,.mds-dropdown-menu-submenu-title:last-child,.mds-dropdown-menu-submenu-title:last-child>a{border-radius:0 0 4px 4px}.mds-dropdown-menu-item:only-child,.mds-dropdown-menu-item:only-child>a,.mds-dropdown-menu-submenu-title:only-child,.mds-dropdown-menu-submenu-title:only-child>a{border-radius:4px}.mds-dropdown-menu-item-divider,.mds-dropdown-menu-submenu-title-divider{height:1px;overflow:hidden;background-color:#e9e9e9;line-height:0}.mds-dropdown-menu-submenu-title:after{margin-left:10px;font-family:mdsicon!important;color:#ccd2db;display:inline-block;font-size:12px;transform:scale(1) rotate(0deg);-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";zoom:1}:root .mds-dropdown-menu-submenu-title:after{filter:none;font-size:12px}.mds-dropdown-menu-submenu-vertical{position:relative}.mds-dropdown-menu-submenu-vertical>.mds-dropdown-menu{top:0;left:100%;position:absolute;min-width:100%;margin-left:4px;transform-origin:0 0}.mds-dropdown-menu-submenu.mds-dropdown-menu-submenu-disabled .mds-dropdown-menu-submenu-title,.mds-dropdown-menu-submenu.mds-dropdown-menu-submenu-disabled .mds-dropdown-menu-submenu-title:after{color:rgba(0,0,0,.2)}.mds-dropdown-menu-submenu:first-child .mds-dropdown-menu-submenu-title{border-radius:4px 4px 0 0}.mds-dropdown-menu-submenu:last-child .mds-dropdown-menu-submenu-title{border-radius:0 0 4px 4px}.mds-dropdown.slide-down-appear.slide-down-appear-active.mds-dropdown-placement-bottomCenter,.mds-dropdown.slide-down-appear.slide-down-appear-active.mds-dropdown-placement-bottomLeft,.mds-dropdown.slide-down-appear.slide-down-appear-active.mds-dropdown-placement-bottomRight,.mds-dropdown.slide-down-enter.slide-down-enter-active.mds-dropdown-placement-bottomCenter,.mds-dropdown.slide-down-enter.slide-down-enter-active.mds-dropdown-placement-bottomLeft,.mds-dropdown.slide-down-enter.slide-down-enter-active.mds-dropdown-placement-bottomRight{animation-name:mdsSlideUpIn}.mds-dropdown.slide-up-appear.slide-up-appear-active.mds-dropdown-placement-topCenter,.mds-dropdown.slide-up-appear.slide-up-appear-active.mds-dropdown-placement-topLeft,.mds-dropdown.slide-up-appear.slide-up-appear-active.mds-dropdown-placement-topRight,.mds-dropdown.slide-up-enter.slide-up-enter-active.mds-dropdown-placement-topCenter,.mds-dropdown.slide-up-enter.slide-up-enter-active.mds-dropdown-placement-topLeft,.mds-dropdown.slide-up-enter.slide-up-enter-active.mds-dropdown-placement-topRight{animation-name:mdsSlideDownIn}.mds-dropdown.slide-down-leave.slide-down-leave-active.mds-dropdown-placement-bottomCenter,.mds-dropdown.slide-down-leave.slide-down-leave-active.mds-dropdown-placement-bottomLeft,.mds-dropdown.slide-down-leave.slide-down-leave-active.mds-dropdown-placement-bottomRight{animation-name:mdsSlideUpOut}.mds-dropdown.slide-up-leave.slide-up-leave-active.mds-dropdown-placement-topCenter,.mds-dropdown.slide-up-leave.slide-up-leave-active.mds-dropdown-placement-topLeft,.mds-dropdown.slide-up-leave.slide-up-leave-active.mds-dropdown-placement-topRight{animation-name:mdsSlideDownOut}.mds-dropdown-link .mdsicon-drop-down,.mds-dropdown-trigger .mdsicon-drop-down{display:inline-block;font-size:12px;font-size:10px;transform:scale(.83333333) rotate(0deg);-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";zoom:1;color:#ccd2db}:root .mds-dropdown-link .mdsicon-drop-down,:root .mds-dropdown-trigger .mdsicon-drop-down{filter:none;font-size:12px}.mds-dropdown-button{white-space:nowrap}.mds-dropdown-button.mds-btn-group>.mds-btn:last-child:not(:first-child){padding-left:12px;padding-right:12px}.mds-dropdown-button .mdsicon-drop-down{display:inline-block;font-size:12px;transform:scale(1) rotate(0deg);-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";zoom:1;color:#ccd2db}:root .mds-dropdown-button .mdsicon-drop-down{filter:none;font-size:12px}.mds-dropdown-menu-dark,.mds-dropdown-menu-dark .mds-dropdown-menu{background:#404040}.mds-dropdown-menu-dark .mds-dropdown-menu-item,.mds-dropdown-menu-dark .mds-dropdown-menu-item:after,.mds-dropdown-menu-dark .mds-dropdown-menu-item>a,.mds-dropdown-menu-dark .mds-dropdown-menu-item>a:after,.mds-dropdown-menu-dark .mds-dropdown-menu-submenu-title,.mds-dropdown-menu-dark .mds-dropdown-menu-submenu-title:after{color:hsla(0,0%,100%,.67)}.mds-dropdown-menu-dark .mds-dropdown-menu-item:hover,.mds-dropdown-menu-dark .mds-dropdown-menu-item>a:hover,.mds-dropdown-menu-dark .mds-dropdown-menu-submenu-title:hover{color:#fff;background:transparent}.mds-dropdown-menu-dark .mds-dropdown-menu-item-selected,.mds-dropdown-menu-dark .mds-dropdown-menu-item-selected:hover,.mds-dropdown-menu-dark .mds-dropdown-menu-item-selected>a{background:#0364ff;color:#fff}
1
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
2
+ /* stylelint-disable declaration-bang-space-before */
3
+ /* stylelint-disable declaration-bang-space-before */
4
+ .mds-dropdown {
5
+ position: absolute;
6
+ left: -9999px;
7
+ top: -9999px;
8
+ z-index: 1050;
9
+ display: block;
10
+ font-size: 12px;
11
+ font-weight: normal;
12
+ line-height: 1.5;
13
+ }
14
+ .mds-dropdown-icon {
15
+ font-size: 12px;
16
+ color: #ccd2db;
17
+ }
18
+ .mds-dropdown-wrap {
19
+ position: relative;
20
+ }
21
+ .mds-dropdown-wrap .mds-btn > .mdsicon-down {
22
+ display: inline-block;
23
+ font-size: 12px;
24
+ font-size: 10px ;
25
+ transform: scale(0.83333333) rotate(0deg);
26
+ /* IE6-IE8 */
27
+ -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
28
+ zoom: 1;
29
+ }
30
+ :root .mds-dropdown-wrap .mds-btn > .mdsicon-down {
31
+ filter: none;
32
+ }
33
+ :root .mds-dropdown-wrap .mds-btn > .mdsicon-down {
34
+ font-size: 12px;
35
+ }
36
+ .mds-dropdown-wrap .mdsicon-down:before {
37
+ transition: transform 0.2s ease;
38
+ }
39
+ .mds-dropdown-wrap-open .mdsicon-down:before {
40
+ transform: rotate(180deg);
41
+ }
42
+ .mds-dropdown-hidden,
43
+ .mds-dropdown-menu-hidden {
44
+ display: none;
45
+ }
46
+ .mds-dropdown-menu {
47
+ outline: none;
48
+ position: relative;
49
+ list-style-type: none;
50
+ padding: 0;
51
+ margin: 0;
52
+ text-align: left;
53
+ background-color: #fff;
54
+ box-shadow: 0px 0px 12px 0px #d8dce6;
55
+ background-clip: padding-box;
56
+ }
57
+ .mds-dropdown-menu-item-group-title {
58
+ color: rgba(0, 0, 0, 0.43);
59
+ padding: 6px 8px;
60
+ transition: all .3s;
61
+ }
62
+ .mds-dropdown-menu-item,
63
+ .mds-dropdown-menu-submenu-title {
64
+ padding: 7px 8px;
65
+ margin: 0;
66
+ clear: both;
67
+ font-size: 14px;
68
+ font-weight: normal;
69
+ color: #666666;
70
+ white-space: nowrap;
71
+ cursor: pointer;
72
+ transition: all .3s;
73
+ }
74
+ .mds-dropdown-menu-item > a,
75
+ .mds-dropdown-menu-submenu-title > a {
76
+ color: #666;
77
+ display: block;
78
+ padding: 7px 8px;
79
+ margin: -7px -8px;
80
+ transition: all .3s;
81
+ }
82
+ .mds-dropdown-menu-item > a:focus,
83
+ .mds-dropdown-menu-submenu-title > a:focus {
84
+ text-decoration: none;
85
+ }
86
+ .mds-dropdown-menu-item > a:hover,
87
+ .mds-dropdown-menu-submenu-title > a:hover {
88
+ color: #0364FF ;
89
+ }
90
+ .mds-dropdown-menu-item-selected,
91
+ .mds-dropdown-menu-submenu-title-selected,
92
+ .mds-dropdown-menu-item-selected > a,
93
+ .mds-dropdown-menu-submenu-title-selected > a {
94
+ color: #0364ff;
95
+ background-color: #ebf3ff;
96
+ }
97
+ .mds-dropdown-menu-item:hover,
98
+ .mds-dropdown-menu-submenu-title:hover {
99
+ background-color: #F2F7FF ;
100
+ color: #0364FF ;
101
+ }
102
+ .mds-dropdown-menu-item-disabled,
103
+ .mds-dropdown-menu-submenu-title-disabled {
104
+ color: rgba(0, 0, 0, 0.2);
105
+ background: #FAFAFD;
106
+ cursor: not-allowed;
107
+ }
108
+ .mds-dropdown-menu-item-disabled:hover,
109
+ .mds-dropdown-menu-submenu-title-disabled:hover {
110
+ color: rgba(0, 0, 0, 0.2);
111
+ background-color: #fff;
112
+ cursor: not-allowed;
113
+ }
114
+ .mds-dropdown-menu-item:first-child,
115
+ .mds-dropdown-menu-submenu-title:first-child,
116
+ .mds-dropdown-menu-item:first-child > a,
117
+ .mds-dropdown-menu-submenu-title:first-child > a {
118
+ border-radius: 4px 4px 0 0;
119
+ }
120
+ .mds-dropdown-menu-item:last-child,
121
+ .mds-dropdown-menu-submenu-title:last-child,
122
+ .mds-dropdown-menu-item:last-child > a,
123
+ .mds-dropdown-menu-submenu-title:last-child > a {
124
+ border-radius: 0 0 4px 4px;
125
+ }
126
+ .mds-dropdown-menu-item:only-child,
127
+ .mds-dropdown-menu-submenu-title:only-child,
128
+ .mds-dropdown-menu-item:only-child > a,
129
+ .mds-dropdown-menu-submenu-title:only-child > a {
130
+ border-radius: 4px;
131
+ }
132
+ .mds-dropdown-menu-item-divider,
133
+ .mds-dropdown-menu-submenu-title-divider {
134
+ height: 1px;
135
+ overflow: hidden;
136
+ background-color: #e9e9e9;
137
+ line-height: 0;
138
+ }
139
+ .mds-dropdown-menu-submenu-title:after {
140
+ margin-left: 10px;
141
+ font-family: "mdsicon" !important;
142
+ color: #CCD2DB;
143
+ display: inline-block;
144
+ font-size: 12px;
145
+ font-size: 12px ;
146
+ transform: scale(1) rotate(0deg);
147
+ /* IE6-IE8 */
148
+ -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
149
+ zoom: 1;
150
+ }
151
+ :root .mds-dropdown-menu-submenu-title:after {
152
+ filter: none;
153
+ }
154
+ :root .mds-dropdown-menu-submenu-title:after {
155
+ font-size: 12px;
156
+ }
157
+ .mds-dropdown-menu-submenu-vertical {
158
+ position: relative;
159
+ }
160
+ .mds-dropdown-menu-submenu-vertical > .mds-dropdown-menu {
161
+ top: 0;
162
+ left: 100%;
163
+ position: absolute;
164
+ min-width: 100%;
165
+ margin-left: 4px;
166
+ transform-origin: 0 0;
167
+ }
168
+ .mds-dropdown-menu-submenu.mds-dropdown-menu-submenu-disabled .mds-dropdown-menu-submenu-title,
169
+ .mds-dropdown-menu-submenu.mds-dropdown-menu-submenu-disabled .mds-dropdown-menu-submenu-title:after {
170
+ color: rgba(0, 0, 0, 0.2);
171
+ }
172
+ .mds-dropdown-menu-submenu:first-child .mds-dropdown-menu-submenu-title {
173
+ border-radius: 4px 4px 0 0;
174
+ }
175
+ .mds-dropdown-menu-submenu:last-child .mds-dropdown-menu-submenu-title {
176
+ border-radius: 0 0 4px 4px;
177
+ }
178
+ .mds-dropdown.slide-down-enter.slide-down-enter-active.mds-dropdown-placement-bottomLeft,
179
+ .mds-dropdown.slide-down-appear.slide-down-appear-active.mds-dropdown-placement-bottomLeft,
180
+ .mds-dropdown.slide-down-enter.slide-down-enter-active.mds-dropdown-placement-bottomCenter,
181
+ .mds-dropdown.slide-down-appear.slide-down-appear-active.mds-dropdown-placement-bottomCenter,
182
+ .mds-dropdown.slide-down-enter.slide-down-enter-active.mds-dropdown-placement-bottomRight,
183
+ .mds-dropdown.slide-down-appear.slide-down-appear-active.mds-dropdown-placement-bottomRight {
184
+ animation-name: mdsSlideUpIn;
185
+ }
186
+ .mds-dropdown.slide-up-enter.slide-up-enter-active.mds-dropdown-placement-topLeft,
187
+ .mds-dropdown.slide-up-appear.slide-up-appear-active.mds-dropdown-placement-topLeft,
188
+ .mds-dropdown.slide-up-enter.slide-up-enter-active.mds-dropdown-placement-topCenter,
189
+ .mds-dropdown.slide-up-appear.slide-up-appear-active.mds-dropdown-placement-topCenter,
190
+ .mds-dropdown.slide-up-enter.slide-up-enter-active.mds-dropdown-placement-topRight,
191
+ .mds-dropdown.slide-up-appear.slide-up-appear-active.mds-dropdown-placement-topRight {
192
+ animation-name: mdsSlideDownIn;
193
+ }
194
+ .mds-dropdown.slide-down-leave.slide-down-leave-active.mds-dropdown-placement-bottomLeft,
195
+ .mds-dropdown.slide-down-leave.slide-down-leave-active.mds-dropdown-placement-bottomCenter,
196
+ .mds-dropdown.slide-down-leave.slide-down-leave-active.mds-dropdown-placement-bottomRight {
197
+ animation-name: mdsSlideUpOut;
198
+ }
199
+ .mds-dropdown.slide-up-leave.slide-up-leave-active.mds-dropdown-placement-topLeft,
200
+ .mds-dropdown.slide-up-leave.slide-up-leave-active.mds-dropdown-placement-topCenter,
201
+ .mds-dropdown.slide-up-leave.slide-up-leave-active.mds-dropdown-placement-topRight {
202
+ animation-name: mdsSlideDownOut;
203
+ }
204
+ .mds-dropdown-trigger .mdsicon-drop-down,
205
+ .mds-dropdown-link .mdsicon-drop-down {
206
+ display: inline-block;
207
+ font-size: 12px;
208
+ font-size: 10px ;
209
+ transform: scale(0.83333333) rotate(0deg);
210
+ /* IE6-IE8 */
211
+ -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
212
+ zoom: 1;
213
+ color: #ccd2db;
214
+ }
215
+ :root .mds-dropdown-trigger .mdsicon-drop-down,
216
+ :root .mds-dropdown-link .mdsicon-drop-down {
217
+ filter: none;
218
+ }
219
+ :root .mds-dropdown-trigger .mdsicon-drop-down,
220
+ :root .mds-dropdown-link .mdsicon-drop-down {
221
+ font-size: 12px;
222
+ }
223
+ .mds-dropdown-button {
224
+ white-space: nowrap;
225
+ }
226
+ .mds-dropdown-button.mds-btn-group > .mds-btn:last-child:not(:first-child) {
227
+ padding-left: 12px;
228
+ padding-right: 12px;
229
+ }
230
+ .mds-dropdown-button .mdsicon-drop-down {
231
+ display: inline-block;
232
+ font-size: 12px;
233
+ font-size: 12px ;
234
+ transform: scale(1) rotate(0deg);
235
+ /* IE6-IE8 */
236
+ -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
237
+ zoom: 1;
238
+ color: #CCD2DB;
239
+ }
240
+ :root .mds-dropdown-button .mdsicon-drop-down {
241
+ filter: none;
242
+ }
243
+ :root .mds-dropdown-button .mdsicon-drop-down {
244
+ font-size: 12px;
245
+ }
246
+ .mds-dropdown-menu-dark,
247
+ .mds-dropdown-menu-dark .mds-dropdown-menu {
248
+ background: #404040;
249
+ }
250
+ .mds-dropdown-menu-dark .mds-dropdown-menu-item,
251
+ .mds-dropdown-menu-dark .mds-dropdown-menu-submenu-title,
252
+ .mds-dropdown-menu-dark .mds-dropdown-menu-item > a {
253
+ color: rgba(255, 255, 255, 0.67);
254
+ }
255
+ .mds-dropdown-menu-dark .mds-dropdown-menu-item:after,
256
+ .mds-dropdown-menu-dark .mds-dropdown-menu-submenu-title:after,
257
+ .mds-dropdown-menu-dark .mds-dropdown-menu-item > a:after {
258
+ color: rgba(255, 255, 255, 0.67);
259
+ }
260
+ .mds-dropdown-menu-dark .mds-dropdown-menu-item:hover,
261
+ .mds-dropdown-menu-dark .mds-dropdown-menu-submenu-title:hover,
262
+ .mds-dropdown-menu-dark .mds-dropdown-menu-item > a:hover {
263
+ color: #fff;
264
+ background: transparent;
265
+ }
266
+ .mds-dropdown-menu-dark .mds-dropdown-menu-item-selected,
267
+ .mds-dropdown-menu-dark .mds-dropdown-menu-item-selected:hover,
268
+ .mds-dropdown-menu-dark .mds-dropdown-menu-item-selected > a {
269
+ background: #0364ff;
270
+ color: #fff;
271
+ }
272
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
273
+ /* stylelint-disable declaration-bang-space-before */
274
+ /* stylelint-disable declaration-bang-space-before */
@@ -1 +1,49 @@
1
- .mds-empty{text-align:center}.mds-empty-desc{font-size:14px;font-weight:400;color:#354052;line-height:22px}.mds-empty-image{height:64px;width:64px;margin:0 auto}.mds-empty-image img{height:100%;width:100%}.mds-empty-custom{margin-top:8px}.mds-empty-large .mds-empty-info{display:inline-block;vertical-align:middle}.mds-empty-large .mds-empty-desc{font-size:20px;line-height:28px}.mds-empty-large .mds-empty-image{width:320px;height:320px;display:inline-block;vertical-align:middle}.mds-empty-medium .mds-empty-desc{font-size:16px;line-height:24px}.mds-empty-medium .mds-empty-image{width:160px;height:160px}
1
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
2
+ /* stylelint-disable declaration-bang-space-before */
3
+ /* stylelint-disable declaration-bang-space-before */
4
+ .mds-empty {
5
+ text-align: center;
6
+ }
7
+ .mds-empty-desc {
8
+ font-size: 14px;
9
+ font-weight: 400;
10
+ color: #354052;
11
+ line-height: 22px;
12
+ }
13
+ .mds-empty-image {
14
+ height: 64px;
15
+ width: 64px;
16
+ margin: 0 auto;
17
+ }
18
+ .mds-empty-image img {
19
+ height: 100%;
20
+ width: 100%;
21
+ }
22
+ .mds-empty-custom {
23
+ margin-top: 8px;
24
+ }
25
+ .mds-empty-large .mds-empty-info {
26
+ display: inline-block;
27
+ vertical-align: middle;
28
+ }
29
+ .mds-empty-large .mds-empty-desc {
30
+ font-size: 20px;
31
+ line-height: 28px;
32
+ }
33
+ .mds-empty-large .mds-empty-image {
34
+ width: 320px;
35
+ height: 320px;
36
+ display: inline-block;
37
+ vertical-align: middle;
38
+ }
39
+ .mds-empty-medium .mds-empty-desc {
40
+ font-size: 16px;
41
+ line-height: 24px;
42
+ }
43
+ .mds-empty-medium .mds-empty-image {
44
+ width: 160px;
45
+ height: 160px;
46
+ }
47
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
48
+ /* stylelint-disable declaration-bang-space-before */
49
+ /* stylelint-disable declaration-bang-space-before */