@@ -119,28 +119,29 @@ img {
119119 border-radius : 8px ;
120120 overflow : auto ;
121121 padding-bottom : 24px ;
122-
122+
123123 // PC/平板端响应式最大宽度限制
124124 @media screen and (min-width : 600px ) {
125125 max-width : 500px ;
126126 width : 500px ;
127127 }
128-
128+
129129 @media screen and (min-width : 768px ) {
130130 max-width : 600px ;
131131 width : 600px ;
132132 }
133-
133+
134134 @media screen and (min-width : 1024px ) {
135135 max-width : 700px ;
136136 width : 700px ;
137137 }
138-
138+
139139 @media screen and (min-width : 1200px ) {
140140 max-width : 800px ;
141141 width : 800px ;
142142 }
143143}
144+
144145.nut-button {
145146 margin-right : 10px ;
146147}
@@ -155,6 +156,7 @@ img {
155156 font-weight : bold ;
156157 line-height : 2 ;
157158}
159+
158160// .nut-icon-order:before {
159161// content: "\e697";
160162// }
@@ -169,26 +171,33 @@ img {
169171 content : " \e688 " ;
170172 cursor : pointer ;
171173}
174+
172175.nut-icon-tips :before {
173176 content : " \e671 " ;
174177 cursor : pointer ;
175178}
179+
176180.nut-icon-category :before {
177181 font-size : 20px ;
178182 content : " \e662 " ;
179183}
184+
180185.nut-icon-issue :before {
181186 content : ' \e6b1 ' ;
182187}
188+
183189.nut-icon-ask :before {
184190 content : ' \e670 ' ;
185191}
192+
186193.nut-icon-setting :before {
187194 content : ' \e681 ' ;
188195}
196+
189197.nut-icon-left :before {
190198 content : ' \e6c9 ' ;
191199}
200+
192201.nut-icon-rect-left :before {
193202 content : ' \e6c9 ' ;
194203}
@@ -197,10 +206,12 @@ img {
197206 content : ' \e6cb ' ;
198207 color : #666 ;
199208}
209+
200210.nut-icon-rect-right :before {
201211 content : ' \e6cb ' ; // \2003 占位符
202212 // color: var(--lowest-text-color); // 更多设置
203213}
214+
204215.nut-icon-rect-down :before {
205216 content : " \e6cc " ;
206217}
@@ -212,33 +223,43 @@ img {
212223.nut-icon-triangle-up :before {
213224 content : " \eb6e " ;
214225}
226+
215227.nut-icon-arrow-right2 :before {
216228 content : ' \e6a9 ' ;
217229}
230+
218231.nut-icon-arrow-right :before {
219232 content : ' \e6a3 ' ;
220233}
234+
221235.nut-icon-link :before {
222236 content : ' \e67c ' ; // link
223237}
238+
224239.nut-icon-refresh2 :before {
225240 content : ' \e682 ' ; // sync
226241}
242+
227243.nut-icon-refresh :before {
228244 content : ' \e690 ' ;
229245}
246+
230247.nut-icon-close-little :before {
231248 content : ' \e6aa ' ;
232249}
250+
233251.nut-icon-close :before {
234252 content : ' \e674 ' ;
235253}
254+
236255.nut-icon-mask-close :before {
237256 content : ' \e6cd ' ;
238257}
258+
239259.nut-icon-circle-close :before {
240260 content : ' \e699 ' ;
241261}
262+
242263.nut-icon-checked :before {
243264 content : ' \e601 ' ;
244265}
@@ -292,6 +313,7 @@ img {
292313 height : $icon-height ;
293314 object-fit : contain ;
294315 }
316+
295317 & -loading ,
296318 & -loading1 {
297319 display : inline-block ;
@@ -307,6 +329,7 @@ img {
307329 animation-iteration-count : infinite ;
308330 animation-direction : alternate ;
309331 }
332+
310333 & -am-jump {
311334 -webkit-animation-name : nutJumpOne;
312335 -webkit-animation-duration : var (--animate-duration );
@@ -340,6 +363,7 @@ img {
340363 animation-direction : normal ;
341364 }
342365 }
366+
343367 & -am-blink {
344368 -webkit-animation-name : nutBlink;
345369 -webkit-animation-duration : var (--animate-duration );
@@ -351,6 +375,7 @@ img {
351375 animation-timing-function : linear ;
352376 animation-delay : var (--animate-delay );
353377 }
378+
354379 & -am-breathe {
355380 -webkit-animation-name : nutBreathe;
356381 -webkit-animation-duration : var (--animate-duration );
@@ -362,6 +387,7 @@ img {
362387 animation-timing-function : ease-in-out ;
363388 animation-delay : var (--animate-delay );
364389 }
390+
365391 & -am-flash {
366392 -webkit-animation-name : nutFlash;
367393 -webkit-animation-duration : var (--animate-duration );
@@ -373,6 +399,7 @@ img {
373399 animation-timing-function : ease-in-out ;
374400 animation-delay : var (--animate-delay );
375401 }
402+
376403 & -am-bounce {
377404 -webkit-animation-name : nutBounce;
378405 -webkit-animation-duration : var (--animate-duration );
0 commit comments