Commit 522b2148 authored by 刘殿昕's avatar 刘殿昕

修复导航栏高度引发的一堆问题,禁用logo

parent 66973b92
......@@ -250,7 +250,7 @@ export default {
padding: 0 20px 15px;
background-color: #fff;
border-radius: 10px;
margin-bottom: 40px;
margin-bottom: 30px;
}
.header-container {
padding-top: 20px;
......
<template>
<div class="menu">
<img
@click="gotopage('/services_shop')"
src="../assets/imgs/home_img_logo.png"
alt
class="logo"
......
......@@ -106,7 +106,7 @@ export default {
.service_info_tab {
border: none;
box-shadow: none;
margin-bottom: 40px;
margin-bottom: 30px;
}
.service_info {
padding: 35px 40px 40px;
......
......@@ -454,7 +454,7 @@ export default {
</script>
<style scoped>
.cont {
height: calc(100vh - 140px);
height: calc(100vh - 122px);
margin: 0 20px;
}
.row_height {
......
......@@ -322,7 +322,7 @@ export default {
justify-content: flex-start;
align-items: stretch;
margin-top: 20px;
margin-bottom: 40px;
margin-bottom: 30px;
width: 100%;
min-height: calc(100% - 250px);
background-color: #fff;
......
......@@ -128,7 +128,7 @@ export default {
color: #264dd9;
font-size: 44px;
font-weight: bold;
margin-bottom: 40px;
margin-bottom: 30px;
}
.default_msg {
color: #58617a;
......
......@@ -41,7 +41,7 @@ export default {
padding: 20px;
}
.default {
height: calc(100vh - 180px);
height: calc(100vh - 160px);
display: flex;
align-items: center;
justify-content: center;
......
......@@ -300,7 +300,7 @@ export default {
padding: 25px 20px 20px;
background-color: #fff;
border-radius: 10px;
margin-bottom: 40px;
margin-bottom: 30px;
}
.notice_header {
display: flex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment