已采纳回答 / 超级小悟空
方法1:给ul设置宽度为1160px,ul的容器设置宽度1100px及overflow: hidden即可;方法2:利用伪类(或单独为最后一个li元素设置类),设置其margin-right:0。
2017-09-14
<a href="" class="menu-more-btn">load more<span>|</span> <span class="icon></span></a>一部分完成在放图片 切图
.index-menu .menu-more-btn{
margin: 0 auto;
width:114px;
height:32px;
padding-left:16px;
border:1px solid #000000;
font-size:14px;
line-height:32px;
color: #000000;
.index-menu .menu-more-btn{
margin: 0 auto;
width:114px;
height:32px;
padding-left:16px;
border:1px solid #000000;
font-size:14px;
line-height:32px;
color: #000000;
最赞回答 / 兼容并包
我看了这段问题 ,都是这个问题 ,今天我给大家解答一下这个问题 。很简单<link rel="stylesheet" type="text/css" href="css/reset.css"><link rel="stylesheet" type="text/css" href="css/common.css"><link rel="stylesheet" type="text/css" href="css/index.css">把这3个位置调成我发的这样即可。 不要问...
2017-09-06