返回 页面小导航的实...... 登陆

页面小导航的实现

小雨 2019-07-01 16:06:37 321

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd

">

<html xmlns="http://www.w3.org/1999/xhtml


">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>无标题文档</title>

<style>

*{

margin:0px;

padding:0px;

}

ul{


list-style:none;

}

li{

color:#f40;

margin:0 10px;

float:left;

font-weight:bold;

font-size:14px;

line-height:25px;

height:25px;  

padding:0 5px;

}

li:hover{

background-color:#f40;

color:#fff;

border-radius:15px;

}

</style>

</head>


<body>

<ul>

<li>龙凤斗</li>

<li>天猫</li>

<li>菊花苏娜</li>

</ul>

</body>

</html>

最新手记推荐

• 用composer安装thinkphp框架的步骤 • 省市区接口说明 • 用thinkphp,后台新增栏目 • 管理员添加编辑删除 • 管理员添加编辑删除

全部回复(0)我要回复

暂无评论~
  • 取消 回复 发送
  • PHP中文网