diff --git a/front/src/views/instructionManual/components/menuBook.vue b/front/src/views/instructionManual/components/menuBook.vue index b1f63f32..c4fe8828 100644 --- a/front/src/views/instructionManual/components/menuBook.vue +++ b/front/src/views/instructionManual/components/menuBook.vue @@ -32,7 +32,12 @@ -
+
{{ item.name }}
@@ -42,7 +47,12 @@ :class="item.className" :style="{ 'background-image': `url(${item.bgImg || ''})` }" >
-
+
{{ item.btnText }} >>
@@ -419,8 +429,8 @@ color: #fff; } } - .titleMargin{ - margin-bottom: 20px; + .titleMargin { + margin-bottom: 20px; padding-top: 52px; } @@ -435,14 +445,21 @@ border-radius: 2px; font-size: 16px; cursor: pointer; - + background: white; &:hover { background: #e5eefc; } } + .btn-new { + position: relative; + top: -104px; + } .img-box { - margin-bottom: 50px; + margin-bottom: 0px; + } + .img-box-new { + margin-bottom: -60px; } .service-box {