20 lines
332 B
CSS
Executable File
20 lines
332 B
CSS
Executable File
/**
|
|
* 列表
|
|
*/
|
|
@media only screen and (max-width: 321px) {
|
|
.view-operation button { margin: 2px 0px; }
|
|
}
|
|
|
|
/**
|
|
* 列表
|
|
*/
|
|
.content-right table.am-table ul {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.content-right table.am-table .user-info img {
|
|
max-width: 75px;
|
|
max-height: 75px;
|
|
margin-right: 5px;
|
|
} |