欢迎补充。
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
/* 清除点击高亮效果 */-webkit-tap-highlight-color: transparent;
/* 设置 宽/高度以边框开始计算,默认是content-box */-webkit-box-sizing: border-box;box-sizing: border-box;
-webkit-appearance: none;border: none;
min-width: 320px;max-width: 640px;
/* 第一个元素,最后一个元素,第n个元素 */elem:first-of typeelem:last-of typeelem:nth-of type(n)