码迷,mamicode.com
首页 > 其他好文 > 详细

div 相同属性提取

时间:2018-09-17 19:34:56      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:doctype   style   样式   htm   相同   type   border   mil   utf-8   

把样式名或id写在一起,用逗号隔开

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>信息详情</title>
<style type="text/css">
#box-1, #box-2, #box-3, #box-4{
border: 1px solid blueviolet;
width: 100%;
height: 300px;
}
</style>
</head>
<body>
<div id="box-1">
<span>6666</span>
</div>
<div id="box-2">
<span>6666</span>
</div>
<div id="box-3">
<span>6666</span>
</div>
<div id="box-4">
<span>6666</span>
</div>
</body>
</html>

div 相同属性提取

标签:doctype   style   样式   htm   相同   type   border   mil   utf-8   

原文地址:https://www.cnblogs.com/wangshuazi/p/9663451.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!