首页 > 编程语言 >小程序样式

小程序样式

时间:2023-03-03 16:33:17浏览次数:27  
标签:bottom 样式 程序 76rpx height margin 3%

1.登出按钮


 <view class="bd_logout">退出登录</view>
.bd_logout {
  position: fixed;
  bottom: 0;
  background: #0fc693;
  width: 94%;
  color: #ffffff;
  text-align: center;
  height: 76rpx;
  line-height: 76rpx;
  border-radius: 180rpx;
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: 3%;
}

 

标签:bottom,样式,程序,76rpx,height,margin,3%
From: https://www.cnblogs.com/shusonghe/p/17176161.html

相关文章