|
@@ -40,7 +40,7 @@
|
|
|
<el-col :span="5">
|
|
|
<el-card class="box-card">
|
|
|
<el-col :span="8">
|
|
|
- <i class="icon_4 el-icon-sell"></i>
|
|
|
+ <i class="icon_4 el-icon-price-tag"></i>
|
|
|
</el-col>
|
|
|
<el-col :span="12" class="title">
|
|
|
<p><span>24</span>(单)</p>
|
|
@@ -154,14 +154,14 @@ export default {
|
|
|
padding: 10px;
|
|
|
color: #fff;
|
|
|
border-radius: 50%;
|
|
|
- background-color: rgb(253, 184, 135);
|
|
|
+ background-color: rgb(230, 237, 104);
|
|
|
}
|
|
|
.icon_4 {
|
|
|
font-size: 36px;
|
|
|
padding: 10px;
|
|
|
color: #fff;
|
|
|
border-radius: 50%;
|
|
|
- background-color: rgb(249, 254, 142);
|
|
|
+ background-color: rgb(253, 184, 135);
|
|
|
}
|
|
|
}
|
|
|
</style>
|