iOS CSS中输入字段的大小错误

时间:2014-02-04 08:39:36

标签: html ios css iphone mobile

我正在尝试在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;

}

1 个答案:

答案 0 :(得分:0)

你可以试试这个:

width: 120px!important;