mirror of
https://github.com/youzan/vant.git
synced 2026-05-04 01:01:23 +08:00
50983ca28e
* upgrade dependencies * 更改所有 saladcss 写法 * fix: 升级依赖导致的样式错误 * fix: build vant css * use es module when pack && webpack scope hoisting * fix: vue module version * delete unused npm script * fix: build:vant script not work * fix: webpack config format * fix: build minify vant.js * fix: captain ui relative link
22 lines
330 B
CSS
22 lines
330 B
CSS
.van-uploader {
|
|
position: relative;
|
|
display: inline-block;
|
|
|
|
&__input {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: 0;
|
|
cursor:pointer;
|
|
}
|
|
|
|
input[type="file" i]::-webkit-file-upload-button {
|
|
cursor:pointer;
|
|
}
|
|
}
|