File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 225
225
.uni-fab--leftBottom {
226
226
left : 5px ;
227
227
bottom : 20px ;
228
+ /* #ifdef H5 */
229
+ bottom : calc (20px + var (--window-bottom ));
230
+ /* #endif */
228
231
padding : 10px ;
229
232
}
230
233
240
243
.uni-fab--rightBottom {
241
244
right : 5px ;
242
245
bottom : 20px ;
246
+ /* #ifdef H5 */
247
+ bottom : calc (20px + var (--window-bottom ));
248
+ /* #endif */
243
249
padding : 10px ;
244
250
}
245
251
269
275
.uni-fab__circle--leftBottom {
270
276
left : 15px ;
271
277
bottom : 30px ;
278
+ /* #ifdef H5 */
279
+ bottom : calc (30px + var (--window-bottom ));
280
+ /* #endif */
272
281
}
273
282
274
283
.uni-fab__circle--leftTop {
282
291
.uni-fab__circle--rightBottom {
283
292
right : 15px ;
284
293
bottom : 30px ;
294
+ /* #ifdef H5 */
295
+ bottom : calc (30px + var (--window-bottom ));
296
+ /* #endif */
285
297
}
286
298
287
299
.uni-fab__circle--rightTop {
You can’t perform that action at this time.
0 commit comments