|
2 | 2 | 0% { |
3 | 3 | background-position: 0 0; } |
4 | 4 | 100% { |
5 | | - background-position: 40px 0; } } |
| 5 | + background-position: 10px 0; } } |
6 | 6 |
|
7 | 7 | @keyframes vue_upload_progress { |
8 | 8 | 0% { |
9 | 9 | background-position: 0 0; } |
10 | 10 | 100% { |
11 | | - background-position: 40px 0; } } |
| 11 | + background-position: 10px 0; } } |
12 | 12 |
|
13 | 13 | @-webkit-keyframes vue_upload { |
14 | 14 | 0% { |
|
101 | 101 | line-height: 30px; } |
102 | 102 | .vue-upload-file .vuf-drop-area .vuf-progress-wrap { |
103 | 103 | display: block; |
104 | | - background-color: rgba(0, 0, 0, 0.15); } |
| 104 | + background-color: rgba(0, 0, 0, 0.14); } |
105 | 105 | .vue-upload-file .vuf-drop-area .vuf-progress-wrap .vuf-progress { |
106 | 106 | position: relative; |
107 | 107 | margin-top: 12px; |
108 | 108 | display: block; |
109 | | - height: 2px; |
| 109 | + height: 3px; |
110 | 110 | background-color: #4a7; |
111 | 111 | -webkit-box-shadow: 0 1px 3px 0 rgba(68, 170, 119, 0.3); |
112 | 112 | box-shadow: 0 1px 3px 0 rgba(68, 170, 119, 0.3); |
113 | 113 | -webkit-transition: width 0.5s ease; |
114 | 114 | transition: width 0.5s ease; |
115 | 115 | background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); |
116 | 116 | background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); |
117 | | - background-size: 40px 40px; |
118 | | - -webkit-animation: vue_upload_progress 0.5s ease infinite; |
119 | | - animation: vue_upload_progress 0.5s ease infinite; } |
| 117 | + background-size: 10px 10px; |
| 118 | + -webkit-animation: vue_upload_progress 0.3s linear infinite; |
| 119 | + animation: vue_upload_progress 0.3s linear infinite; } |
120 | 120 | .vue-upload-file .vuf-drop-area .vuf-progress-wrap .vuf-progress::after { |
121 | 121 | content: ''; |
122 | 122 | position: absolute; |
123 | 123 | display: block; |
124 | 124 | top: -2px; |
125 | 125 | right: -2px; |
126 | | - width: 4px; |
127 | | - height: 4px; |
| 126 | + width: 5px; |
| 127 | + height: 5px; |
128 | 128 | border: 1px solid rgba(255, 255, 255, 0.6); |
129 | 129 | -webkit-box-shadow: 0 1px 4px 0 rgba(68, 170, 119, 0.7); |
130 | 130 | box-shadow: 0 1px 4px 0 rgba(68, 170, 119, 0.7); |
|
0 commit comments