.ui-menu-item-department:before设置绝对定位,是相对于哪个元素的定位?
来源:5-3 首页.UI组件-UiMenu
慕粉2031048644
2019-07-16 23:29:14
.ui-menu-item-department:before{
content: ' ';
display: block;
width: 22px;
height: 21px;
position: absolute;
left: 0;
top: 1px;
background: url('../img/icon-menu.jpg') -22px 0 no-repeat;
}
1回答
同学你好,是相对于.ui-menu-item-department元素来进行定位的哦
如果帮助到了你,欢迎采纳~祝学习愉快~
相似问题