返回css中的边框......登陆

css中的边框样式

Yzw2019-03-02 23:05:06282

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title>边框样式</title>

<style type=“text/css”>

   .box{width:20px;height:30px;border:1px solid red;}

   .main{width:30px;height:40px;border-top: 1px solid #ccc;border-right: 1px dashed #ccc;background: pink;}

   button{border: none;}

   .shadow{width:100px;height:30px;box-shadow: 5px 6px 10px #ccc ;/*inset*/}

</style>

</head>

<body>

   <div class="box"></div>

   <div class="main"></div>

   <button>登陆</button>

   <div class="shadow"></div>

</body>

</html>

最新手记推荐

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

全部回复(0)我要回复

暂无评论~
  • 取消回复发送