前端小知识2

Posted namehou

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了前端小知识2相关的知识,希望对你有一定的参考价值。

<!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的主要内容,如果未能解决你的问题,请参考以下文章

前端小知识

超使用的15个前端小知识点

前端小知识点(10):原型链

前端小知识点(10):原型链

前端基础小知识

前端进阶小知识