Commit c082de7181ebf4c0560b62e21972beae2c37bd82

Authored by liuqimichale
1 parent 2b42422c

回到顶部

webintroduce/src/App.vue
@@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
7 </keep-alive> 7 </keep-alive>
8 </transition> 8 </transition>
9 <VFooter v-if="footerShow"></VFooter> 9 <VFooter v-if="footerShow"></VFooter>
10 - <div id="backToTop" class="backToTop" @click="scrollIntoView">回到顶部</div> 10 + <div id="backToTop" class="backToTop" @click="scrollIntoView"></div>
11 </div> 11 </div>
12 </template> 12 </template>
13 13
@@ -98,11 +98,12 @@ export default { @@ -98,11 +98,12 @@ export default {
98 } 98 }
99 .backToTop{ 99 .backToTop{
100 position: fixed; 100 position: fixed;
101 - width: 100px;  
102 - height: 40px;  
103 - background-color: #f00; 101 + width: 22px;
  102 + height: 22px;
  103 + background: url("assets/images/back.png") no-repeat;
104 right:10px; 104 right:10px;
105 bottom: 10px; 105 bottom: 10px;
106 display: none; 106 display: none;
  107 + cursor: pointer;
107 } 108 }
108 </style> 109 </style>
webintroduce/src/assets/images/back.png 0 → 100644

1.21 KB

webintroduce/src/views/enterprise.vue
@@ -5,6 +5,11 @@ @@ -5,6 +5,11 @@
5 <p class="main-title">城市级智慧停车运营管理云平台</p> 5 <p class="main-title">城市级智慧停车运营管理云平台</p>
6 <p class="sub-title">一城一网一平台 一车一位一编号</p> 6 <p class="sub-title">一城一网一平台 一车一位一编号</p>
7 </div> 7 </div>
  8 + </div>
  9 +
  10 + <div class="introduce-main">
  11 + <p class="main-title">城市级智慧停车运营管理云平台</p>
  12 + <p class="main-des">城市级智慧停车管理云平台,通过物联网、云计算以及互联网技术,深度整合城市停车资源,对城市路内停车管理以及封闭式停车管理建立统一管理平台,真正实现“一城一网一平台,一车一位一编号”,推进停车位资源优化配置,实现城市停车标准化、精细化管理,盘活停车泊位存量,优化泊位增量,规范停车秩序,解决停车难题,提高城市停车治理水平</p>
8 13
9 </div> 14 </div>
10 15
@@ -37,4 +42,9 @@ export default { @@ -37,4 +42,9 @@ export default {
37 font-size: 42px; 42 font-size: 42px;
38 color: rgba(255,255,255,.8); 43 color: rgba(255,255,255,.8);
39 } 44 }
  45 + .introduce-main{
  46 + height: 860px;
  47 + padding: 82px 0;
  48 + background: $baseBgColor;
  49 + }
40 </style> 50 </style>