mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
12 lines
176 B
CSS
12 lines
176 B
CSS
/**
|
|
* 列表
|
|
*/
|
|
.nav-icon-circle {
|
|
width: 50px;
|
|
height: 50px;
|
|
text-align: center;
|
|
line-height: 50px;
|
|
}
|
|
table.am-table .nav-icon-circle {
|
|
margin: 0 auto;
|
|
} |