CSS: 向左移动 input[type=text] 元素 10px
input[type='text'] { flex: 1; padding: 10px; border-radius: 5px; border: none; box-shadow: 0px 2px 5px #ccc; font-size: 1.1em; margin-right: 2px; margin-left: 10px; }
原文地址: https://www.cveoy.top/t/topic/m2G5 著作权归作者所有。请勿转载和采集!