Authored by OF1706

Merge branch 'feature/shoppingCart' of http://git.yoho.cn/fe/yohobuy-node into feature/shoppingCart

... ... @@ -754,7 +754,6 @@
border: 1px solid $borderColor;
border-bottom-color: #fff;
dt {
line-height: 36px;
... ... @@ -775,6 +774,7 @@
dd {
display: none;
margin: 10px 0;
}
.open + dd {
... ... @@ -954,7 +954,7 @@
width: 70%;
position: absolute;
right: 0;
top: -32px;
top: -40px;
padding-right: 20px;
text-align: right;
... ... @@ -962,6 +962,7 @@
width: 100%;
position: absolute;
right: 20px;
color: $red;
background-color: #fff;
}
... ...
... ... @@ -7,7 +7,7 @@
min-width: 350px;
background: #f8f8f8;
z-index: 1001;
border: 5px solid rgba(0, 0, 0, 0.38);
border: 5px solid #5b5c5c;
.close {
position: absolute;
... ...