|
@@ -7,7 +7,7 @@
|
|
|
<svg width="100" height="100">
|
|
|
<circle
|
|
|
fill="none"
|
|
|
- stroke="#F4D022"
|
|
|
+ stroke="#a67e4b"
|
|
|
stroke-width="5"
|
|
|
cx="50"
|
|
|
cy="50"
|
|
@@ -17,7 +17,7 @@
|
|
|
/>
|
|
|
<polyline
|
|
|
fill="none"
|
|
|
- stroke="#F4D022"
|
|
|
+ stroke="#a67e4b"
|
|
|
stroke-width="6"
|
|
|
points="16.5,53.5 45.25,71 78,34.5"
|
|
|
stroke-linecap="round"
|
|
@@ -27,7 +27,7 @@
|
|
|
</svg>
|
|
|
</div>
|
|
|
<div class="tc" style="margin: -10px 0 30px 0">
|
|
|
- <p style="color: #959595">恭喜您,下单成功!</p>
|
|
|
+ <p style="color: #a67e4b">恭喜您,下单成功!</p>
|
|
|
</div>
|
|
|
<div class="yingdao clear" v-if="ok">
|
|
|
<van-button
|
|
@@ -106,7 +106,7 @@ export default {
|
|
|
.orderRes {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
- background: #fafafa;
|
|
|
+ background: #e6e6dc !important;
|
|
|
.dagou {
|
|
|
display: flex;
|
|
|
width: 100%;
|
|
@@ -166,14 +166,16 @@ export default {
|
|
|
&:first-child {
|
|
|
margin: 0 13% 0 6.5%;
|
|
|
color: #333;
|
|
|
- background: linear-gradient(0deg, #f4d022 0%, #f4d022 100%);
|
|
|
+ background: linear-gradient(0deg, #a67e4b, #efc180);
|
|
|
+ // background: linear-gradient(0deg, #f4d022 0%, #f4d022 100%);
|
|
|
border: 0;
|
|
|
}
|
|
|
&:last-child {
|
|
|
margin: 0 6.5% 0 13%;
|
|
|
- color: #333;
|
|
|
- background: #f2f2f2;
|
|
|
- border: 0px;
|
|
|
+ color: #a67e4b;
|
|
|
+ // background: #f2f2f2;
|
|
|
+ border: 1px solid #a67e4b;
|
|
|
+ background: #e6e6dc;
|
|
|
// border-color: rgb(255, 131, 39);
|
|
|
// color: rgb(255, 131, 39);
|
|
|
}
|