|
@@ -213,9 +213,9 @@
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
- width: 105px;
|
|
|
|
|
- height: 105px;
|
|
|
|
|
- line-height: 105px;
|
|
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 90px;
|
|
|
|
|
+ line-height: 90px;
|
|
|
background: rgba(0, 0, 0, 0.5);
|
|
background: rgba(0, 0, 0, 0.5);
|
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
|
color: rgba(255, 255, 255, 1);
|
|
color: rgba(255, 255, 255, 1);
|
|
@@ -226,14 +226,14 @@
|
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
- width: 331px;
|
|
|
|
|
|
|
+ width: 100%;
|
|
|
margin: 10px auto 15px;
|
|
margin: 10px auto 15px;
|
|
|
|
|
|
|
|
.nut-comment-images__item {
|
|
.nut-comment-images__item {
|
|
|
margin: 8px 8px 0 0;
|
|
margin: 8px 8px 0 0;
|
|
|
|
|
|
|
|
- width: 105px;
|
|
|
|
|
- height: 105px;
|
|
|
|
|
|
|
+ width: calc(34% - 8px);
|
|
|
|
|
+ height: 90px;
|
|
|
|
|
|
|
|
img {
|
|
img {
|
|
|
width: 100%;
|
|
width: 100%;
|