dpzvc3-ui 3.0.0

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 (268) hide show
  1. package/LICENSE +20 -0
  2. package/README.md +175 -0
  3. package/build-style.js +58 -0
  4. package/dist/dpzvc3.esm.js +17676 -0
  5. package/dist/dpzvc3.esm.js.map +1 -0
  6. package/dist/dpzvc3.esm.min.js +2 -0
  7. package/dist/dpzvc3.esm.min.js.map +1 -0
  8. package/dist/dpzvc3.js +15200 -0
  9. package/dist/dpzvc3.js.map +1 -0
  10. package/dist/dpzvc3.min.js +2 -0
  11. package/dist/dpzvc3.min.js.map +1 -0
  12. package/dist/styles/base/font.css +1 -0
  13. package/dist/styles/base/reset.css +1 -0
  14. package/dist/styles/base/variable.css +0 -0
  15. package/dist/styles/components/actionSheet.css +1 -0
  16. package/dist/styles/components/badge.css +1 -0
  17. package/dist/styles/components/button.css +1 -0
  18. package/dist/styles/components/card.css +1 -0
  19. package/dist/styles/components/cell-swipe.css +1 -0
  20. package/dist/styles/components/cell.css +1 -0
  21. package/dist/styles/components/checkBox.css +1 -0
  22. package/dist/styles/components/editor.css +1 -0
  23. package/dist/styles/components/header.css +1 -0
  24. package/dist/styles/components/indicator.css +1 -0
  25. package/dist/styles/components/loadmore.css +1 -0
  26. package/dist/styles/components/message.css +1 -0
  27. package/dist/styles/components/modal.css +1 -0
  28. package/dist/styles/components/number.css +1 -0
  29. package/dist/styles/components/picker.css +1 -0
  30. package/dist/styles/components/popup.css +1 -0
  31. package/dist/styles/components/progress.css +1 -0
  32. package/dist/styles/components/prompt.css +1 -0
  33. package/dist/styles/components/radioBox.css +1 -0
  34. package/dist/styles/components/slide-Bar.css +1 -0
  35. package/dist/styles/components/spinner.css +1 -0
  36. package/dist/styles/components/swipe.css +1 -0
  37. package/dist/styles/components/switchBar.css +1 -0
  38. package/dist/styles/components/tab.css +1 -0
  39. package/dist/styles/components/text.css +1 -0
  40. package/dist/styles/components/toTop.css +1 -0
  41. package/dist/styles/components/upload.css +1 -0
  42. package/dist/styles/dpzvc3.css +1 -0
  43. package/dist/styles/utils/1px.css +1 -0
  44. package/dist/styles/utils/animation.css +1 -0
  45. package/dist/styles/utils/nowrap.css +1 -0
  46. package/dist-prod/91.9d79b442ec3131707419.js +3 -0
  47. package/dist-prod/91.9d79b442ec3131707419.js.LICENSE.txt +25 -0
  48. package/dist-prod/91.9d79b442ec3131707419.js.map +1 -0
  49. package/dist-prod/actionsheet.e2f7c32d0120f5147a4f.chunk.js +2 -0
  50. package/dist-prod/actionsheet.e2f7c32d0120f5147a4f.chunk.js.map +1 -0
  51. package/dist-prod/badge.6038c4ccc54ffb56a645.chunk.js +2 -0
  52. package/dist-prod/badge.6038c4ccc54ffb56a645.chunk.js.map +1 -0
  53. package/dist-prod/button.28b491339fbba29c3f16.chunk.js +2 -0
  54. package/dist-prod/button.28b491339fbba29c3f16.chunk.js.map +1 -0
  55. package/dist-prod/card.3ad847f07bebc1391125.chunk.js +2 -0
  56. package/dist-prod/card.3ad847f07bebc1391125.chunk.js.map +1 -0
  57. package/dist-prod/cell.8920796a9ebd2d84bbd3.chunk.js +2 -0
  58. package/dist-prod/cell.8920796a9ebd2d84bbd3.chunk.js.map +1 -0
  59. package/dist-prod/cellswipe.53b0178e4638c201dcf1.chunk.js +2 -0
  60. package/dist-prod/cellswipe.53b0178e4638c201dcf1.chunk.js.map +1 -0
  61. package/dist-prod/checkbox.87403976981ee0f64f4a.chunk.js +2 -0
  62. package/dist-prod/checkbox.87403976981ee0f64f4a.chunk.js.map +1 -0
  63. package/dist-prod/guide.5195c74796a7a0e37f7b.chunk.js +2 -0
  64. package/dist-prod/guide.5195c74796a7a0e37f7b.chunk.js.map +1 -0
  65. package/dist-prod/header.e3cecc6d60f801c1c105.chunk.js +2 -0
  66. package/dist-prod/header.e3cecc6d60f801c1c105.chunk.js.map +1 -0
  67. package/dist-prod/index.html +19 -0
  68. package/dist-prod/indicator.6b0c7a91ca254c3586e8.chunk.js +2 -0
  69. package/dist-prod/indicator.6b0c7a91ca254c3586e8.chunk.js.map +1 -0
  70. package/dist-prod/loadmore.ba86c35311fc68ee215b.chunk.js +2 -0
  71. package/dist-prod/loadmore.ba86c35311fc68ee215b.chunk.js.map +1 -0
  72. package/dist-prod/main.2e9aaa9095e329ea2d7b.js +2 -0
  73. package/dist-prod/main.2e9aaa9095e329ea2d7b.js.map +1 -0
  74. package/dist-prod/message.e57fa263a214006f7191.chunk.js +2 -0
  75. package/dist-prod/message.e57fa263a214006f7191.chunk.js.map +1 -0
  76. package/dist-prod/modal.1172c8ba7d90503fc8e8.chunk.js +2 -0
  77. package/dist-prod/modal.1172c8ba7d90503fc8e8.chunk.js.map +1 -0
  78. package/dist-prod/picker.4ff114161c5c3f8df57a.chunk.js +2 -0
  79. package/dist-prod/picker.4ff114161c5c3f8df57a.chunk.js.map +1 -0
  80. package/dist-prod/popup.8f92c027932e4d47fa59.chunk.js +2 -0
  81. package/dist-prod/popup.8f92c027932e4d47fa59.chunk.js.map +1 -0
  82. package/dist-prod/progress.1e0d785044aecadc5615.chunk.js +2 -0
  83. package/dist-prod/progress.1e0d785044aecadc5615.chunk.js.map +1 -0
  84. package/dist-prod/prompt.c2b442c3dd0e6d8319bc.chunk.js +2 -0
  85. package/dist-prod/prompt.c2b442c3dd0e6d8319bc.chunk.js.map +1 -0
  86. package/dist-prod/radiobox.479703c69b75d473e85d.chunk.js +2 -0
  87. package/dist-prod/radiobox.479703c69b75d473e85d.chunk.js.map +1 -0
  88. package/dist-prod/rater.939e0e7e770728f684c3.chunk.js +2 -0
  89. package/dist-prod/rater.939e0e7e770728f684c3.chunk.js.map +1 -0
  90. package/dist-prod/slidebar.3d3f48a631f03a2210c9.chunk.js +2 -0
  91. package/dist-prod/slidebar.3d3f48a631f03a2210c9.chunk.js.map +1 -0
  92. package/dist-prod/spinner.f20e3bd8cec27d26afe0.chunk.js +2 -0
  93. package/dist-prod/spinner.f20e3bd8cec27d26afe0.chunk.js.map +1 -0
  94. package/dist-prod/swipe.2e5b0acc3bbb2bf49dd5.chunk.js +2 -0
  95. package/dist-prod/swipe.2e5b0acc3bbb2bf49dd5.chunk.js.map +1 -0
  96. package/dist-prod/switchbar.56d03d96c275ff4c65a1.chunk.js +2 -0
  97. package/dist-prod/switchbar.56d03d96c275ff4c65a1.chunk.js.map +1 -0
  98. package/dist-prod/tab.4c391211c41b7d12b585.chunk.js +2 -0
  99. package/dist-prod/tab.4c391211c41b7d12b585.chunk.js.map +1 -0
  100. package/dist-prod/text.ee2804ba87e6a460aa7d.chunk.js +2 -0
  101. package/dist-prod/text.ee2804ba87e6a460aa7d.chunk.js.map +1 -0
  102. package/dist-prod/totop.c6f9dce152bb6abe5cb2.chunk.js +2 -0
  103. package/dist-prod/totop.c6f9dce152bb6abe5cb2.chunk.js.map +1 -0
  104. package/dist-prod/upload.ec7a954970889869d93e.chunk.js +2 -0
  105. package/dist-prod/upload.ec7a954970889869d93e.chunk.js.map +1 -0
  106. package/images/IMG_2614 2 2.JPG +0 -0
  107. package/images/IMG_2614.JPG +0 -0
  108. package/images/IMG_2615 2.JPG +0 -0
  109. package/images/IMG_2615.JPG +0 -0
  110. package/package.json +113 -0
  111. package/postcss.config.js +5 -0
  112. package/src/components/Indicator/Indicator.vue +82 -0
  113. package/src/components/Indicator/index.js +86 -0
  114. package/src/components/Text/Number.vue +167 -0
  115. package/src/components/Text/index.js +7 -0
  116. package/src/components/Text/textBar.vue +122 -0
  117. package/src/components/action-sheet/actionSheet.vue +93 -0
  118. package/src/components/action-sheet/index.js +5 -0
  119. package/src/components/app.vue +61 -0
  120. package/src/components/badge/badge.vue +80 -0
  121. package/src/components/badge/index.js +5 -0
  122. package/src/components/button/button.vue +111 -0
  123. package/src/components/button/index.js +5 -0
  124. package/src/components/card/card.vue +49 -0
  125. package/src/components/card/index.js +5 -0
  126. package/src/components/cell/cell.vue +93 -0
  127. package/src/components/cell/index.js +5 -0
  128. package/src/components/cell-swipe/cell-swipe.vue +169 -0
  129. package/src/components/cell-swipe/index.js +5 -0
  130. package/src/components/checkBox/checkbox-group.vue +74 -0
  131. package/src/components/checkBox/checkbox.vue +117 -0
  132. package/src/components/checkBox/index.js +8 -0
  133. package/src/components/header/header.vue +130 -0
  134. package/src/components/header/index.js +5 -0
  135. package/src/components/loadMore/index.js +5 -0
  136. package/src/components/loadMore/loadmore.vue +258 -0
  137. package/src/components/message/confirm.js +60 -0
  138. package/src/components/message/index.js +111 -0
  139. package/src/components/message/message.vue +137 -0
  140. package/src/components/message/messageGroup.vue +82 -0
  141. package/src/components/modal/confirm.js +122 -0
  142. package/src/components/modal/index.js +52 -0
  143. package/src/components/modal/modal.vue +138 -0
  144. package/src/components/picker/area-picker/area-picker.vue +230 -0
  145. package/src/components/picker/area-picker/props.js +17 -0
  146. package/src/components/picker/date-picker/date-picker.vue +191 -0
  147. package/src/components/picker/date-picker/props.js +24 -0
  148. package/src/components/picker/index.js +5 -0
  149. package/src/components/picker/normal-picker/normal-picker.vue +120 -0
  150. package/src/components/picker/normal-picker/props.js +20 -0
  151. package/src/components/picker/picker-slot.vue +217 -0
  152. package/src/components/picker/picker.vue +111 -0
  153. package/src/components/popup/index.js +5 -0
  154. package/src/components/popup/popup.vue +91 -0
  155. package/src/components/progress/index.js +5 -0
  156. package/src/components/progress/progress.vue +86 -0
  157. package/src/components/prompt/confirm.js +91 -0
  158. package/src/components/prompt/index.js +53 -0
  159. package/src/components/prompt/prompt.vue +125 -0
  160. package/src/components/radioBox/index.js +8 -0
  161. package/src/components/radioBox/radiobox-group.vue +66 -0
  162. package/src/components/radioBox/radiobox.vue +88 -0
  163. package/src/components/rater/index.js +5 -0
  164. package/src/components/rater/rater.vue +118 -0
  165. package/src/components/slideBar/index.js +6 -0
  166. package/src/components/slideBar/slideBar.vue +207 -0
  167. package/src/components/spinner/behavior/blade.vue +42 -0
  168. package/src/components/spinner/behavior/double-bounce.vue +38 -0
  169. package/src/components/spinner/behavior/fading-circle.vue +55 -0
  170. package/src/components/spinner/behavior/snake.vue +41 -0
  171. package/src/components/spinner/behavior/triple-bounce.vue +52 -0
  172. package/src/components/spinner/index.js +5 -0
  173. package/src/components/spinner/props.js +28 -0
  174. package/src/components/spinner/spinner.vue +78 -0
  175. package/src/components/swipe/index.js +5 -0
  176. package/src/components/swipe/swipe.vue +281 -0
  177. package/src/components/switchbar/index.js +5 -0
  178. package/src/components/switchbar/switchbar.vue +79 -0
  179. package/src/components/tab/index.js +6 -0
  180. package/src/components/tab/tab.vue +89 -0
  181. package/src/components/toTop/index.js +5 -0
  182. package/src/components/toTop/topTop.vue +78 -0
  183. package/src/components/upload/index.js +5 -0
  184. package/src/components/upload/upload.vue +166 -0
  185. package/src/config/config.js +16 -0
  186. package/src/directives/clickoutside.js +42 -0
  187. package/src/directives/tranferDom.js +66 -0
  188. package/src/index.js +149 -0
  189. package/src/lib/MegaPixImage.js +163 -0
  190. package/src/lib/MegaPixImageOld.js +153 -0
  191. package/src/lib/exif-js.js +235 -0
  192. package/src/lib/exif.js +789 -0
  193. package/src/main.js +31 -0
  194. package/src/mixin/emitter.js +72 -0
  195. package/src/mixin/input.js +41 -0
  196. package/src/router.js +36 -0
  197. package/src/styles/base/font.less +99 -0
  198. package/src/styles/base/reset.less +135 -0
  199. package/src/styles/base/variable.less +108 -0
  200. package/src/styles/components/actionSheet.less +43 -0
  201. package/src/styles/components/badge.less +81 -0
  202. package/src/styles/components/button.less +124 -0
  203. package/src/styles/components/card.less +31 -0
  204. package/src/styles/components/cell-swipe.less +20 -0
  205. package/src/styles/components/cell.less +75 -0
  206. package/src/styles/components/checkBox.less +113 -0
  207. package/src/styles/components/editor.less +3 -0
  208. package/src/styles/components/header.less +72 -0
  209. package/src/styles/components/indicator.less +39 -0
  210. package/src/styles/components/loadmore.less +48 -0
  211. package/src/styles/components/message.less +57 -0
  212. package/src/styles/components/modal.less +84 -0
  213. package/src/styles/components/number.less +60 -0
  214. package/src/styles/components/picker.less +152 -0
  215. package/src/styles/components/popup.less +46 -0
  216. package/src/styles/components/progress.less +52 -0
  217. package/src/styles/components/prompt.less +37 -0
  218. package/src/styles/components/radioBox.less +138 -0
  219. package/src/styles/components/slide-Bar.less +149 -0
  220. package/src/styles/components/spinner.less +329 -0
  221. package/src/styles/components/swipe.less +125 -0
  222. package/src/styles/components/switchBar.less +88 -0
  223. package/src/styles/components/tab.less +71 -0
  224. package/src/styles/components/text.less +82 -0
  225. package/src/styles/components/toTop.less +28 -0
  226. package/src/styles/components/upload.less +23 -0
  227. package/src/styles/index.less +38 -0
  228. package/src/styles/utils/1px.less +206 -0
  229. package/src/styles/utils/animation.less +165 -0
  230. package/src/styles/utils/nowrap.less +19 -0
  231. package/src/template/index.ejs +40 -0
  232. package/src/utils/util.js +202 -0
  233. package/src/vconsole-resources.min.js +6 -0
  234. package/src/vconsole-sources.min.js +6 -0
  235. package/src/vconsole.min.js +7 -0
  236. package/src/views/ActionSheet.vue +46 -0
  237. package/src/views/Badge.vue +51 -0
  238. package/src/views/Button.vue +69 -0
  239. package/src/views/Card.vue +88 -0
  240. package/src/views/Cell.vue +30 -0
  241. package/src/views/CellSwipe.vue +68 -0
  242. package/src/views/CheckBox.vue +77 -0
  243. package/src/views/Header.vue +70 -0
  244. package/src/views/Indicator.vue +82 -0
  245. package/src/views/LoadMore.vue +73 -0
  246. package/src/views/Message.vue +61 -0
  247. package/src/views/Modal.vue +69 -0
  248. package/src/views/Picker.vue +140 -0
  249. package/src/views/Popup.vue +97 -0
  250. package/src/views/Progress.vue +47 -0
  251. package/src/views/Prompt.vue +43 -0
  252. package/src/views/RadioBox.vue +68 -0
  253. package/src/views/Rater.vue +49 -0
  254. package/src/views/SlideBar.vue +55 -0
  255. package/src/views/Spinner.vue +15 -0
  256. package/src/views/Swipe.vue +59 -0
  257. package/src/views/SwitchBar.vue +47 -0
  258. package/src/views/Tab.vue +53 -0
  259. package/src/views/Text.vue +93 -0
  260. package/src/views/ToTop.vue +17 -0
  261. package/src/views/Upload.vue +61 -0
  262. package/src/views/guide.vue +164 -0
  263. package/src/views/index.vue +554 -0
  264. package/webpack.base.config.js +65 -0
  265. package/webpack.dev.config.js +42 -0
  266. package/webpack.dist.dev.config.js +75 -0
  267. package/webpack.dist.prod.config.js +89 -0
  268. package/webpack.prod.config.js +51 -0
@@ -0,0 +1,60 @@
1
+ @import "../base/variable.less";
2
+
3
+ .dpzvc3-number {
4
+
5
+ width: 100%;
6
+ display: flex;
7
+ flex-direction: row;
8
+ justify-content: flex-start;
9
+ align-items: center;
10
+ color: #4a4a4a;
11
+
12
+
13
+ & input {
14
+ box-sizing: border-box;
15
+ border: .5px solid #c0c4cc;
16
+ text-align: center;
17
+ transition: border-color .2s linear;
18
+ will-change: border-color;
19
+ background: #ffffff;
20
+ }
21
+
22
+ & input:focus {
23
+ border-color: @ThemeColor
24
+ }
25
+
26
+ & .disabled {
27
+
28
+ color: #c0c4cc;
29
+
30
+
31
+ }
32
+
33
+ &-changevalue {
34
+ align-items: center;
35
+ position: relative;
36
+ box-sizing: border-box;
37
+ display: inline-block;
38
+ text-align: center;
39
+ border: .5px solid #c0c4cc;
40
+ background: #e1e2ea;
41
+
42
+
43
+
44
+
45
+ }
46
+
47
+ &-changevalue.left {
48
+ border-bottom-left-radius: 3px;
49
+ border-top-left-radius: 3px;
50
+ border-right: 0;
51
+
52
+ }
53
+
54
+ &-changevalue.right {
55
+ border-bottom-right-radius: 3px;
56
+ border-top-right-radius: 3px;
57
+ border-left: 0;
58
+
59
+ }
60
+ }
@@ -0,0 +1,152 @@
1
+ @import "../base/variable.less";
2
+
3
+ .dpzvc3-picker-wrapper {
4
+ position: relative;
5
+ height: 100%;
6
+
7
+ .dpzvc3-mask {
8
+ position: absolute;
9
+ left: 0;
10
+ right: 0;
11
+ top: 0;
12
+ bottom: 0;
13
+ background: @MaskColor;
14
+ z-index: 10;
15
+ }
16
+
17
+ .dpzvc3-picker-content {
18
+ position: absolute;
19
+ left: 0;
20
+ right: 0;
21
+ bottom: 0;
22
+ background: #fff;
23
+ z-index: 10;
24
+ }
25
+
26
+ .dpzvc3-picker,
27
+ .dpzvc3-date-picker,
28
+ .dpzvc3-normal-picker {
29
+
30
+
31
+ .header {
32
+ display: flex;
33
+ justify-content: space-between;
34
+ background: @PickerHeaderBgColor;
35
+ color: @ThemeColor;
36
+
37
+ .title {
38
+ height: @PickerHeaderHeight;
39
+ line-height: @PickerHeaderHeight;
40
+ font-weight: bold;
41
+ color: #454545;
42
+ font-size: 15px;
43
+ }
44
+
45
+ .left,
46
+ .right {
47
+
48
+ height: @PickerHeaderHeight;
49
+ line-height: @PickerHeaderHeight;
50
+ font-size: 14px;
51
+ padding: 0 @SpaceHor;
52
+ font-weight: bold;
53
+ }
54
+
55
+ .left {
56
+ color: #c0c4cc;
57
+ }
58
+
59
+
60
+ }
61
+
62
+ .main {
63
+ height: @PickerHeight;
64
+ display: flex;
65
+ justify-content: center;
66
+ flex-direction: row;
67
+ align-items: center;
68
+ }
69
+
70
+ .dpzvc3-picker-slot {
71
+ flex: 1;
72
+ position: relative;
73
+ height: 100%;
74
+ overflow: hidden;
75
+
76
+ ul {
77
+ position: absolute;
78
+ top: 0;
79
+ left: 0;
80
+ width: 100%;
81
+ transition: all .2s ease-in;
82
+
83
+ li {
84
+ width: 100%;
85
+ height: 35px;
86
+ line-height: 35px;
87
+ overflow: hidden;
88
+ white-space: nowrap;
89
+ text-overflow: ellipsis;
90
+ color: @PickerTxtColor;
91
+
92
+ &.level_1 {
93
+ transform: rotateY(15deg);
94
+ transform-style: preserve-3d;
95
+ font-size: @PickerTxtSize - 2;
96
+ opacity: .7;
97
+ }
98
+
99
+ &.level_1_1 {
100
+ transform: rotateY(-15deg);
101
+ transform-style: preserve-3d;
102
+ font-size: @PickerTxtSize - 2;
103
+ opacity: .7;
104
+ }
105
+
106
+ &.level_2 {
107
+ transform: rotateY(20deg);
108
+ transform-style: preserve-3d;
109
+ font-size: @PickerTxtSize - 3;
110
+ opacity: .5;
111
+ }
112
+
113
+ &.level_2_1 {
114
+ transform: rotateY(-20deg);
115
+ transform-style: preserve-3d;
116
+ font-size: @PickerTxtSize - 3;
117
+ opacity: .5;
118
+ }
119
+
120
+ &.level_3 {
121
+ transform: rotateY(45deg);
122
+ transform-style: preserve-3d;
123
+ font-size: @PickerTxtSize - 4;
124
+ opacity: .3;
125
+ }
126
+
127
+ &.level_3_1 {
128
+ transform: rotateY(-45deg);
129
+ transform-style: preserve-3d;
130
+ font-size: @PickerTxtSize - 4;
131
+ opacity: .3;
132
+ }
133
+
134
+ &.current {
135
+ font-size: @PickerTxtSize;
136
+ font-weight: bold;
137
+ }
138
+ }
139
+ }
140
+
141
+
142
+ }
143
+
144
+ }
145
+
146
+
147
+
148
+ .dpzvc3-picker-slot ul.dpzvc3-picker-slot-dragging {
149
+ transition: none;
150
+ }
151
+
152
+ }
@@ -0,0 +1,46 @@
1
+ .dpzvc3-popup {
2
+
3
+ &-mask {
4
+ position: absolute;
5
+ left: 0;
6
+ top: 0;
7
+ width: 100%;
8
+ height: 100%;
9
+ background: rgba(0, 0, 0, .7);
10
+ }
11
+
12
+ &-content {
13
+ background: #ffffff;
14
+ position: absolute;
15
+ z-index: 300;
16
+ }
17
+
18
+ &-left {
19
+ top: 0;
20
+ bottom: 0;
21
+ left: 0;
22
+ }
23
+
24
+ &-right {
25
+ top: 0;
26
+ bottom: 0;
27
+ right: 0;
28
+ }
29
+
30
+ &-top {
31
+ top: 0;
32
+ left: 0;
33
+ right: 0;
34
+ text-align: center;
35
+ min-height: 50px;
36
+ line-height: 50px;
37
+ color: #ffffff;
38
+ background: rgba(0, 0, 0, .7);
39
+ }
40
+
41
+ &-bottom {
42
+ left: 0;
43
+ right: 0;
44
+ bottom: 0;
45
+ }
46
+ }
@@ -0,0 +1,52 @@
1
+ @import "../base/variable.less";
2
+
3
+ .dpzvc3-progress {
4
+ display: flex;
5
+ position: relative;
6
+ height: @ProgressHeight;
7
+ line-height: @ProgressHeight;
8
+
9
+ &>[slot="left"] {
10
+ margin-right: 5px;
11
+ }
12
+
13
+ &>[slot="right"] {
14
+ margin-left: 5px;
15
+ }
16
+
17
+ &>* {
18
+ display: flex;
19
+ }
20
+
21
+ &-outer {
22
+ flex: 1;
23
+ position: relative;
24
+
25
+
26
+ }
27
+
28
+ &-runaway {
29
+ position: absolute;
30
+ left: 0;
31
+ top: 50%;
32
+ transform: translate(0, -50%);
33
+ right: 0;
34
+ background: #ebebeb;
35
+ height: 3px;
36
+ }
37
+
38
+ &-progress {
39
+ position: absolute;
40
+ display: block;
41
+ top: 50%;
42
+ transform: translate(0, -50%);
43
+ background: -webkit-linear-gradient(left, #ffffff, @ThemeColor);
44
+ width: 0;
45
+ height: 3px;
46
+ transition: width 150ms ease-out;
47
+ will-change: width;
48
+ }
49
+
50
+
51
+
52
+ }
@@ -0,0 +1,37 @@
1
+ .dpzvc3-prompt-content {
2
+
3
+ width: 100%;
4
+
5
+ .dpzvc3-prompt-spec {
6
+ display: inline-block;
7
+ width: 100%;
8
+ line-height: 25px;
9
+ text-indent: 5px;
10
+ color: #555;
11
+ font-size: 13px;
12
+ }
13
+
14
+
15
+
16
+ }
17
+
18
+ .dpzvc3-prompt-button {
19
+ width: 50%;
20
+ border: 1px solid #eee;
21
+ border-left: 0 none;
22
+
23
+
24
+ button {
25
+ background: #ffffff;
26
+ color: red;
27
+ }
28
+ }
29
+
30
+ .dpzvc3-prompt-error {
31
+
32
+ color: red;
33
+ text-align: left;
34
+ text-indent: 5px;
35
+ line-height: 25px;
36
+ height: 25px;
37
+ }
@@ -0,0 +1,138 @@
1
+ //.dpzvc3-radiobox-checked{
2
+ // .dpzvc3-radiobox-inner{
3
+ //
4
+ // //border-color: @checkBoxColor!important;
5
+ // border-color: #555!important;
6
+ // &:after{
7
+ // background-color:@radioBoxColor!important;
8
+ // }
9
+ // }
10
+ //}
11
+ @import "../base/variable.less";
12
+
13
+ .dpzvc3-radioBoxGroup.dpzvc3-radioBoxGroup-vertical .dpzvc3-radiobox {
14
+ margin-right: 0;
15
+ margin-bottom: 8px;
16
+ }
17
+
18
+ .dpzvc3-radiobox {
19
+ display: inline-block;
20
+ margin-right: 8px;
21
+ }
22
+
23
+
24
+ .dpzvc3-radiobox-wrapper {
25
+ display: inline-block;
26
+ vertical-align: middle;
27
+ white-space: nowrap;
28
+ cursor: pointer;
29
+ outline: 0;
30
+ line-height: 1;
31
+ position: relative
32
+ }
33
+
34
+ .dpzvc3-radiobox-inner {
35
+ display: inline-block;
36
+ width: 14px;
37
+ height: 14px;
38
+ position: relative;
39
+ top: 0;
40
+ left: 0;
41
+ border: 1px solid #d7dde4;
42
+ border-radius: 100%;
43
+ background-color: #fff;
44
+ transition: border-color .2s ease-in-out, background-color .2s ease-in-out;
45
+ }
46
+
47
+
48
+
49
+ .dpzvc3-radiobox-inner:before {
50
+ position: absolute;
51
+ width: 14px;
52
+ height: 14px;
53
+ left: 0px;
54
+ top: 0px;
55
+ border-radius: 50%;
56
+ display: table;
57
+ border-top: 0;
58
+ border-left: 0;
59
+ content: " ";
60
+ background-color: @radioBoxColor;
61
+ opacity: 0;
62
+ transition: all .2s ease-in-out;
63
+ transform: scale(0);
64
+ }
65
+
66
+ .dpzvc3-radiobox-inner:after {
67
+ position: absolute;
68
+ width: 6px;
69
+ height: 6px;
70
+ left: 4px;
71
+ top: 4px;
72
+ border-radius: 50%;
73
+ display: table;
74
+ border-top: 0;
75
+ border-left: 0;
76
+ content: " ";
77
+ background-color: #ffffff;
78
+ opacity: 0;
79
+ transition: all .2s ease-in-out;
80
+ transform: scale(0);
81
+ }
82
+
83
+ .dpzvc3-radiobox-checked .dpzvc3-radiobox-inner:after,
84
+ .dpzvc3-radiobox-checked .dpzvc3-radiobox-inner:before {
85
+ opacity: 1;
86
+ transform: scale(1);
87
+ transition: all .2s ease-in-out;
88
+ box-shadow: 0 0 1px 1px @ThemeColor
89
+ }
90
+
91
+
92
+ .dpzvc3-radiobox-disable.dpzvc3-radiobox-checked .dpzvc3-radiobox-inner:after,
93
+ .dpzvc3-radiobox-disable.dpzvc3-radiobox-checked .dpzvc3-radiobox-inner:before {
94
+ background-color: #f3f3f3;
95
+ cursor: not-allowed;
96
+ }
97
+
98
+ .dpzvc3-radiobox-disable .dpzvc3-radiobox-inner:after,
99
+ .dpzvc3-radiobox-disable .dpzvc3-radiobox-inner:before {
100
+ background-color: #f3f3f3;
101
+ cursor: not-allowed;
102
+ }
103
+
104
+
105
+ .dpzvc3-radiobox-checked.dpzvc3-radiobox-disable .dpzvc3-radiobox-inner {
106
+ border-color: #f3f3f3;
107
+ cursor: not-allowed;
108
+ }
109
+
110
+ .dpzvc3-radiobox-disable input {
111
+ cursor: not-allowed;
112
+ }
113
+
114
+ .dpzvc3-radiobox-disable .dpzvc3-radiobox-inner {
115
+ border-color: #f3f3f3;
116
+ cursor: not-allowed;
117
+ }
118
+
119
+ .dpzvc3-radiobox-disable+span {
120
+ color: #f3f3f3;
121
+ cursor: not-allowed;
122
+ }
123
+
124
+
125
+
126
+
127
+ .dpzvc3-radiobox-input {
128
+ width: 100%;
129
+ height: 100%;
130
+ position: absolute;
131
+ left: 0;
132
+ top: 0;
133
+ right: 0;
134
+ bottom: 0;
135
+ opacity: 0;
136
+ z-index: 1;
137
+ cursor: pointer;
138
+ }
@@ -0,0 +1,149 @@
1
+ @import "../base/variable.less";
2
+
3
+ .dpzvc3-slideBar {
4
+ border-top-color: @SlideBarBgColor;
5
+ border-bottom-color: @SlideBarBgColor;
6
+ border-top-style: solid;
7
+ border-bottom-style: solid;
8
+ border-bottom-width: 1px;
9
+ border-top-width: 1px;
10
+
11
+ //border-bottom: 1px solid #eee;
12
+ //border-top: 1px solid #eee;
13
+ .dpzvc3-slideBar-child {
14
+ overflow: hidden;
15
+
16
+ background-color: @SlideBackgroundCorlor;
17
+
18
+ >a {
19
+
20
+ color: @slideChildColor;
21
+ }
22
+ }
23
+ }
24
+
25
+ .dpzvc3-slideBar {
26
+ display: block;
27
+ width: 100%;
28
+ background: #ffffff;
29
+ overflow: hidden;
30
+ position: relative;
31
+
32
+ &-header {
33
+ overflow-x: scroll;
34
+ overflow-y: hidden;
35
+ width: 100%;
36
+ position: relative;
37
+ //&.fixed {
38
+ // position: absolute;
39
+ // top:0;
40
+ // left:0;
41
+ // z-index:10;
42
+ // background: #fff;
43
+ //}
44
+ }
45
+ }
46
+
47
+ .dpzvc3-slideBar-wrapper {
48
+
49
+
50
+ //border-bottom: 1px solid #eeeeee;
51
+ }
52
+
53
+ .dpzvc3-slideBar-wrapper-absolute {
54
+ position: absolute;
55
+ bottom: 0;
56
+ height: 2px;
57
+ background-color: @ThemeColor;
58
+ transition: transform .2s ease-out;
59
+ will-change: transform;
60
+ z-index: 3;
61
+ }
62
+
63
+ //.dpzvc3-slideBar-wrapper::before {
64
+ // width:100%;
65
+ // bottom:0;
66
+ // left: 0;
67
+ // position: absolute;
68
+ // content: '';
69
+ // height: 1px;
70
+ // background: #eeeeee;
71
+ //
72
+ //}
73
+
74
+ .dpzvc3-slideBar-wrapper .dpzvc3-slideBar-child {
75
+ height: 100%;
76
+ line-height: 1;
77
+ }
78
+
79
+ .dpzvc3-slideBar-wrapper .dpzvc3-slideBar-child.active>a {
80
+ color: @ThemeColor;
81
+ }
82
+
83
+ .dpzvc3-slideBar-wrapper .dpzvc3-slideBar-child a {
84
+ display: inline-block;
85
+ width: 100%;
86
+ }
87
+
88
+ .dpzvc3-slideBar-wrapper.dpzvc3-slideBar-flex {
89
+ display: flex;
90
+ align-items: center;
91
+
92
+ }
93
+
94
+ .dpzvc3-slideBar-wrapper.dpzvc3-slideBar-flex.normal {
95
+ flex-direction: row;
96
+ }
97
+
98
+ .dpzvc3-slideBar-wrapper.dpzvc3-slideBar-flex.vertical {
99
+ flex-direction: column;
100
+ }
101
+
102
+ .dpzvc3-slideBar-wrapper.dpzvc3-slideBar-flex .dpzvc3-slideBar-child {
103
+ flex: 1;
104
+ width: 0;
105
+ }
106
+
107
+ .dpzvc3-slideBar-slide {
108
+ width: auto;
109
+ }
110
+
111
+ .dpzvc3-slideBar-slide .dpzvc3-slideBar-child {
112
+ display: inline-block;
113
+ margin-bottom: -3px;
114
+ }
115
+
116
+ //.dpzvc3-slideBar-slide .dpzvc3-slideBar-child.normalChild {
117
+ // height: 30px;
118
+ //}
119
+
120
+ .dpzvc3-slideBar-container {
121
+ width: 100%;
122
+ position: relative;
123
+ left: 0;
124
+ top: 0;
125
+ overflow: hidden;
126
+ }
127
+
128
+ .dpzvc3-slideBar-content {
129
+ transition: transform .2s ease-in;
130
+ will-change: transform;
131
+ height: 100%;
132
+ //display: flex;
133
+ //flex-flow: row nowrap;
134
+
135
+ overflow: auto;
136
+ }
137
+
138
+ .dpzvc3-slideBar-content.dpzvc3-slideBar-dragging {
139
+ transition: none;
140
+ will-change: none;
141
+ }
142
+
143
+ .dpzvc3-slideBar-content-item {
144
+ //flex: 1;
145
+ //width:0;
146
+ display: inline-block;
147
+ height: 100%;
148
+
149
+ }