Files
shopxo/public/static/admin/default/css/goodscomments.css
2020-06-08 19:26:37 +08:00

24 lines
408 B
CSS

/**
* 列表
*/
.content-right table.am-table .am-slider {
overflow: hidden;
box-shadow: none;
-webkit-box-shadow: none;
}
.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;
}