Authored by ccbikai(👎🏻🍜)

Merge branch 'master' into feature/custom

... ... @@ -11,7 +11,7 @@
<meta content="telephone=no" name="format-detection" />
<meta content="email=no" name="format-detection" />
{{# cononical}}
<link rel=”cononical” href={{currentHref}}/>
<link rel="cononical" href="{{currentHref}}"/>
{{/ cononical}}
{{#dnsPrefetch.hosts}}
<link rel="dns-prefetch" href="{{this}}">
... ...
{
"name": "m-yohobuy-node",
"version": "5.3.15",
"version": "5.3.16",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...
... ... @@ -45,30 +45,26 @@
}
}
.banner-list {
height: 100PX;
}
.banner-center-swiper {
background: #fff;
width: 100%;
height: 100PX;
height: 200px;
overflow: hidden;
.banner-list {
height: 100PX;
height: 200px;
li {
float: left;
width: 100%;
height: 100PX;
height: 200px;
a {
position: relative;
display: block;
width: 100%;
height: 100%;
line-height: 100PX;
line-height: 200px;
font-size: 0;
}
... ...