返回边框样式总结案......登陆

边框样式总结案例

OK2019-06-13 10:11:07164

                                                               边框样式总结案例

solid   它是一个实线

       double 边框显示为双实线

       dashed 为虚线

      dotted 点状虚线


<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>我的风合肥话</title>

<link rel="shortcut icon" type="image/x-icon" href="weas/pht.pag">

<link rel="stylesheet" type="text/css" href="css/101.css">

<style type="text/css">

     .box{width: 100px;height: 100px;border: 1px dotted #ccc;border-radius:50px}(控制圆角)

     .main{width: 100px;height: 100px;border-top: 1px solid red;background: #ccc;border-left: 1px solid red;}

     button{border: none;}(去边框)

    </style>

</head>

<body>

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

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

<button>登录</button>

</body>



最新手记推荐

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

全部回复(0)我要回复

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