建議使用在手機(jī)網(wǎng)站上
pc網(wǎng)站會(huì)有兼容問題
css代碼
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
html {
font-size: 5.3333vw;
}
* {
padding: 0;
margin: 0;
list-style: none;
font-size: 0.6340rem;
}
.box1 {
width: 18.7504rem;
background-color: mediumvioletred;
height: 18.7504rem;
}
</style>
</head>
<body>
<div class="box1">有一個(gè)姑娘做个,她有一些任性糠雨,她還有一些囂張褒纲。</div>
</body>
</html>
rem 計(jì)算公式 一定要保留4位小數(shù)點(diǎn)
像素寬度 * 比率 = rem對(duì)應(yīng)值
414 * 0.04529106 = 18.7504rem
12像素 0.5434
14像素 0.6340
16像素 0.7246