@@ -1,6 +1,6 @@
<template>
<div id="app">
- <navTitle></navTitle>
+ <!-- <navTitle></navTitle> -->
<div class="router-view">
<router-view></router-view>
</div>
@@ -28,10 +28,11 @@
position: absolute;
overflow-y: auto;
width: 100%;
- top: 6%;
+ top: 0%;
left: 0;
right: 0;
bottom: 46px;
- background-color: #d3d3d3;
+ /*background-color: #d3d3d3;*/
+ background-color: rgba(211, 211, 211, 0.3);
}
</style>
@@ -31,7 +31,8 @@ export default {
<style scoped>
.home-img-1{
background-color: #fff;
- padding: 5px 0;
+ margin-top: 3%;
+ padding: 3% 0;
position: relative;
.home-img-1 img{
@@ -68,7 +68,7 @@ export default {
<!-- Add "scoped" attribute to limit CSS to this component only -->
.home-list{
- margin-top: 5%;
background-color: #FFF;
.home-list ul{
@@ -80,7 +80,7 @@ export default {
width: 25%;
font-size: 13px;
list-style: none;
- margin: 10px 0;
+ margin: 5% 0;
color: #212121;
.product-icon{