@@ -1207,12 +1207,12 @@ export default {
.Catalogue {
margin: 24px auto;
width: 1240px;
- height: 710px;
+ height: 700px;
background: #ffffff;
display: flex;
.left {
width: 340px;
border-right: 1px solid #d9d9d9;
.title {
width: 80%;
@@ -1235,13 +1235,13 @@ export default {
}
.right {
width: 860px;
.Resources {
- min-height: 710px;
+ min-height: 700px;
// background: #ffffff;
// display: flex;
box-sizing: border-box;
@@ -1480,11 +1480,14 @@ export default {
-.bookDetail-eep {
- width: 1610px !important;
-}
</style>
<style lang="scss">
+.bookDetail-eep {
+ width: 1570px !important;
+ .inner {
+ padding: 0 !important;
+ }
+}
.buyWindow {
.el-dialog__body {
padding: 20px 32px;
@@ -38,6 +38,9 @@
id="data-screen"
class="inner"
v-if="chapterFree == 'true' || bookIsBuy == 'true'"
+ :style="{
+ padding: category === 'EEP' ? '0' : '',
+ }"
>
<!-- 显示答案按钮 -->
<!-- <a v-if="chapterId" :class="['answerShow',isAnswerShow?'answerShowTrue':'']" @click="handleAnswerShow">显示答案</a> -->
@@ -372,7 +375,7 @@ export default {
.title-box {
align-items: center;
- margin-bottom: 12px;
+ // margin-bottom: 12px;
padding-right: 160px;
position: relative;
> img {
@@ -68,6 +68,7 @@
:style="{
background: isPhone ? themeColorPhone : '',
marginLeft: isPad ? '0' : '',
}"
v-loading="loading"
@@ -9,6 +9,9 @@
:class="['inner', fullscreen ? 'inner-full' : '']"
<div class="resule-box" v-if="ViewMode === 'Result'">
<span>用时:{{ handleDateTime(this.duration) }}</span>