Commit 66973b92 authored by 刘殿昕's avatar 刘殿昕

导航栏84-58

parent a978d92c
...@@ -677,7 +677,7 @@ border-radius:8px; ...@@ -677,7 +677,7 @@ border-radius:8px;
padding: 0 20px; padding: 0 20px;
} }
.apaas_detail_container .main_contaner { .apaas_detail_container .main_contaner {
min-height: calc(100vh - 84px - 83px); min-height: calc(100vh - 58px - 83px);
flex-grow: 1; flex-grow: 1;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
...@@ -692,11 +692,11 @@ border-radius:8px; ...@@ -692,11 +692,11 @@ border-radius:8px;
justify-content: space-between; justify-content: space-between;
} }
.apaas_detail_container .main_contaner.locked_height { .apaas_detail_container .main_contaner.locked_height {
height: calc(100vh - 84px - 83px); height: calc(100vh - 58px - 83px);
min-height: 400px; min-height: 400px;
} }
.apaas_detail_container .main_contaner.locked_height_900 { .apaas_detail_container .main_contaner.locked_height_900 {
height: calc(100vh - 84px - 83px); height: calc(100vh - 58px - 83px);
min-height: 900px; min-height: 900px;
} }
.apaas_detail_container .detail_action { .apaas_detail_container .detail_action {
......
...@@ -250,14 +250,14 @@ export default { ...@@ -250,14 +250,14 @@ export default {
<style scoped> <style scoped>
.menu { .menu {
width: 100%; width: 100%;
height: 84px; height: 58px;
background-color: #0f2683; background-color: #0f2683;
color: #8390ee; color: #8390ee;
line-height: 84px; line-height: 58px;
} }
.logo { .logo {
float: left; float: left;
margin: 30px 0 0 40px; margin: 15px 0 0 40px;
cursor: pointer; cursor: pointer;
} }
.user { .user {
...@@ -280,7 +280,7 @@ export default { ...@@ -280,7 +280,7 @@ export default {
.user_default { .user_default {
float: right; float: right;
margin-right: 10px; margin-right: 10px;
margin-top: 30px; margin-top: 18px;
} }
.car { .car {
float: right; float: right;
...@@ -297,7 +297,7 @@ export default { ...@@ -297,7 +297,7 @@ export default {
height: 20px; height: 20px;
text-align: center; text-align: center;
left: 45px; left: 45px;
top: 31px; top: 18px;
z-index: 2; z-index: 2;
} }
.car_img { .car_img {
...@@ -308,7 +308,7 @@ export default { ...@@ -308,7 +308,7 @@ export default {
float: right; float: right;
width: 185px; width: 185px;
font-size: 16px; font-size: 16px;
height: 84px; height: 58px;
text-align: center; text-align: center;
cursor: pointer; cursor: pointer;
position: relative; position: relative;
...@@ -322,7 +322,7 @@ export default { ...@@ -322,7 +322,7 @@ export default {
background-color: #e56600; background-color: #e56600;
border-radius: 3px; border-radius: 3px;
position: absolute; position: absolute;
bottom: 10px; bottom: 4px;
left: calc(50% - 12px); left: calc(50% - 12px);
} }
.user_menu { .user_menu {
...@@ -331,7 +331,7 @@ export default { ...@@ -331,7 +331,7 @@ export default {
box-shadow: 0px 3px 6px 0px rgba(15, 19, 65, 0.05); box-shadow: 0px 3px 6px 0px rgba(15, 19, 65, 0.05);
border-radius: 8px; border-radius: 8px;
position: absolute; position: absolute;
top: 70px; top: 56px;
left: -20px; left: -20px;
overflow: hidden; overflow: hidden;
font-size: 14px; font-size: 14px;
...@@ -344,7 +344,7 @@ export default { ...@@ -344,7 +344,7 @@ export default {
box-shadow: 0px 3px 6px 0px rgba(15, 19, 65, 0.05); box-shadow: 0px 3px 6px 0px rgba(15, 19, 65, 0.05);
border-radius: 8px; border-radius: 8px;
position: absolute; position: absolute;
top: 80px; top: 56px;
left: -20px; left: -20px;
overflow: hidden; overflow: hidden;
display: none; display: none;
...@@ -384,7 +384,7 @@ export default { ...@@ -384,7 +384,7 @@ export default {
height: 16px; height: 16px;
background-color: #fff; background-color: #fff;
position: absolute; position: absolute;
top: 62px; top: 50px;
transform: rotate(45deg); transform: rotate(45deg);
display: none; display: none;
} }
...@@ -393,7 +393,7 @@ export default { ...@@ -393,7 +393,7 @@ export default {
height: 16px; height: 16px;
background-color: #fff; background-color: #fff;
position: absolute; position: absolute;
top: 72px; top: 50px;
left: 20px; left: 20px;
transform: rotate(45deg); transform: rotate(45deg);
display: none; display: none;
...@@ -479,8 +479,8 @@ export default { ...@@ -479,8 +479,8 @@ export default {
border-radius: 50%; border-radius: 50%;
background-color: #e56600; background-color: #e56600;
position: absolute; position: absolute;
top: 23px; top: 15px;
left: 15px; left: 18px;
} }
</style> </style>
<style> <style>
......
...@@ -110,7 +110,7 @@ export default { ...@@ -110,7 +110,7 @@ export default {
.service_shop_menu { .service_shop_menu {
background-color: #0d1847; background-color: #0d1847;
position: fixed; position: fixed;
top: 84px; top: 58px;
left: 0; left: 0;
width: 180px; width: 180px;
height: 100%; height: 100%;
......
...@@ -81,7 +81,7 @@ export default { ...@@ -81,7 +81,7 @@ export default {
<style scoped> <style scoped>
.fwgl_container { .fwgl_container {
height: calc(100vh - 84px); height: calc(100vh - 58px);
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
align-items: stretch; align-items: stretch;
......
...@@ -299,7 +299,7 @@ export default { ...@@ -299,7 +299,7 @@ export default {
.detail_contain { .detail_contain {
width: 100%; width: 100%;
padding: 0 20px; padding: 0 20px;
height: calc(100% - 84px); height: calc(100% - 58px);
margin-bottom: 20px; margin-bottom: 20px;
} }
.info_contain { .info_contain {
......
...@@ -130,7 +130,7 @@ export default { ...@@ -130,7 +130,7 @@ export default {
<style scoped> <style scoped>
.fwgl_container { .fwgl_container {
height: calc(100vh - 84px); height: calc(100vh - 58px);
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
align-items: stretch; align-items: stretch;
......
...@@ -30,7 +30,7 @@ export default { ...@@ -30,7 +30,7 @@ export default {
<style scoped> <style scoped>
.index_container { .index_container {
margin-top: 84px; margin-top: 58px;
min-height: 200px; min-height: 200px;
/* overflow-x: hidden; /* overflow-x: hidden;
overflow-y: auto; */ overflow-y: auto; */
......
...@@ -75,7 +75,7 @@ export default { ...@@ -75,7 +75,7 @@ export default {
<style scoped> <style scoped>
.fwgl_container { .fwgl_container {
height: calc(100vh - 84px); height: calc(100vh - 58px);
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
align-items: stretch; align-items: stretch;
......
...@@ -264,7 +264,7 @@ export default { ...@@ -264,7 +264,7 @@ export default {
background-color: #f6f7fb; background-color: #f6f7fb;
padding: 20px; padding: 20px;
padding-top: 0px; padding-top: 0px;
height: calc(100vh - 84px); height: calc(100vh - 58px);
} }
.now_page_title { .now_page_title {
margin: 15px 0; margin: 15px 0;
......
...@@ -52,7 +52,7 @@ export default { ...@@ -52,7 +52,7 @@ export default {
<style scoped> <style scoped>
.fwgl_container { .fwgl_container {
height: calc(100vh - 84px); height: calc(100vh - 58px);
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
align-items: stretch; align-items: stretch;
......
...@@ -50,7 +50,7 @@ export default { ...@@ -50,7 +50,7 @@ export default {
<style scoped> <style scoped>
.process_container { .process_container {
height: calc(100vh - 84px); height: calc(100vh - 58px);
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
align-items: stretch; align-items: stretch;
......
...@@ -51,7 +51,7 @@ export default { ...@@ -51,7 +51,7 @@ export default {
<style scoped> <style scoped>
.fwgl_container { .fwgl_container {
height: calc(100vh - 84px); height: calc(100vh - 58px);
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
align-items: stretch; align-items: stretch;
......
...@@ -53,7 +53,7 @@ export default { ...@@ -53,7 +53,7 @@ export default {
<style scoped> <style scoped>
.yygl_container { .yygl_container {
height: calc(100vh - 84px); height: calc(100vh - 58px);
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
align-items: stretch; align-items: stretch;
......
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