移动web开发问题集
Posted 烟火
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了移动web开发问题集相关的知识,希望对你有一定的参考价值。
一、让微信内置浏览器(x5)支持 flex
.item-flex { display: -webkit-box; -webkit-box-pack: center; -webkit-box-align: center; display: flex; justify-content: center; align-items: center; }
二、去掉输入框默认的边框
input, textarea { outline: none; }
三、去掉数字输入框里默认的按钮
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { margin: 0; }
以上是关于移动web开发问题集的主要内容,如果未能解决你的问题,请参考以下文章