|
@@ -1171,10 +1171,12 @@ export default {
|
|
|
width: 100%;
|
|
|
.nnpe-article-author {
|
|
|
margin: 24px 0;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
h2 {
|
|
|
display: flex;
|
|
|
flex-flow: wrap;
|
|
|
+ justify-content: center;
|
|
|
&.sentActive {
|
|
|
background: rgba(24, 144, 255, 0.1);
|
|
|
}
|
|
@@ -1419,7 +1421,7 @@ export default {
|
|
|
.audio-box {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
.aduioLine-box {
|
|
|
width: 516px;
|