UNPKG
ijijin-view
Version:
latest (0.9.2)
0.9.2
0.9.1
0.9.0
vuejs UI components, from ijijin.
github.com/MichealWayne/ijijin-view
MichealWayne/ijijin-view
ijijin-view
/
vue
/
less
/
common.less
16 lines
(12 loc)
•
220 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* * 公用样式 */
@import
'./Button.less'
;
@import
'./Alert.less'
;
@import
'./Toast.less'
;
body
{ -webkit-tap-highlight-
color
:
rgba
(
255
,
255
,
255
,
0
); }
input
{ -webkit-
appearance
: none; }