|
/**
|
|
* 列表
|
|
*/
|
|
.content-right table.am-table .reply-content {
|
|
max-height: 80px;
|
|
}
|
|
|
|
/**
|
|
* 编辑
|
|
*/
|
|
.content-right .am-alert.goods-info a {
|
|
color: #0e90d2;
|
|
}
|
|
.content-right .am-alert p.title {
|
|
font-weight: 700;
|
|
font-size: 14px;
|
|
margin: 0 0 5px 0;
|
|
color: #888;
|
|
} |