vr-shopxo-source/public/static/admin/default/css/answer.css

25 lines
354 B
CSS
Raw Normal View History

2018-12-28 10:58:37 +00:00
/**
*
*/
2019-05-15 08:50:28 +00:00
.content-right table.am-table .reply-content {
max-height: 80px;
2019-05-15 08:50:28 +00:00
}
/**
*
*/
.content-right .user-info img {
max-width: 35px;
max-height: 35px;
margin: 0 5px 2px 0;
}
/**
*
*/
.content-right .am-alert p.title {
font-weight: 700;
font-size: 14px;
margin: 0 0 5px 0;
color: #888;
2019-05-14 17:09:10 +00:00
}