CSS定位到最底部

<view class='sub_com'>
  <button formType="submit" disabled="{{subdisabled}}" class='sub_bott' >保存</button>
</view>
.sub_com{
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center; 
  font-size:30rpx;
  position: absolute; 
  bottom:0rpx;
  
}
.sub_bott{
  width:100%;
  background-color:#fed404;
  color:#343537;
}

CSS定位到最底部

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-07
  • 2021-09-15
  • 2021-06-29
  • 2021-08-12
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-09
  • 2022-12-23
  • 2022-12-23
  • 2022-01-08
  • 2022-01-09
相关资源
相似解决方案