2018-12-28 10:58:37 +00:00
|
|
|
/**
|
|
|
|
|
* 列表
|
|
|
|
|
*/
|
2020-06-20 14:04:28 +00:00
|
|
|
.nav-icon-circle {
|
2020-03-02 05:53:53 +00:00
|
|
|
width: 50px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 50px;
|
2020-06-20 14:04:28 +00:00
|
|
|
}
|
|
|
|
|
table.am-table .nav-icon-circle {
|
|
|
|
|
margin: 0 auto;
|
2020-03-02 05:53:53 +00:00
|
|
|
}
|