我正在尝试在iPhone上测试我的网站,输入字段似乎有更大的尺寸,它们在我的iPhone中看起来更宽。
我尝试使用以下CSS,但它不起作用:
.set-title-input input{
width: 120px;
background-image:url('../img/header-input.png');
height: 30px;
margin-bottom: 10px;
text-align: center;
font-size: 14px;
font-family: 'thnk_grotesk_officeregular';
color: #fff;
text-transform: uppercase;
-webkit-appearance: none !important;
-webkit-border-radius: 0;
border-radius:0;
@include border-radius(0);
outline: none;
border: none;
}
答案 0 :(得分:0)
你可以试试这个:
width: 120px!important;