最终渲染出来的实际效果是一样的 怎么回事儿呢
<view class="font1">字体1</view>
<view class="font2">字体2</view>
<view class="font3">字体3</view>
<view class="font4">字体4</view>
<view class="font5">字体5</view>
<view class="font6">字体6</view>
<view class="font7">字体77</view>
.font1{
font-size: 2rpx;
}
.font2{
font-size: 4rpx;
}
.font3{
font-size: 6rpx;
}
.font4{
font-size: 8rpx;
}
.font5{
font-size: 10rpx;
}
.font6{
font-size: 12rpx;
}
.font7{
font-size: 14rpx;
}
l***@163.com (作者)
怎么才能小于12px
2024-11-06 18:15
爱豆豆
回复 l***@163.com: 可以用 transform: scale(0.8); 缩放实现
2024-11-06 18:16