This commit is contained in:
952108534@qq.com 2022-01-24 14:48:10 +08:00
parent 4be3eb430e
commit adf7febb65
2 changed files with 5 additions and 5 deletions

View File

@ -279,7 +279,7 @@
align-items: center; align-items: center;
height: 164px; height: 164px;
.rc-usercenter{ .rc-usercenter{
width: 25%; width: 27%;
em{ em{
font-size: 18px; font-size: 18px;
} }
@ -329,7 +329,7 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
width: 58%; width: 56%;
font-size: 20px; font-size: 20px;
color: #E1001A; color: #E1001A;
font-weight: bold; font-weight: bold;

View File

@ -58,9 +58,9 @@
<i>{{item.ecPrice}}</i> <i>{{item.ecPrice}}</i>
</div> </div>
<div class="rc-userbottomm"> <div class="rc-userbottomm">
<i>{{ item.userprice }}</i> <i>{{ item.ecPrice }}</i>
<span>{{ item.orderstype }}</span> <span>{{ item.pcs }}</span>
<i>{{ item.userprice }}</i> <i>{{ item.salesAmount }}</i>
</div> </div>
</div> </div>