本文介绍了如何更改单选按钮大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

hi
i想在页面上更改我的单选按钮大小。

当我使用高度和宽度属性时,它不会改变。



i想把我的输入(单选按钮)转换成一个大圆圈。

< input type =   radio style =   height:120px;宽度:120像素> 
< / 输入 >
解决方案

以下链接将为您提供帮助。



[]

[]


hii wanna change my radio button size on page .
when i use height and width property , it dose not change.

i wanna convert my input(radio button) to a big circle.

<input type="radio" style= "height:120px ; width:120px">
</input>
解决方案



这篇关于如何更改单选按钮大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-22 23:03