ios remove the shadow inside textarea

ios css to remove the shadow of the input and textarea:

input,textarea{-webkit-appearance: none;appearance: none;}

 

Guess you like

Origin www.cnblogs.com/wanlibingfeng/p/11097237.html