修改足底压力样式

This commit is contained in:
limengnan 2026-02-09 09:44:16 +08:00
parent 6e4ec82e17
commit 4137bc10d7

View File

@ -238,36 +238,30 @@
<div class="body-footbottom-left"> <div class="body-footbottom-left">
<div style="width:100%;height: 50px;"></div> <div style="width:100%;height: 50px;"></div>
<div class="body-footbottom-leftbottom"> <div class="body-footbottom-leftbottom">
<div class="body-footbottom-leftbox"> <div class="body-footbottom-leftbox" style="display: flex; justify-content: space-between;">
<span class="currencytext2" > <span class="currencytext2" >
{{ footPressure.right_front }}% {{ footPressure.right_front }}%
</span> </span>
<span class="currencytext1">右前足</span> <span class="currencytext1" style="min-width: 45px;">右前足</span>
</div> </div>
<div class="body-footbottom-leftbox"> <div class="body-footbottom-leftbox" style="display: flex; justify-content: space-between;">
<span class="currencytext2"> <span class="currencytext2">
{{ footPressure.right_rear }}% {{ footPressure.right_rear }}%
</span> </span>
<span class="currencytext1">右后足</span> <span class="currencytext1" style="min-width: 45px;">右后足</span>
</div> </div>
<!-- <div class="body-footbottom-leftbox">
<span class="currencytext1">右足总压力</span>
<span class="currencytext2">
{{ footPressure.right_total}}%
</span>
</div> -->
</div> </div>
</div> </div>
</div> </div>
<div style="display: flex;justify-content: center; width: 100%;"> <div style="display: flex;justify-content: center; width: 100%;">
<div class="body-footbottom-leftbox" style="width:calc(22% + 2px);padding-right: 10px;"> <div class="body-footbottom-leftbox" style="width:calc(22% + 4px);padding-right: 10px;">
<span class="currencytext1">左足总压力</span> <span class="currencytext1">左足总压力</span>
<span class="currencytext2"> <span class="currencytext2">
{{ footPressure.left_total}}% {{ footPressure.left_total}}%
</span> </span>
</div> </div>
<div class="body-footbottom-leftbox" style="width:calc(22% + 2px);margin-left: 20px;padding-left: 10px;"> <div class="body-footbottom-leftbox" style="width:calc(22% + 4px);margin-left: 20px;padding-left: 10px;">
<span class="currencytext2"> <span class="currencytext2">
{{ footPressure.right_total}}% {{ footPressure.right_total}}%
</span> </span>