UNPKG
@hzy1123581324/z-view-ui
Version:
latest (0.0.10)
0.0.10
0.0.8
0.0.7
0.0.5
0.0.4
0.0.3
0.0.2
z-view-ui是使用vue3开发的组件,开发中,有部分组件功能未实现,慎用
github.com/hzy1123581324/components
hzy1123581324/components
@hzy1123581324/z-view-ui
/
static
/
css
/
reset.css
10 lines
(9 loc)
•
348 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
/* 去掉苹果的默认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; }