mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-06 16:21:54 +08:00
13 lines
200 B
CSS
13 lines
200 B
CSS
/**
|
|
* 用户信息
|
|
*/
|
|
.content-right .user-info img {
|
|
max-width: 35px;
|
|
max-height: 35px;
|
|
margin: 0 5px 2px 0;
|
|
}
|
|
.content-right ul {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
} |