UNPKG

8.9 kBtext/lessView Raw
1.ac-upload-wrap {
2 font-family: 'microsoft yahei';
3 .u-upload-list-item-info {
4 //height: 40px;
5 //line-height: 40px;
6 //background-color: #fafafa;
7 text-align: left;
8 }
9 .u-upload-list .u-upload-list-item-info .uf-close{
10 //line-height: 40px;
11 }
12}
13
14.ac-upload-modal {
15 font-family: 'microsoft yahei';
16 .u-modal-body {
17 .ac-upload-wrap {
18 text-align: center;
19 .opeat {
20 padding-bottom: 16px;
21 .icon-upload {
22 font-size: 60px;
23 color: #40a5ed;
24 }
25 .svg-ready {
26 background: url(../static/ready-upload.svg) no-repeat center center;
27 width: 100%;
28 height: 80px;
29 }
30 .svg-no-pic {
31 background: url(../static/ready-info.svg) no-repeat center center;
32 width: 100%;
33 height: 80px;
34 }
35 }
36 .file-progress {
37 padding-top: 10px;
38 }
39 .file-list {
40 text-align: left;
41 max-height: 268px;
42 overflow: auto;
43 .table-link {
44 a:link {
45 color: #585858
46 }
47 /* 未访问的链接 */
48 a:visited {
49 color: #585858
50 }
51 /* 已访问的链接 */
52 a:hover {
53 color: #585858
54 }
55 /* 当有鼠标悬停在链接上 */
56 a:active {
57 color: #585858
58 }
59 /* 被选择的链接 */
60 }
61 .file-list-item {
62 font-size: 12px;
63 .file-item-onec {
64 display: flex;
65 align-items: center;
66 padding: 0 6px;
67 position: relative;
68 .file-name {
69 margin: 0 8px;
70 }
71 }
72 li {
73 line-height: 50px;
74 height: 50px;
75 transition: all .5s;
76 padding: 0 4px;
77 height: 50px;
78 background-color: #fafafa;
79 margin: 3px 0;
80 &:hover {
81 background-color: #edf8fd;
82 transition: all .5s;
83 }
84 }
85 line-height: 2; // padding: 10px 0;
86 .file-close {
87 float: right;
88 cursor: pointer;
89 color: #a5a5a5;
90 transition: all .5s;
91 font-size: 12px;
92 position: absolute;
93 top: 0px;
94 right: 6px;
95 &:hover {
96 color: #5d5d5d;
97 transition: all .5s;
98 }
99 }
100 }
101 }
102 .upload-tips {
103 font-size: 12px;
104 color: #7b7b7b;
105 }
106 }
107 .file-svg-pdf {
108 background: url(../static/format/pdf.svg) no-repeat center center;
109 width: 20px;
110 height: 20px;
111 display: inline-block;
112 background-size: 100%;
113 }
114 .file-svg-svg {
115 background: url(../static/format/image.svg) no-repeat center center;
116 width: 20px;
117 height: 20px;
118 display: inline-block;
119 background-size: 100%;
120 }
121 .file-svg-css {
122 background: url(../static/format/css.svg) no-repeat center center;
123 width: 20px;
124 height: 20px;
125 display: inline-block;
126 background-size: 100%;
127 }
128 .file-svg-csv {
129 background: url(../static/format/csv.svg) no-repeat center center;
130 width: 20px;
131 height: 20px;
132 display: inline-block;
133 background-size: 100%;
134 }
135 .file-svg-doc {
136 background: url(../static/format/doc.svg) no-repeat center center;
137 width: 20px;
138 height: 20px;
139 display: inline-block;
140 background-size: 100%;
141 }
142 .file-svg-xlsx {
143 background: url(../static/format/excel.svg) no-repeat center center;
144 width: 20px;
145 height: 20px;
146 display: inline-block;
147 background-size: 100%;
148 }
149 .file-svg-xls {
150 background: url(../static/format/excel.svg) no-repeat center center;
151 width: 20px;
152 height: 20px;
153 display: inline-block;
154 background-size: 100%;
155 }
156 .file-svg-exe {
157 background: url(../static/format/exe.svg) no-repeat center center;
158 width: 20px;
159 height: 20px;
160 display: inline-block;
161 background-size: 100%;
162 }
163 .file-svg-fla {
164 background: url(../static/format/flash.svg) no-repeat center center;
165 width: 20px;
166 height: 20px;
167 display: inline-block;
168 background-size: 100%;
169 }
170 .file-svg-html {
171 background: url(../static/format/html.svg) no-repeat center center;
172 width: 20px;
173 height: 20px;
174 display: inline-block;
175 background-size: 100%;
176 }
177 .file-svg-png {
178 background: url(../static/format/png.svg) no-repeat center center;
179 width: 20px;
180 height: 20px;
181 display: inline-block;
182 background-size: 100%;
183 }
184 .file-svg-jpg {
185 background: url(../static/format/jpg.svg) no-repeat center center;
186 width: 20px;
187 height: 20px;
188 display: inline-block;
189 background-size: 100%;
190 }
191 .file-svg-gif {
192 background: url(../static/format/image.svg) no-repeat center center;
193 width: 20px;
194 height: 20px;
195 display: inline-block;
196 background-size: 100%;
197 }
198 .file-svg-jpeg {
199 background: url(../static/format/jpg.svg) no-repeat center center;
200 width: 20px;
201 height: 20px;
202 display: inline-block;
203 background-size: 100%;
204 }
205 .file-svg-js {
206 background: url(../static/format/js.svg) no-repeat center center;
207 width: 20px;
208 height: 20px;
209 display: inline-block;
210 background-size: 100%;
211 }
212 .file-svg-ppt {
213 background: url(../static/format/ppt.svg) no-repeat center center;
214 width: 20px;
215 height: 20px;
216 display: inline-block;
217 background-size: 100%;
218 }
219 .file-svg-psd {
220 background: url(../static/format/psd.svg) no-repeat center center;
221 width: 20px;
222 height: 20px;
223 display: inline-block;
224 background-size: 100%;
225 }
226 .file-svg-txt {
227 background: url(../static/format/txt.svg) no-repeat center center;
228 width: 20px;
229 height: 20px;
230 display: inline-block;
231 background-size: 100%;
232 }
233 .file-svg-docx {
234 background: url(../static/format/word.svg) no-repeat center center;
235 width: 20px;
236 height: 20px;
237 display: inline-block;
238 background-size: 100%;
239 }
240 .file-svg-xml {
241 background: url(../static/format/xml.svg) no-repeat center center;
242 width: 20px;
243 height: 20px;
244 display: inline-block;
245 background-size: 100%;
246 }
247 .file-svg-zip {
248 background: url(../static/format/zip.svg) no-repeat center center;
249 width: 20px;
250 height: 20px;
251 display: inline-block;
252 background-size: 100%;
253 }
254 .file-svg-rar {
255 background: url(../static/format/zip.svg) no-repeat center center;
256 width: 20px;
257 height: 20px;
258 display: inline-block;
259 background-size: 100%;
260 }
261 .file-svg-unknown {
262 background: url(../static/format/unknown.svg) no-repeat center center;
263 width: 20px;
264 height: 20px;
265 display: inline-block;
266 background-size: 100%;
267 }
268 }
269}
\No newline at end of file