Files
shopxo/public/static/admin/default/css/goodscomments.css

18 lines
320 B
CSS
Raw Permalink Normal View History

2019-05-15 01:09:10 +08:00
/**
* 列表
*/
2023-04-06 15:44:13 +08:00
.content-right table.am-table .reply-content,
2023-08-27 16:10:21 +08:00
.content-right table.am-table .am-gallery .am-gallery-item {
max-height: 4.5rem;
2023-04-06 15:44:13 +08:00
}
2019-05-15 16:50:28 +08:00
/**
* 编辑
*/
2024-01-19 14:49:32 +08:00
.goods-info a {
color: var(--color-blue);
font-size: 1.4rem !important;
}
.user-info-dropdown-data-container > a i {
margin-top: 0.4rem;
2019-05-15 01:09:10 +08:00
}