請找到截圖 click Here預兆的字體不是在移動版本正確對齊
HTML和CSS代碼
#tataCapital #employee-verify .employment-verification-form .employee-form .form-group.s {
width: 95%;
}
#tataCapital #employee-verify .employment-verification-form .employee-form .form-group input {
height: 60px;
padding-top: 0;
padding-bottom: 0;
margin: 2px 0 5px;
border-radius: 31px;
border: 1px solid #d5d5d5;
padding-left: 21px;
color: #211e1e;
font-weight: 600;
font-size: 1.2em;
}
<div class="form-group s">
<label class="control-label">Date of joining</label>
<input name="joiningDate" class="form-control date-picker hasDatepicker" placeholder="DD/MM/YYYY">
</div>
代碼顯示我的CSS和HTML代碼 –
顯示您的代碼在這裏 –