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

前端小知识2

时间:2019-01-05 13:24:21      阅读:207      评论:0      收藏:0      [点我收藏+]

标签:margin   pad   content   add   http   view   dfs   scale   lin   

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
.item {
height: 32px;
line-height: 32px;
margin-bottom: 8px;
}
.label {
display: inline-block;
height: 100%;
width: 100px;
text-align: justify;
vertical-align: top;
}
.label::after{
display: inline-block;
width: 100%;
content: ‘‘;
height: 0;
}
.value {
padding-right: 10px;
}
</style>
</head>
<body>
<div class="item">
<span class="label" >hdsfsfsdfs</span>:
<span class="value">陕西</span>
</div>
<div class="item">
<span class="label" >中国</span>:
<span class="value">家乡</span>
</div>

</body>
</html>

前端小知识2

标签:margin   pad   content   add   http   view   dfs   scale   lin   

原文地址:https://www.cnblogs.com/namehou/p/10223937.html

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