Files
shopxo/public/static/admin/default/css/user.css

20 lines
332 B
CSS
Raw Normal View History

2018-12-28 18:58:37 +08:00
/**
* 列表
*/
@media only screen and (max-width: 321px) {
.view-operation button { margin: 2px 0px; }
2019-05-05 17:38:11 +08:00
}
/**
* 列表
*/
.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;
2018-12-28 18:58:37 +08:00
}