mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +00:00
17 lines
229 B
Plaintext
17 lines
229 B
Plaintext
@import '../style/var';
|
|
|
|
.van-uploader {
|
|
position: relative;
|
|
display: inline-block;
|
|
|
|
&__input {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
cursor: pointer;
|
|
opacity: 0;
|
|
}
|
|
}
|