11 Star 37 Fork 20

Baryy / You-need-to-know-css

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
input-align.md 797 Bytes
一键复制 编辑 原始数据 按行查看 历史
宋慧武 提交于 2018-09-22 00:06 . :fire:del bg knowledge

输入框完美居中

<script v-pre type="text/x-template" id="input-align"> <style> main { width: 100%; height: 229px; display: flex; justify-content: center; align-items: center; } ::-webkit-input-placeholder { line-height: 1.375em; } input { outline: none; color: #666; font-size: .9em; padding: .5em; border-radius: .2em; border: 1px solid #e3e3e3; -webkit-appearance: none; } input:hover { border: 1px solid #b4a078; } input:focus { border: 1px solid #b4a078; box-shadow: 0 0 0 2px rgba(180, 160, 120, 0.2); } </style> <script> </script> </script>
CSS
1
https://gitee.com/lhammer/You-need-to-know-css.git
git@gitee.com:lhammer/You-need-to-know-css.git
lhammer
You-need-to-know-css
You-need-to-know-css
master

搜索帮助