Authored by OF1706

修改

... ... @@ -30,14 +30,14 @@
<div class="price">
{{#if salePrice}}
<span class="oldprice">活动价:<del>{{marketPrice}}</del></span>
<span class="newprice">现价:<b class="promotion-price">{{salePrice}}</b></span>
<span class="newprice">&#12288;价:<b class="promotion-price">{{salePrice}}</b></span>
{{^}}
<span class="newprice {{#presalePrice}}none{{/presalePrice}}">原价:<b class="promotion-price">{{marketPrice}}</b></span>
<span class="newprice {{#presalePrice}}none{{/presalePrice}}">&#12288;价:<b class="promotion-price">{{marketPrice}}</b></span>
{{/if}}
{{#if presalePrice}}
<span class="newprice">预售价:<b class="promotion-price">{{presalePrice}}</b></span>
<span class="oldprice">原价:<del>{{marketPrice}}</del></span>
<span class="oldprice">&#12288;价:<del>{{marketPrice}}</del></span>
{{/if}}
{{#arrivalDate}}
<span class="arrivalDate">上市期:{{arrivalDate}}</span>
... ...
.cart-togetherGoods {
margin-left: -350px;
width: 700px;
width: 690px;
padding-top: 30px;
padding-bottom: 25px;
height: auto;
overflow: hidden;
background: #fff;
... ... @@ -21,8 +23,7 @@
}
.detail-body {
width: 611px;
padding: 15px 15px 10px 15px;
width: 583px;
margin: 0 auto;
*zoom: 1;
box-sizing: border-box;
... ...
... ... @@ -22,7 +22,7 @@
z-index: 100;
background: #000;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
opacity: 0.2;
opacity: 0.4;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
... ... @@ -47,14 +47,13 @@
.mmodal-dialog {
position: fixed;
padding: 20px;
top: 50%;
left: 50%;
min-height: 130px;
min-width: 350px;
background: #f8f8f8;
z-index: 1001;
border: 5px solid rgba(0, 0, 0, 0.38);
border: 5px solid #5f5f5f;
.close {
position: absolute;
... ... @@ -362,7 +361,7 @@
padding-left:30px;
}
a {
color: #468fa2;
color: #0883de;
}
}
}
... ... @@ -1059,7 +1058,11 @@
}
.sale-info-title {
display: inline-block;
padding: 0 10px;
width: 80px;
height: 20px;
line-height: 20px;
text-align: center;
box-sizing: border-box;
font-size: 12px;
font-weight: 300;
color: #000;
... ... @@ -1091,14 +1094,15 @@
box-sizing: border-box;
border: 1px solid #000;
z-index: 19;
margin-top: -1px;
padding: 0 10px;
margin-top: -3px;
padding: 5px 10px;
background-color: #fff;
li {
position: relative;
width: 190px;
text-align: left;
font-size: 12px;
line-height: 20px;
font-weight: 300;
color: #000;
text-align: justify;
... ... @@ -1419,7 +1423,7 @@
&.bottom-tab {
height: 40px;
line-height:40px;
line-height:39px;
border-bottom: 1px solid #dcdcdc;
.bottom-title {
... ... @@ -1430,9 +1434,7 @@
font-weight: 300;
color: #444;
display: inline-block;
font-weight: normal;
cursor: pointer;
}
.change {
color: #444;
... ... @@ -1452,7 +1454,7 @@
}
}
.cur {
border-bottom: 2px solid #3a3a3a;
border-bottom: 3px solid #3a3a3a;
}
}
... ... @@ -1560,22 +1562,28 @@
.img-brand-switch {
a{
position: absolute;
top: 131px;
font-size: 20px;
color: #000;
width: 30px;
height: 30px;
top: 126px;
font-size: 26px;
color: #3a3a3a;
width: 40px;
height: 40px;
padding: 0;
text-align: center;
background-color: #e1e1e1;
&:before {
display: inline-block;
margin-top: 5px;
margin-top: 8px;
}
&.active{
background-color: #e9e9e9;
border: none;
}
&.next {
&:before {
margin-top: 7px;
margin-left: 3px;
}
}
}
.next {
right: 0px;
... ... @@ -1599,6 +1607,7 @@
}
.r-dialog{
padding: 74px 20px 40px 20px;
border-color: #5f5f5f;
.close {
top: 16px;
... ...
... ... @@ -68,7 +68,7 @@ a {
position: absolute;
z-index: 100;
background: #000;
opacity: 0.2;
opacity: 0.4;
top: 0;
left: 0;
}
... ...