mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
8 lines
117 B
CSS
Executable File
8 lines
117 B
CSS
Executable File
/**
|
|
* 上传文件
|
|
*/
|
|
.am-form-file input[type="file"] {
|
|
width: 95px;
|
|
height: 28px;
|
|
margin-top: 10px;
|
|
} |