<view class="step-count">
<view class="step-progress">
<progress percent="25" style="height:10px; width:100%" show-info="true" />
</view>
</view>
.step-count{
display: flex;
justify-content: center;
/* align-items: center; */
width: 80%;
height: 40%;
}
.step-progress {
height: 100%;
width: 80;
}
不写单位?