UNPKG

@hzy1123581324/z-view-ui

Version:

z-view-ui是使用vue3开发的组件,开发中,有部分组件功能未实现,慎用

10 lines (9 loc) 348 B
/* 去掉苹果的默认UI来渲染按钮 保持苹果和安卓的风格一致 */ input[type="submit"], input[type="reset"], input[type="button"], input[type="text"], input[type="file"], input[type="password"], textarea, button { appearance:none; -moz-appearance:none; -webkit-appearance: none !important; } a{ color: inherit; }