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

72 lines
1.2 KiB
CSS
Raw Normal View History

2019-05-14 17:09:10 +00:00
/**
2019-05-15 08:50:28 +00:00
*
2019-05-14 17:09:10 +00:00
*/
2019-05-15 08:50:28 +00:00
.content-right table.am-table td.user-info,
.content-right table.am-table td.goods-info,
.content-right table.am-table td.content-info {
width: 20%;
}
@media only screen and (max-width: 641px) {
.content-right table.am-table td.content-info {
width: 45%;
}
2019-05-14 17:09:10 +00:00
}
2019-05-15 08:50:28 +00:00
/**
*
*/
2019-05-14 17:09:10 +00:00
.content-right .user-info img {
max-width: 35px;
max-height: 35px;
margin: 0 5px 2px 0;
}
.content-right ul {
list-style: none;
padding: 0;
margin: 0;
}
/**
*
*/
.content-right .goods-info .base {
min-height: 57px;
}
.content-right .goods-info img {
width: 55px;
height: 55px;
margin: 2px 5px 0px 0;
}
.content-right .goods-info p {
margin: 3px 0 0 0;
}
/**
*
*/
.content-right table.am-table .reply-content {
2019-05-15 08:50:28 +00:00
max-width: 100%;
2019-05-14 17:09:10 +00:00
max-height: 130px;
overflow-y: scroll;
overflow-x: hidden;
}
.content-right table.am-table .reply-content p {
margin: 5px 0 0 0;
}
.content-right table.am-table .view-operation {
width: 85px;
2019-05-15 08:50:28 +00:00
}
/**
*
*/
.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;
2019-05-14 17:09:10 +00:00
}