mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
24 lines
408 B
CSS
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;
|
|
} |