在mozille firefox中制作更大的单选按钮

时间:2018-05-05 13:16:04

标签: html css firefox

高度和宽度在chrome上工作正常,即使在Microsoft边缘也是如此,但在Mozille Firefox上则不行。我试过了transform,但它按下了按钮。有更好的解决方案吗?

  

此问题仅针对Mozilla Firefox。正如我所说,在铬和边缘宽度和高度属性工作。



  

   input[type=radio] {
    height: 62px;
    width: 62px;
    -moz-transform: scale(3.4, 3.4); 
    }

<h2>Switch to Mozilla Firefox to see the difference</h2>
    <input type="radio">hello</>
&#13;
&#13;
&#13;

0 个答案:

没有答案