11 lines
200 B
CSS
11 lines
200 B
CSS
|
|
/**
|
||
|
|
* 列表
|
||
|
|
*/
|
||
|
|
@media only screen and (max-width: 321px) {
|
||
|
|
.view-operation button { margin: 2px 0px; }
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 覆盖插件样式
|
||
|
|
*/
|
||
|
|
ul.plug-file-upload-view li { width: 300px; height: 130px; }
|