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

求代码代码????

我想要这种标签设计的代码,因为我还不是很会额,谢谢啦!非常感谢

正在回答

2 回答


为楼上大佬打call 添加wrap和hover


<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>Document</title>

<style>

/* 默认样式清除 设置基本样式 */

* {

margin: 0;

padding: 0;

}


.clearfix:before,.clearfix:after{

   content:"";

   display:table;

}

.clearfix:after {clear:both;}

.clearfix{

   *zoom:1;/*IE/7/6*/

}


html {

font-size: 62.5%;

}


body {

font-size: 1.6rem;

font-family: 'Segoe UI', Helvetica, Arial, sans-serif;

line-height: 1;

}


ul li {

list-style: none;

}


a {

text-decoration: none;

color: #5e5e5e;

}


/* 效果样式 */

.wrap {

width: 800px;

margin: 10% auto;

}


.nav li {

float: left;

}


.nav a {

font-size: 3rem;

color: #fff;



display: block;

width: 150px;

padding: 10px;

background-color: #3e3e3e;


position: relative;

}


.nav a small {

font-size: 1.5rem;

text-transform: uppercase;

vertical-align: 30%;

}


.nav a:after {

content: "";

position: absolute;

right: -25px;

z-index: 9;

margin-top: -10px;


border-left:solid 25px #3e3e3e;

  border-top:solid 25px rgba(0,0,0,0);

  border-bottom:solid 25px rgba(0,0,0,0);

}


.nav li + li > a {

padding-left: 30px;

}


.nav li a:hover {

background-color: #FFB90F;

}


.nav li a:hover::after {

border-left:solid 25px #FFB90F;

}


</style>

</head>

<body>

<div class="wrap">

<ul class="nav clearfix">

<li><a href="#">1 <small>step1</small></a></li>

<li><a href="#">2 <small>step2</small></a></li>

<li><a href="#">3 <small>step3</small></a></li>

</ul>

</div>

</body>

</html>



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

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>Document</title>

<style>

/* 默认样式清除 设置基本样式 */

* {

margin: 0;

padding: 0;

}


.clearfix:before,.clearfix:after{ 

   content:""; 

   display:table; 

.clearfix:after {clear:both;} 

.clearfix{ 

   *zoom:1;/*IE/7/6*/

}


html {

font-size: 62.5%;

}


body {

font-size: 1.6rem;

font-family: 'Segoe UI', Helvetica, Arial, sans-serif;

line-height: 1;

}


ul li {

list-style: none;

}


a {

text-decoration: none;

color: #5e5e5e;

}


/* 效果样式 */

.wrap {

width: 800px;

margin: 10% auto;

}


.nav li {

float: left;

}


.nav a {

font-size: 3rem;

color: #fff;



display: block;

width: 150px;

padding: 10px;

background-color: #3e3e3e;


position: relative;

}


.nav a small {

font-size: 1.5rem;

text-transform: uppercase;

vertical-align: 30%;

}


.nav a:after {

content: "";

position: absolute;

right: -25px;

z-index: 9;

margin-top: -10px;


border-left:solid 25px #3e3e3e;

  border-top:solid 25px rgba(0,0,0,0); 

  border-bottom:solid 25px rgba(0,0,0,0);

}


.nav li + li > a {

padding-left: 30px;

}


.nav li:nth-child(2) a {

background-color: #FFB90F;

}


.nav li:nth-child(2) a:after {

border-left:solid 25px #FFB90F;

}


</style>

</head>

<body>

<div>

<ul class="nav clearfix">

<li><a href="#">1 <small>step1</small></a></li>

<li><a href="#">2 <small>step2</small></a></li>

<li><a href="#">3 <small>step3</small></a></li>

</ul>

</div>

</body>

</html>


他们的代码编辑器好丑  ,  还不如这样贴上来


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

举报

0/150
提交
取消
导航条菜单的制作
  • 参与学习       123899    人
  • 解答问题       813    个

水平、垂直、圆角导航条菜单,让您的技术探索之路更高效

进入课程

求代码代码????

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