修改足底压力样式
This commit is contained in:
parent
6e4ec82e17
commit
4137bc10d7
@ -238,36 +238,30 @@
|
||||
<div class="body-footbottom-left">
|
||||
<div style="width:100%;height: 50px;"></div>
|
||||
<div class="body-footbottom-leftbottom">
|
||||
<div class="body-footbottom-leftbox">
|
||||
<span class="currencytext2">
|
||||
<div class="body-footbottom-leftbox" style="display: flex; justify-content: space-between;">
|
||||
<span class="currencytext2" >
|
||||
{{ footPressure.right_front }}%
|
||||
</span>
|
||||
<span class="currencytext1">右前足</span>
|
||||
<span class="currencytext1" style="min-width: 45px;">右前足</span>
|
||||
|
||||
</div>
|
||||
<div class="body-footbottom-leftbox">
|
||||
<div class="body-footbottom-leftbox" style="display: flex; justify-content: space-between;">
|
||||
<span class="currencytext2">
|
||||
{{ footPressure.right_rear }}%
|
||||
</span>
|
||||
<span class="currencytext1">右后足</span>
|
||||
<span class="currencytext1" style="min-width: 45px;">右后足</span>
|
||||
</div>
|
||||
<!-- <div class="body-footbottom-leftbox">
|
||||
<span class="currencytext1">右足总压力</span>
|
||||
<span class="currencytext2">
|
||||
{{ footPressure.right_total}}%
|
||||
</span>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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="currencytext2">
|
||||
{{ footPressure.left_total}}%
|
||||
</span>
|
||||
</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">
|
||||
{{ footPressure.right_total}}%
|
||||
</span>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user