...
|
...
|
@@ -60,7 +60,7 @@ |
|
|
<div class="space"></div>
|
|
|
|
|
|
<order-address :data="addressInfo"></order-address>
|
|
|
|
|
|
<div class="space"></div>
|
|
|
<div class="line"></div>
|
|
|
<div class="space"></div>
|
|
|
<!--<day-choose :chooseDay="chooseDay" :options="dayOptions" :choose="BUYER_ASK_SET_CHOOSEDAY"></day-choose>-->
|
...
|
...
|
@@ -453,6 +453,7 @@ export default { |
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
flex-direction: row;
|
|
|
align-items: center;
|
|
|
}
|
|
|
|
|
|
.body {
|
...
|
...
|
@@ -580,7 +581,7 @@ export default { |
|
|
.wordText {
|
|
|
margin-left: 10*2px;
|
|
|
font-family: "DIN Alternate";
|
|
|
font-size: 20*2px;
|
|
|
font-size: 40px;
|
|
|
height: 100%;
|
|
|
line-height: 100%;
|
|
|
color: #000;
|
...
|
...
|
@@ -588,6 +589,8 @@ export default { |
|
|
background-color: transparent;
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.sales {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
...
|
...
|
@@ -713,4 +716,8 @@ export default { |
|
|
.cube-input_active::after {
|
|
|
border-color: transparent !important;;
|
|
|
}
|
|
|
|
|
|
.cube-input-field::placeholder {
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
</style> |
...
|
...
|
|