|
@@ -69,11 +69,7 @@
|
|
|
</div>
|
|
|
<div class="item-intro-box">
|
|
|
<div class="item-intro" v-if="curQue.con">
|
|
|
- <!-- {{ curQue.con }} -->
|
|
|
- Chinese is a tonal and musical language. You will want to use accurate
|
|
|
- Mandarin to communicate with Chinese. These two preliminary lessons will
|
|
|
- help you from the very beginning to establish a sound foundation in
|
|
|
- phonetics.
|
|
|
+ {{ curQue.con }}
|
|
|
</div>
|
|
|
</div>
|
|
|
<a class="start-btn" @click="handleNNPEnext">开始学习</a>
|
|
@@ -201,7 +197,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.item-intro-box {
|
|
|
- min-height: 90px;
|
|
|
+ min-height: 272px;
|
|
|
.item-intro {
|
|
|
background: #c43c3c;
|
|
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
@@ -213,6 +209,7 @@ export default {
|
|
|
white-space: pre-wrap;
|
|
|
word-break: break-word;
|
|
|
text-align: justify;
|
|
|
+ min-height: 96px;
|
|
|
}
|
|
|
}
|
|
|
.start-btn {
|