2018-12-28 10:58:37 +00:00
|
|
|
/**
|
2020-08-01 14:17:32 +00:00
|
|
|
* 上传文件
|
2018-12-28 10:58:37 +00:00
|
|
|
*/
|
2020-03-02 05:53:53 +00:00
|
|
|
.am-form-file input[type="file"] {
|
2020-08-01 14:17:32 +00:00
|
|
|
width: 95px;
|
|
|
|
|
height: 28px;
|
|
|
|
|
margin-top: 10px;
|
2020-03-02 05:53:53 +00:00
|
|
|
}
|