分享你我的心得.
共乘一片美好网络.

在html中如何设置复选框checkbox的大小

方法一:<input type=”checkbox” aria-label=”…” style=”zoom:200%;”>

默认zoom是100%,根据自己的需要,更改缩放倍数即可。

方法二:

<input type=”checkbox” aria-label=”…” style=”height: 24px;width: 24px;”>

记住,要同时设置 height 与 width。

推荐使用 方法二。

赞(0)
未经允许不得转载:小叶白龙博客 » 在html中如何设置复选框checkbox的大小
分享到: 更多 (0)

评论 抢沙发

评论前必须登录!