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

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

parent 66973b92
...@@ -250,7 +250,7 @@ export default { ...@@ -250,7 +250,7 @@ export default {
padding: 0 20px 15px; padding: 0 20px 15px;
background-color: #fff; background-color: #fff;
border-radius: 10px; border-radius: 10px;
margin-bottom: 40px; margin-bottom: 30px;
} }
.header-container { .header-container {
padding-top: 20px; padding-top: 20px;
......
<template> <template>
<div class="menu"> <div class="menu">
<img <img
@click="gotopage('/services_shop')"
src="../assets/imgs/home_img_logo.png" src="../assets/imgs/home_img_logo.png"
alt alt
class="logo" class="logo"
......
...@@ -106,7 +106,7 @@ export default { ...@@ -106,7 +106,7 @@ export default {
.service_info_tab { .service_info_tab {
border: none; border: none;
box-shadow: none; box-shadow: none;
margin-bottom: 40px; margin-bottom: 30px;
} }
.service_info { .service_info {
padding: 35px 40px 40px; padding: 35px 40px 40px;
......
...@@ -454,7 +454,7 @@ export default { ...@@ -454,7 +454,7 @@ export default {
</script> </script>
<style scoped> <style scoped>
.cont { .cont {
height: calc(100vh - 140px); height: calc(100vh - 122px);
margin: 0 20px; margin: 0 20px;
} }
.row_height { .row_height {
......
...@@ -322,7 +322,7 @@ export default { ...@@ -322,7 +322,7 @@ export default {
justify-content: flex-start; justify-content: flex-start;
align-items: stretch; align-items: stretch;
margin-top: 20px; margin-top: 20px;
margin-bottom: 40px; margin-bottom: 30px;
width: 100%; width: 100%;
min-height: calc(100% - 250px); min-height: calc(100% - 250px);
background-color: #fff; background-color: #fff;
......
...@@ -128,7 +128,7 @@ export default { ...@@ -128,7 +128,7 @@ export default {
color: #264dd9; color: #264dd9;
font-size: 44px; font-size: 44px;
font-weight: bold; font-weight: bold;
margin-bottom: 40px; margin-bottom: 30px;
} }
.default_msg { .default_msg {
color: #58617a; color: #58617a;
......
...@@ -41,7 +41,7 @@ export default { ...@@ -41,7 +41,7 @@ export default {
padding: 20px; padding: 20px;
} }
.default { .default {
height: calc(100vh - 180px); height: calc(100vh - 160px);
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
......
...@@ -300,7 +300,7 @@ export default { ...@@ -300,7 +300,7 @@ export default {
padding: 25px 20px 20px; padding: 25px 20px 20px;
background-color: #fff; background-color: #fff;
border-radius: 10px; border-radius: 10px;
margin-bottom: 40px; margin-bottom: 30px;
} }
.notice_header { .notice_header {
display: flex; 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