|
|
@@ -1207,12 +1207,12 @@ export default {
|
|
|
.Catalogue {
|
|
|
margin: 24px auto;
|
|
|
width: 1240px;
|
|
|
- height: 710px;
|
|
|
+ height: 700px;
|
|
|
background: #ffffff;
|
|
|
display: flex;
|
|
|
.left {
|
|
|
width: 340px;
|
|
|
- height: 710px;
|
|
|
+ height: 700px;
|
|
|
border-right: 1px solid #d9d9d9;
|
|
|
.title {
|
|
|
width: 80%;
|
|
|
@@ -1235,13 +1235,13 @@ export default {
|
|
|
}
|
|
|
.right {
|
|
|
width: 860px;
|
|
|
- height: 710px;
|
|
|
+ height: 700px;
|
|
|
}
|
|
|
}
|
|
|
.Resources {
|
|
|
margin: 24px auto;
|
|
|
width: 1240px;
|
|
|
- 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;
|