mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-03 11:51:18 +08:00
14 lines
231 B
CSS
14 lines
231 B
CSS
/**
|
|
* 列表
|
|
*/
|
|
.content-right table.am-table .reply-content,
|
|
.content-right table.am-table .am-gallery .am-gallery-item {
|
|
max-height: 4.5rem;
|
|
}
|
|
|
|
/**
|
|
* 编辑
|
|
*/
|
|
.content-right .am-alert.goods-info a {
|
|
color: #0e90d2;
|
|
} |