* { box-sizing: border-box; } body { margin: 0; } html { font-size: 12px; } .amap-copyright { box-sizing: content-box; } button, input, select { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; overflow: visible; text-transform: none; } input { width: 100%; border: 0px solid #ced4da; border-radius: 10px; padding: 5px; caret-color: #2a98ff; font-size: 13px; } input:focus { outline: none; border-radius: 10px; border: 0px solid #25a5f7; } .ui-input { display: flex; height: 40px; font-size: 14px; border-radius: 10px; background-color: #fff; box-shadow: 0px 0px 5px 0px rgba(141, 141, 141, 0.4); } .ui-input .icon { color: #2a98ff; font-size: 1.5rem; padding: 0 0 0 8px; margin: auto 0; } input::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, input:-ms-input-placeholder, input::-ms-input-placeholder { color: #c0c4cc; }