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

来源:4-3 menu

ZXJ03

2016-10-29 11:21

http://img.mukewang.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回答

  • Mountain_
    2016-11-06 21:01:43

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

从 psd 到 html

教你把PSD设计稿转化成HTML,用案例来讲解基本流程

105471 学习 · 410 问题

查看课程

相似问题