Authored by 王水玲

mip

... ... @@ -7,6 +7,13 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
font-size: 100%;
}
body, html {
width: 100%;
font-size: 12px;
font-family: helvetica,Arial,黑体,sans-serif;
line-height: 1.4;
}
ol, ul {
list-style: none;
}
... ...
ul,
li {
list-style: none;
}
.good-list-page {
min-height: 440px;
}
... ... @@ -113,7 +118,7 @@
.shop-tabs {
display: flex;
justify-content: space-around;
width: 100%;
width: 66% !important;
font-size: 15px;
line-height: 40px;
border-top: 1PX solid #dededf;
... ... @@ -121,6 +126,28 @@
background-color: #fff;
}
.goods-tab-area {
position: relative;
}
.all-goods-tab {
position: absolute;
right: 0;
top: 0;
color: #dededf!important;
transform-origin: 0px 0px 0px;
opacity: 1;
transform: scale(1, 1);
float: left;
line-height: 44px;
width: 34%;
text-align: center;
font-size: 15px;
color: #999;
border-top: 1px solid #dededf;
border-bottom: 1px solid #dededf;
}
.shop-tabs em {
color: #dededf;
}
... ...
ul,
li {
list-style: none;
}
.reds-shop .pull-left {
float: left;
}
... ... @@ -70,7 +75,7 @@
.shop-tabs {
display: flex;
justify-content: space-around;
width: 100%;
width: 66% !important;
font-size: 15px;
line-height: 40px;
border-top: 1PX solid #dededf;
... ... @@ -78,6 +83,28 @@
background-color: #fff;
}
.goods-tab-area {
position: relative;
}
.all-goods-tab {
position: absolute;
right: 0;
top: 0;
color: #dededf!important;
transform-origin: 0px 0px 0px;
opacity: 1;
transform: scale(1, 1);
float: left;
line-height: 44px;
width: 34%;
text-align: center;
font-size: 15px;
color: #999;
border-top: 1px solid #dededf;
border-bottom: 1px solid #dededf;
}
.shop-tabs em {
color: #dededf;
}
... ...
... ... @@ -30,21 +30,17 @@
</mip-lightbox>
{{/ shopInfo}}
<div class="goods-tab-area">
<mip-vd-tabs class="tab">
<section class="shop-tabs tab-navs">
<li class="shop-tab-nav tab-nav active">
<span data-target="#red-index" data-trigger="tab" data-funHome>首页</span>
<span>首页</span>
<em>|</em>
</li>
<li class="shop-tab-nav tab-nav">
<span data-target="#all-goods" data-trigger="tab" data-funGetNewGoods>新品</span>
<span>新品</span>
<em>|</em>
</li>
<li class="shop-tab-nav tab-nav">
<a href="{{allGoodsUrl}}">
<span data-target="#all-goods" data-trigger="tab" data-funGetAllGoods>全部商品</span>
</a>
</li>
</section>
{{!--shop-tab: 首页--}}
<div id="red-index" class="tab-panel red-shop-index">
... ... @@ -68,6 +64,10 @@
</div>
</div>
</mip-vd-tabs>
<a href="{{allGoodsUrl}}" class="all-goods-tab">
<span>全部商品</span>
</a>
</div>
</div>
{{> mip-suspend-cart}}
{{> mip-footer}}
\ No newline at end of file
... ...
... ... @@ -22,6 +22,7 @@
{{/if}}
</div>
<div class="goods-tab-area">
<mip-vd-tabs class="tab">
<section class="shop-tabs tab-navs">
<li class="shop-tab-nav tab-nav active">
... ... @@ -32,11 +33,6 @@
<span data-target="#all-goods" data-trigger="tab" data-funGetNewGoods>新品</span>
<em>|</em>
</li>
<li class="shop-tab-nav tab-nav">
<a href="{{allGoodsUrl}}">
<span data-target="#all-goods" data-trigger="tab" data-funGetAllGoods>全部商品</span>
</a>
</li>
</section>
{{!--shop-tab: 首页--}}
<div id="red-index" class="tab-panel red-shop-index">
... ... @@ -64,6 +60,10 @@
</div>
</div>
</mip-vd-tabs>
<a href="{{allGoodsUrl}}" class="all-goods-tab">
<span data-target="#all-goods" data-trigger="tab" data-funGetAllGoods>全部商品</span>
</a>
</div>
</div>
{{> mip-suspend-cart}}
{{> mip-shop-footer}}
\ No newline at end of file
... ...