Authored by 沈志敏

fix bug

@@ -33,14 +33,12 @@ body { @@ -33,14 +33,12 @@ body {
33 } 33 }
34 34
35 .order-code { 35 .order-code {
36 - padding: 20px 30px; 36 + padding: 22px 30px;
37 margin-bottom: 20px; 37 margin-bottom: 20px;
38 - border-top: 1px solid #eee;  
39 - border-bottom: 1px solid #eee;  
40 38
41 p:first-of-type { 39 p:first-of-type {
42 font-size: 34px; 40 font-size: 34px;
43 - font-weight: 700; 41 + font-weight: 600;
44 } 42 }
45 43
46 p:last-of-type { 44 p:last-of-type {
@@ -53,12 +51,11 @@ body { @@ -53,12 +51,11 @@ body {
53 position: relative; 51 position: relative;
54 padding: 20px 30px 27px; 52 padding: 20px 30px 27px;
55 margin-bottom: 20px; 53 margin-bottom: 20px;
56 - border-top: 1px solid #eee;  
57 word-wrap: break-word; 54 word-wrap: break-word;
58 55
59 p:first-of-type { 56 p:first-of-type {
60 font-size: 32px; 57 font-size: 32px;
61 - font-weight: 700; 58 + font-weight: 600;
62 59
63 span { 60 span {
64 margin-right: 40px; 61 margin-right: 40px;
@@ -84,7 +81,6 @@ body { @@ -84,7 +81,6 @@ body {
84 81
85 .order-goods { 82 .order-goods {
86 padding-top: 20px; 83 padding-top: 20px;
87 - border-top: 1px solid #eee;  
88 border-bottom: 1px solid #eee; 84 border-bottom: 1px solid #eee;
89 85
90 .goods-info { 86 .goods-info {
@@ -178,7 +174,7 @@ body { @@ -178,7 +174,7 @@ body {
178 } 174 }
179 175
180 .order-amount { 176 .order-amount {
181 - padding: 30px 20px; 177 + padding: 26px 30px;
182 margin-bottom: 20px; 178 margin-bottom: 20px;
183 border-bottom: 1px solid #eee; 179 border-bottom: 1px solid #eee;
184 text-align: right; 180 text-align: right;
@@ -224,6 +220,7 @@ body { @@ -224,6 +220,7 @@ body {
224 text-align: right; 220 text-align: right;
225 221
226 a { 222 a {
  223 + display: inline-block;
227 padding: 0 20px; 224 padding: 0 20px;
228 height: 68px; 225 height: 68px;
229 line-height: 68px; 226 line-height: 68px;
@@ -234,6 +231,7 @@ body { @@ -234,6 +231,7 @@ body {
234 background: $white; 231 background: $white;
235 font-size: 28px; 232 font-size: 28px;
236 margin-right: 10px; 233 margin-right: 10px;
  234 + width: 192px;
237 } 235 }
238 236
239 button { 237 button {
@@ -260,7 +258,7 @@ body { @@ -260,7 +258,7 @@ body {
260 } 258 }
261 259
262 &.normal { 260 &.normal {
263 - width: 188px; 261 + width: 192px;
264 padding: 0; 262 padding: 0;
265 border: 1px solid $black; 263 border: 1px solid $black;
266 color: $black; 264 color: $black;