|
@@ -2083,7 +2083,7 @@
|
|
|
}
|
|
|
|
|
|
// 单词详情-读
|
|
|
-/* .words-du-box{
|
|
|
+.words-du-box{
|
|
|
display: flex;flex-direction: column;padding: 10rpx;box-sizing: border-box;
|
|
|
height: calc(100vh - 290rpx - var(--status-bar-height));
|
|
|
.du-body-box{flex: 1;text-align: center;}
|
|
@@ -2108,7 +2108,7 @@
|
|
|
.play-btn{background-image: url("@/static/images/study/cjdc/wordView/play-btn.png");}
|
|
|
.playing-btn{background-image: url("@/static/images/study/cjdc/wordView/playing-btn.gif");}
|
|
|
}
|
|
|
-} */
|
|
|
+}
|
|
|
|
|
|
// 单词详情-选
|
|
|
.words-xuan-box{
|