|
@@ -23,8 +23,15 @@
|
|
.commentPage .notes .body .nickName {
|
|
.commentPage .notes .body .nickName {
|
|
font-size: 30rpx;
|
|
font-size: 30rpx;
|
|
}
|
|
}
|
|
|
|
+.commentPage .notes .body .bBox {
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ padding-right: 50rpx;
|
|
|
|
+}
|
|
.commentPage .notes .body .date {
|
|
.commentPage .notes .body .date {
|
|
margin: 10rpx 0rpx;
|
|
margin: 10rpx 0rpx;
|
|
|
|
+ word-break: break-all;
|
|
padding-right: 50rpx;
|
|
padding-right: 50rpx;
|
|
font-size: 24rpx;
|
|
font-size: 24rpx;
|
|
}
|
|
}
|
|
@@ -43,8 +50,8 @@
|
|
}
|
|
}
|
|
.commentPage .notes .audioCover {
|
|
.commentPage .notes .audioCover {
|
|
position: relative;
|
|
position: relative;
|
|
- width: 230rpx;
|
|
|
|
- height: 128rpx;
|
|
|
|
|
|
+ width: 134rpx;
|
|
|
|
+ height: 74rpx;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
@@ -54,20 +61,20 @@
|
|
background-position: center;
|
|
background-position: center;
|
|
}
|
|
}
|
|
.commentPage .notes .audioCover .audioPlayBg {
|
|
.commentPage .notes .audioCover .audioPlayBg {
|
|
- width: 100rpx;
|
|
|
|
- height: 100rpx;
|
|
|
|
|
|
+ width: 58rpx;
|
|
|
|
+ height: 58rpx;
|
|
}
|
|
}
|
|
.commentPage .notes .audioCover .audioPlayZhen {
|
|
.commentPage .notes .audioCover .audioPlayZhen {
|
|
position: absolute;
|
|
position: absolute;
|
|
- right: 52rpx;
|
|
|
|
- top: 20rpx;
|
|
|
|
- width: 24rpx;
|
|
|
|
- height: 30rpx;
|
|
|
|
|
|
+ right: 30rpx;
|
|
|
|
+ top: 11rpx;
|
|
|
|
+ width: 14rpx;
|
|
|
|
+ height: 17rpx;
|
|
}
|
|
}
|
|
.commentPage .notes .audioCover .cover {
|
|
.commentPage .notes .audioCover .cover {
|
|
position: absolute;
|
|
position: absolute;
|
|
- width: 84rpx;
|
|
|
|
- height: 84rpx;
|
|
|
|
|
|
+ width: 48rpx;
|
|
|
|
+ height: 48rpx;
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
}
|
|
}
|
|
.commentPage .empty {
|
|
.commentPage .empty {
|