|
@ -57,14 +57,14 @@ page { |
|
|
font-weight: 500; |
|
|
font-weight: 500; |
|
|
color: rgba(51, 51, 51, 1); |
|
|
color: rgba(51, 51, 51, 1); |
|
|
line-height: 54rpx; |
|
|
line-height: 54rpx; |
|
|
|
|
|
word-break: break-all; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.image-list { |
|
|
.image-list { |
|
|
/* width: calc(100% - 58rpx); */ |
|
|
width: calc(100% - 58rpx); |
|
|
width: 100%; |
|
|
|
|
|
margin-top: 30rpx; |
|
|
margin-top: 30rpx; |
|
|
display: grid; |
|
|
display: grid; |
|
|
grid-template-columns: repeat(auto-fit, minmax(216rpx, 1fr)); |
|
|
grid-template-columns: repeat(auto-fit, minmax(208rpx, 1fr)); |
|
|
grid-gap: 7rpx; |
|
|
grid-gap: 7rpx; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -92,19 +92,38 @@ page { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.attitude .all image { |
|
|
.attitude .all image { |
|
|
width: 30rpx; |
|
|
width: 34rpx; |
|
|
height: 30rpx; |
|
|
height: 34rpx; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.wcomment { |
|
|
|
|
|
width: 146rpx !important; |
|
|
|
|
|
height: 56rpx !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.attitude .all .give-data { |
|
|
.likes image { |
|
|
font-size: 26rpx; |
|
|
width: 32rpx; |
|
|
|
|
|
height: 32rpx; |
|
|
|
|
|
margin-right: 10rpx; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.attitude .all .give-data-n { |
|
|
|
|
|
font-size: 30rpx; |
|
|
font-weight: 500; |
|
|
font-weight: 500; |
|
|
color: rgba(51, 51, 51, 1); |
|
|
color: rgba(51, 51, 51, 1); |
|
|
margin-left: 9rpx; |
|
|
margin-left: 9rpx; |
|
|
/* width: 196rpx; */ |
|
|
/* width: 196rpx; */ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.attitude .all .give-data.color { |
|
|
.attitude .all .give-data-s { |
|
|
|
|
|
font-size: 28rpx; |
|
|
|
|
|
font-weight: 500; |
|
|
|
|
|
color: rgba(51, 51, 51, 1); |
|
|
|
|
|
margin-left: 9rpx; |
|
|
|
|
|
/* width: 196rpx; */ |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.attitude .all .give-data-n.color { |
|
|
color: #FFB103; |
|
|
color: #FFB103; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -116,10 +135,13 @@ page { |
|
|
margin-top: 25rpx; |
|
|
margin-top: 25rpx; |
|
|
font-size: 28rpx; |
|
|
font-size: 28rpx; |
|
|
color: #333333; |
|
|
color: #333333; |
|
|
|
|
|
display: flex; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
flex-wrap: wrap; |
|
|
} |
|
|
} |
|
|
.line { |
|
|
.line { |
|
|
width: calc(100% - 60rpx); |
|
|
/* width: calc(100% - 60rpx); */ |
|
|
height: 0.5px; |
|
|
height: 0px; |
|
|
background-color: #dddddd; |
|
|
background-color: #dddddd; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -136,6 +158,7 @@ page { |
|
|
margin-top: 11rpx; |
|
|
margin-top: 11rpx; |
|
|
font-size: 28rpx; |
|
|
font-size: 28rpx; |
|
|
color: #999999; |
|
|
color: #999999; |
|
|
|
|
|
word-break: break-all; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.comment .comment-list text { |
|
|
.comment .comment-list text { |
|
|