Showing
1 changed file
with
9 additions
and
2 deletions
@@ -60,7 +60,7 @@ | @@ -60,7 +60,7 @@ | ||
60 | <div class="space"></div> | 60 | <div class="space"></div> |
61 | 61 | ||
62 | <order-address :data="addressInfo"></order-address> | 62 | <order-address :data="addressInfo"></order-address> |
63 | - | 63 | + <div class="space"></div> |
64 | <div class="line"></div> | 64 | <div class="line"></div> |
65 | <div class="space"></div> | 65 | <div class="space"></div> |
66 | <!--<day-choose :chooseDay="chooseDay" :options="dayOptions" :choose="BUYER_ASK_SET_CHOOSEDAY"></day-choose>--> | 66 | <!--<day-choose :chooseDay="chooseDay" :options="dayOptions" :choose="BUYER_ASK_SET_CHOOSEDAY"></day-choose>--> |
@@ -453,6 +453,7 @@ export default { | @@ -453,6 +453,7 @@ export default { | ||
453 | display: flex; | 453 | display: flex; |
454 | justify-content: space-between; | 454 | justify-content: space-between; |
455 | flex-direction: row; | 455 | flex-direction: row; |
456 | + align-items: center; | ||
456 | } | 457 | } |
457 | 458 | ||
458 | .body { | 459 | .body { |
@@ -580,7 +581,7 @@ export default { | @@ -580,7 +581,7 @@ export default { | ||
580 | .wordText { | 581 | .wordText { |
581 | margin-left: 10*2px; | 582 | margin-left: 10*2px; |
582 | font-family: "DIN Alternate"; | 583 | font-family: "DIN Alternate"; |
583 | - font-size: 20*2px; | 584 | + font-size: 40px; |
584 | height: 100%; | 585 | height: 100%; |
585 | line-height: 100%; | 586 | line-height: 100%; |
586 | color: #000; | 587 | color: #000; |
@@ -588,6 +589,8 @@ export default { | @@ -588,6 +589,8 @@ export default { | ||
588 | background-color: transparent; | 589 | background-color: transparent; |
589 | } | 590 | } |
590 | 591 | ||
592 | + | ||
593 | + | ||
591 | .sales { | 594 | .sales { |
592 | display: flex; | 595 | display: flex; |
593 | flex-direction: row; | 596 | flex-direction: row; |
@@ -713,4 +716,8 @@ export default { | @@ -713,4 +716,8 @@ export default { | ||
713 | .cube-input_active::after { | 716 | .cube-input_active::after { |
714 | border-color: transparent !important;; | 717 | border-color: transparent !important;; |
715 | } | 718 | } |
719 | + | ||
720 | + .cube-input-field::placeholder { | ||
721 | + font-size: 14px; | ||
722 | + } | ||
716 | </style> | 723 | </style> |
-
Please register or login to post a comment