admin 发表于 2021-4-5 22:12:43

Z轴距离(Z-index)

一.默认元素的z-index高度
$zindex-dropdown:                   1000;
$zindex-sticky:                     1020;
$zindex-fixed:                      1030;
$zindex-offcanvas:                  1040;
$zindex-modal-backdrop:             1050;
$zindex-modal:                      1060;
$zindex-popover:                  1070;
$zindex-tooltip:                  1080;

二.实例
1.实现素材中的bs5项目
2.bs5+jquery3实现更便捷实用的特效
#_variables.scss
$enable-important-utilities:false !default;


页: [1]
查看完整版本: Z轴距离(Z-index)