Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop
Showing
2 changed files
with
10 additions
and
0 deletions
@@ -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, |
-
Please register or login to post a comment