我想根據寬度縮放畫布的高度,但現在很奇怪。我不能刪除寬度=「1200」 HEIGHT =「1000」導致其對其他代碼重要СSS爲什麼無法使用
.responsive-box {
position: relative;
width: 60%;
}
.responsive-box::before {
content: "";
display: block;
padding-top: 50%;
}
.canvas {
float: left;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
background: #333333;
}
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<link rel="stylesheet" type="text/css" href="22.css">
</head>
<body>
<div class="responsive-box">
<canvas class="canvas" id="canvas" width="1200" height="1000" ;></canvas>
</div>
</body>
</html>
它看起來像你的文章大多是代碼;請添加更多的細節。 它看起來像你的文章主要是代碼;請添加更多的細節。 它看起來像你的文章主要是代碼;請添加更多的細節。 它看起來像你的文章主要是代碼;請添加更多的細節。
謝謝。你能再次檢查嗎? –
你應該用能解決它的代碼的例子充實你的答案。 – Soviut
現在它是正確的。那是你想要的嗎? –