Showing
2 changed files
with
6 additions
and
5 deletions
1 | <template> | 1 | <template> |
2 | <div class="select-header"> | 2 | <div class="select-header"> |
3 | <div class="title">{{title}}</div> | 3 | <div class="title">{{title}}</div> |
4 | - <a href="javascript:;" class="btn-sure" @click="selected">确定</a> | 4 | + <a class="btn-sure" @click="selected">确定</a> |
5 | </div> | 5 | </div> |
6 | </template> | 6 | </template> |
7 | 7 |
@@ -51,7 +51,7 @@ | @@ -51,7 +51,7 @@ | ||
51 | .product-name { | 51 | .product-name { |
52 | margin-top: 20px; | 52 | margin-top: 20px; |
53 | max-width: 200px; | 53 | max-width: 200px; |
54 | - font-size: 32px; | 54 | + font-size: 22px; |
55 | color: #000; | 55 | color: #000; |
56 | white-space: nowrap; | 56 | white-space: nowrap; |
57 | overflow: hidden; | 57 | overflow: hidden; |
@@ -61,14 +61,15 @@ | @@ -61,14 +61,15 @@ | ||
61 | .price .discount { | 61 | .price .discount { |
62 | margin-top: 10px; | 62 | margin-top: 10px; |
63 | color: #f00; | 63 | color: #f00; |
64 | - font-size: 32px; | 64 | + font-size: 22px; |
65 | display: inline-block; | 65 | display: inline-block; |
66 | margin-left: 7px; | 66 | margin-left: 7px; |
67 | + vertical-align: bottom; | ||
67 | } | 68 | } |
68 | 69 | ||
69 | .price .market { | 70 | .price .market { |
70 | - margin-left: 10px; | ||
71 | - font-size: 22px; | 71 | + margin-left: 5px; |
72 | + font-size: 18px; | ||
72 | margin-top: 10px; | 73 | margin-top: 10px; |
73 | color: #b0b0b0; | 74 | color: #b0b0b0; |
74 | } | 75 | } |
-
Please register or login to post a comment