您的位置:首页技术文章
文章详情页

css - 想让border向上移动1px margin-bottom:-1px不好使

【字号: 日期:2023-06-25 10:04:47浏览:26作者:猪猪

问题描述

请输入代码css - 想让border向上移动1px margin-bottom:-1px不好使

#nav { width: 100%; height: .5rem; background: #eee; font-size: .18rem;}#nav ul { /* list-style: none;*/ padding: 0; margin: 0;}#nav ul li { width: 24%; height: .5rem; display: inline-block; line-height: .5rem; text-align: center;}#nav ul li.active { color: #0099FF; border-bottom: 1px solid #0099FF; margin-bottom: -1px;}

问题解答

回答1:

不太理解你的需求,你用position试试

标签: CSS
相关文章: