最新回答 / qq_莳萝泡菜_03359237
当然是ul,<li>标签是导航内部元素,<ul>是整个导航栏,设置圆角肯定是在<ul>(整个导航栏)上,如果设置在<li>上,就要分开分别在li标签上设置圆角~不规范哦
2016-11-27
a[class^=column]{
background:red;
}
a[href$=doc]{
background:green;
}
a[title*=box]{
background:blue;
}
background:red;
}
a[href$=doc]{
background:green;
}
a[title*=box]{
background:blue;
}
2016-11-26
background:url(http://static.mukewang.com/static/img/logo_index.png) no-repeat left top/75% 55%,
url(http://static.mukewang.com/static/img/logo_index.png) no-repeat right bottom/50% 40% ;
url(http://static.mukewang.com/static/img/logo_index.png) no-repeat right bottom/50% 40% ;
2016-11-26