tanxue 2 mesiacov pred
rodič
commit
ef97f8b406
1 zmenil súbory, kde vykonal 5 pridanie a 5 odobranie
  1. 5 5
      common/styles/global/pages.scss

+ 5 - 5
common/styles/global/pages.scss

@@ -2075,7 +2075,7 @@
 // 单词详情- 学
 .words-xue-box{
 	text-align: center;
-	.words-xue-body{height: calc(100vh - 380rpx - var(--status-bar-height));overflow-y: auto;}
+	.words-xue-body{height: calc(100vh - 390rpx - var(--status-bar-height));overflow-y: auto;}
 	.word-block-box{
 		text{min-width: 50rpx;height: 50rpx;line-height: 48rpx;font-size: 26rpx;margin: 12rpx 0;
 		padding: 0 10rpx;box-sizing: border-box;border-radius: 8rpx;
@@ -2138,7 +2138,7 @@
 // 单词详情-拼
 .words-pin-box{
 	display: flex;flex-direction: column;padding: 10rpx;box-sizing: border-box;
-	height: calc(100vh - 380rpx - var(--status-bar-height));
+	height: calc(100vh - 390rpx - var(--status-bar-height));
 	.pin-body-box{flex: 1;overflow-y: auto;}
 	// 拼读 +选择
 	.pin-words-box{
@@ -2194,7 +2194,7 @@
 // 单词详情-读
 .words-du-box{
 	display: flex;flex-direction: column;padding: 10rpx;box-sizing: border-box;
-	height: calc(100vh - 380rpx - var(--status-bar-height));
+	height: calc(100vh - 390rpx - var(--status-bar-height));
 	.du-body-box{flex: 1;text-align: center;}
 	.du-yb-play-box{margin: 56rpx 0 42rpx;}
 	.du-words-explain-box{margin-top: 24rpx;}
@@ -2222,7 +2222,7 @@
 // 单词详情-选
 .words-xuan-box{
 	display: flex;flex-direction: column;padding: 10rpx;box-sizing: border-box;
-	height: calc(100vh - 380rpx - var(--status-bar-height));
+	height: calc(100vh - 390rpx - var(--status-bar-height));
 	.xuan-body-box{flex: 1;overflow-y: auto;text-align: center;}
 	.show-words-box{
 		width: 100%;overflow: hidden;word-wrap: break-word;word-break: break-all;
@@ -2258,7 +2258,7 @@
 // 单词详情-背
 .words-bei-box{
 	display: flex;flex-direction: column;text-align: center;
-	height: calc(100vh - 380rpx - var(--status-bar-height));
+	height: calc(100vh - 390rpx - var(--status-bar-height));
 	// 答案
 	.words-answer-box{
 		min-width: 420rpx;max-width: 90%;height: 120rpx;line-height: 120rpx;margin: 64rpx auto 0;