2020-09-11 10:06:09 +00:00
|
|
|
/**
|
|
|
|
|
* 列表
|
|
|
|
|
*/
|
|
|
|
|
.nav-icon-circle {
|
2023-08-27 08:10:21 +00:00
|
|
|
width: 5rem;
|
|
|
|
|
height: 5rem;
|
2020-09-11 10:06:09 +00:00
|
|
|
text-align: center;
|
2023-08-27 08:10:21 +00:00
|
|
|
line-height: 5rem;
|
2020-09-11 10:06:09 +00:00
|
|
|
}
|
|
|
|
|
table.am-table .nav-icon-circle {
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|