|
/**
|
|
* 列表
|
|
*/
|
|
@media only screen and (max-width: 321px) {
|
|
.view-operation button { margin: 2px 0px; }
|
|
}
|
|
.nav-icon-circle { width: 50px; height: 50px; text-align: center; line-height: 50px; }
|
|
|
|
/**
|
|
* 覆盖插件
|
|
*/
|
|
ul.plug-file-upload-view li { background-color: #eee; } |