|
|
@@ -23,7 +23,7 @@
|
|
|
<img src="@assets/info_icon_time2.png" alt="" />
|
|
|
<span>一口价成交</span>
|
|
|
</div>
|
|
|
- <div class="price-right" v-else>
|
|
|
+ <div class="price-right isEnd" v-else>
|
|
|
<span>{{ timeText }}</span>
|
|
|
<span class="time-box">{{ time }}</span>
|
|
|
</div>
|
|
|
@@ -515,7 +515,7 @@ export default {
|
|
|
min-width: 22px;
|
|
|
height: 22px;
|
|
|
display: inline-block;
|
|
|
- color: #cc9163;
|
|
|
+ color: #ff7f1f;
|
|
|
line-height: 22px;
|
|
|
text-align: center;
|
|
|
background-color: #fff;
|
|
|
@@ -537,6 +537,10 @@ export default {
|
|
|
font-weight: normal;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ &.isEnd {
|
|
|
+ justify-content: flex-end;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -685,6 +689,7 @@ export default {
|
|
|
margin-left: 31px;
|
|
|
.flex();
|
|
|
.van-button {
|
|
|
+ --van-button-primary-background-color: #3ab200;
|
|
|
flex-grow: 1;
|
|
|
font-weight: bold;
|
|
|
/deep/.van-button__text {
|
|
|
@@ -696,7 +701,7 @@ export default {
|
|
|
font-weight: normal;
|
|
|
transform: scale(0.83);
|
|
|
text-align: center;
|
|
|
- margin-top: 2px;
|
|
|
+ margin-top: 3px;
|
|
|
.van-count-down {
|
|
|
color: #fff;
|
|
|
}
|
|
|
@@ -721,14 +726,14 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+.card-content {
|
|
|
+ background-color: #131313;
|
|
|
+}
|
|
|
.record-item {
|
|
|
.flex();
|
|
|
font-size: 12px;
|
|
|
color: #939599;
|
|
|
line-height: 17px;
|
|
|
- margin-top: 10px;
|
|
|
-
|
|
|
span {
|
|
|
&:first-child {
|
|
|
width: 20%;
|
|
|
@@ -751,6 +756,9 @@ export default {
|
|
|
color: @prim;
|
|
|
}
|
|
|
}
|
|
|
+.record-item + .record-item {
|
|
|
+ margin-top: 10px;
|
|
|
+}
|
|
|
|
|
|
.dark {
|
|
|
background-color: #0f0f0f;
|