Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.5k views
in Technique[技术] by (71.8m points)

怎样用scale放大缩小文本还能自适应容器?

image

<meta charset="UTF-8">
<title>scale</title>
<style>
    .scale {
        display:inline-block;
        transform:scale(3);
        border: 1px solid #0f0;
    }
    .div11 {
        width: 150px;
        height: 150px;
        border: red solid 1px;
        margin-left: 100px;
        margin-top: 100px;
    }
</style>

<div class="div11">
    <span class="scale">A</span>
    <span>A</span> 
</div>

image
放大后该有的效果


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

那你这应该改fontsize比较合理


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share

2.1m questions

2.1m answers

62 comments

56.5k users

...