iOS (Safari 5)에서 입력 요소 (상단 내부 그림자)를 따라야합니다.
상단 그림자를 제거하고 싶은데 버그 -webkit-appearance
가 저장되지 않습니다.
현재 스타일은 다음과 같습니다.
input {
border-radius: 15px;
border: 1px dashed #BBB;
padding: 10px;
line-height: 20px;
text-align: center;
background: transparent;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
}
input
선택기 에서 '-webkit-appearance'설정에주의해야합니다 . 라디오 버튼과 체크 박스에 원치 않는 영향을 미칠 수 있습니다.