首页 > 其他 > 详细

前端小知识2

时间:2019-01-05 13:19:00      阅读:151      评论:0      收藏:0      [点我收藏+]
<!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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!