Authored by 毕凯

Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop

@@ -35,6 +35,7 @@ @@ -35,6 +35,7 @@
35 35
36 .sum-cost { 36 .sum-cost {
37 color: #e01; 37 color: #e01;
  38 + margin-left: 5px;
38 } 39 }
39 40
40 .order-opt { 41 .order-opt {
@@ -31,6 +31,15 @@ $basicBtnC:#eb0313; @@ -31,6 +31,15 @@ $basicBtnC:#eb0313;
31 margin-bottom: pxToRem(20px); 31 margin-bottom: pxToRem(20px);
32 font-size: pxToRem(24px); 32 font-size: pxToRem(24px);
33 line-height: pxToRem(36px); 33 line-height: pxToRem(36px);
  34 +
  35 + b {
  36 + font-weight: bold;
  37 + }
  38 +
  39 + i {
  40 + font-style: italic;
  41 + }
  42 +
34 &.table { 43 &.table {
35 @include flexbox(( 44 @include flexbox((
36 display: box, 45 display: box,