Browse Source

滑动问题

master
maochaoying 2 years ago
parent
commit
b8d9f9484f
  1. 1
      index.html
  2. BIN
      logo.ico
  3. 2
      src/components/SubNavigation.vue
  4. 2
      src/pages/CaseShow.vue
  5. 1
      src/pages/Company.vue
  6. 2
      src/pages/Contact.vue

1
index.html

@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="format-detection" content="telephone=yes" />
<link rel="shortcut icon" href="./logo.ico" />
<title>产品梦工厂</title>
</head>
<body>

BIN
logo.ico

After

Width: 64  |  Height: 64  |  Size: 2.3 KiB

2
src/components/SubNavigation.vue

@ -61,7 +61,7 @@ const backPage = () => {
<style lang="scss" scoped>
.sub_navigation_container {
// height: $sub-header-height;
height: $sub-header-height;
display: flex;
align-items: center;
justify-content: space-between;

2
src/pages/CaseShow.vue

@ -86,6 +86,8 @@ onMounted(() => {
padding-top: $sub-header-height;
background: #f5f5f5;
padding-bottom: 7px;
position: relative;
overflow: hidden;
.line_cards {
display: grid;
grid-template-columns: repeat(2, 1fr);

1
src/pages/Company.vue

@ -52,6 +52,7 @@ const stopVideo = () => {
.company_container {
padding-top: $sub-header-height;
background: #fff;
overflow: hidden;
.video_wrap {
padding: 29px 7px 0 7px;
.video_container {

2
src/pages/Contact.vue

@ -60,7 +60,7 @@ onMounted(() => {
map.setHeading(64.5)
map.setTilt(73)
var sContent = `<h4 style='margin:0 0 5px 0;'>产品梦工厂</h4>
<img style='float:right;margin:0 4px 22px' id='imgDemo' src='/src/static/img/company.jpg' width='139' height='139'/>
<img style='float:right;margin:0 4px 22px' id='imgDemo' src='https://whyknown.com/static/img/d261afa741e61e20a5d8791413809cb9.company.jpg' width='139' height='139'/>
<p style='margin:0;line-height:1.5;font-size:13px;'>
北京市昌平区回龙观街道博纳集团3号楼一层
</p></div>`

Loading…
Cancel
Save