mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-28 10:16:24 +08:00
13 lines
169 B
CSS
13 lines
169 B
CSS
/**
|
|
* 列表
|
|
*/
|
|
.content-right table.am-table .reply-content {
|
|
max-height: 80px;
|
|
}
|
|
|
|
/**
|
|
* 编辑
|
|
*/
|
|
.content-right .am-alert.goods-info a {
|
|
color: #0e90d2;
|
|
} |