Authored by 张文文

product ui fix review by lea.guo

@@ -425,12 +425,16 @@ export default { @@ -425,12 +425,16 @@ export default {
425 } 425 }
426 426
427 .dot { 427 .dot {
428 - width: 10px;  
429 - height: 10px;  
430 - margin: 0 5px; 428 + width: 8px;
  429 + height: 8px;
  430 + margin: 0 10px 2px;
431 border-radius: 50%; 431 border-radius: 50%;
432 432
433 &.active { 433 &.active {
  434 + margin: 2px 10px 0;
  435 + width: 12px;
  436 + height: 12px;
  437 + border-radius: 50%;
434 background-color: #08304b; 438 background-color: #08304b;
435 } 439 }
436 } 440 }
@@ -491,7 +495,7 @@ export default { @@ -491,7 +495,7 @@ export default {
491 } 495 }
492 496
493 .info { 497 .info {
494 - padding: 14px 40px; 498 + padding: 46px 40px 10px;
495 499
496 &-price { 500 &-price {
497 color: #d0021b; 501 color: #d0021b;
@@ -509,6 +513,7 @@ export default { @@ -509,6 +513,7 @@ export default {
509 } 513 }
510 514
511 &-name { 515 &-name {
  516 + margin-top: 14px;
512 font-size: 28px; 517 font-size: 28px;
513 color: #999; 518 color: #999;
514 text-align: center; 519 text-align: center;