17 lines
334 B
CSS
17 lines
334 B
CSS
/**
|
|
* 列表
|
|
*/
|
|
.content-right table.am-table .reply-content {
|
|
max-height: 80px;
|
|
}
|
|
.content-right table.am-table .images-slider .am-direction-nav .am-prev,
|
|
.content-right table.am-table .images-slider .am-direction-nav .am-next {
|
|
z-index: 1;
|
|
}
|
|
|
|
/**
|
|
* 编辑
|
|
*/
|
|
.content-right .am-alert.goods-info a {
|
|
color: #0e90d2;
|
|
} |