为了账号安全,请及时绑定邮箱和手机立即绑定

为什么我的三角会偏离位置?

http://img1.sycdn.imooc.com//581415660001ce5a09680581.jpg


我的css和老师一样,但是为什么会偏离位置?

.index-menu{
	border-top:6px solid #f34949;
	position: relative;
}
.index-menu .menu-tips{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -78px;
	width: 156px;
	height: 71px;
	background: #f34949;
	color: #fff;
	text-align: center;
	line-height: 65px;
	font-size: 20px;
}
.index-menu .menu-tips:after{
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-left: 78px solid transparent;
	border-right: 78px solid transparent;
	border-bottom: 10px solid #fff;
}


正在回答

1 回答

你再看看你的html代码。。。

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么我的三角会偏离位置?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信