diff --git a/selfServiceMachine/src/assets/styles/index.scss b/selfServiceMachine/src/assets/styles/index.scss index a8f4e33..1f5f37e 100644 --- a/selfServiceMachine/src/assets/styles/index.scss +++ b/selfServiceMachine/src/assets/styles/index.scss @@ -13,7 +13,7 @@ //c-s壳占位 .top-bg{ - height: 60px; + height: 90px; background-color: #3F92F6; } @@ -21,7 +21,7 @@ .online-active{ position: relative; width: 100%; - height: calc(1920px - 60px); + height: calc(100vh); background: url('~@/assets/images/online.png') no-repeat left top; background-size: 100% 100%; .qrcode{ @@ -35,7 +35,7 @@ } .recommend-main{ width: 100%; - height: calc(100vh - 60px); + height: calc(100vh); background-color: #F4F4FC; overflow: hidden; .banner{ @@ -51,7 +51,7 @@ .recommend-cont{ display: flex; justify-content: space-between; - height: calc(100% - 372px - 44px); + height: calc(100% - 372px - 42px); padding: 0 24px; } .recommend-left{ @@ -59,6 +59,7 @@ height: 100%; padding: 24px 16px 0 16px; background-color: #fff; + border-radius: 8px; .filter-header{ position: relative; padding-left: 20px; @@ -342,7 +343,7 @@ padding: 20px 24px; background-color: #fff; border-radius: 8px; - height: calc(100vh - 698px); + height: calc(100vh - 636px); // height: calc(100vh - 20px); overflow: hidden; overflow-y: scroll; @@ -358,7 +359,7 @@ .recommend-item{ margin-top: 20px; - padding-bottom: 22px; + padding-bottom: 24px; } .book-detail{ diff --git a/selfServiceMachine/src/views/bookRecommend.vue b/selfServiceMachine/src/views/bookRecommend.vue index aa1b650..390976b 100644 --- a/selfServiceMachine/src/views/bookRecommend.vue +++ b/selfServiceMachine/src/views/bookRecommend.vue @@ -1,6 +1,6 @@