<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>长度单位</title>
</head>
<body style="font-size:62.5% ">
<div style="font-size: 12px">我是第一层</div>
<div style="font-size: 1.2em">
我是第一层
<div style="font-size: 1.8em">
我是第二层
<div style="font-size: 2em">
我是第三层
<div style="font-size: 2em">
我是第四层
</div>
</div>
</div>
</div>
<div style="font-size: 18px">我是第二层</div>
</body>
</html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>长度单位</title>
</head>
<body style="font-size:62.5% ">
<div style="font-size: 12px">我是第一层</div>
<div style="font-size: 1.2em">
我是第一层
<div style="font-size: 1.8em">
我是第二层
<div style="font-size: 2em">
我是第三层
<div style="font-size: 2em">
我是第四层
</div>
</div>
</div>
</div>
<div style="font-size: 18px">我是第二层</div>
</body>
</html>