Merge branch 'feature/textDescription' into 'release/6.0.1'
商品详情页样式 See merge request !839
Showing
1 changed file
with
4 additions
and
3 deletions
@@ -47,10 +47,11 @@ $basicBtnC: #eb0313; | @@ -47,10 +47,11 @@ $basicBtnC: #eb0313; | ||
47 | } | 47 | } |
48 | 48 | ||
49 | .pro-detail * { | 49 | .pro-detail * { |
50 | - font-size: 24px !important; | 50 | + font-size: 28px !important; |
51 | color: #444; | 51 | color: #444; |
52 | - line-height: 36px !important; | ||
53 | - margin-bottom: 20px; | 52 | + line-height: 40px !important; |
53 | + margin-bottom: 40px; | ||
54 | + letter-spacing: 2px; | ||
54 | } | 55 | } |
55 | 56 | ||
56 | video { | 57 | video { |
-
Please register or login to post a comment