.wxml
<view class=‘text_align‘ >水平居中</view>
<view class=‘line_height‘ >垂直居中</view>
<view class=‘center‘ >水平居中||垂直居中</view>
.wxss
.text_align{
width: 350rpx;
height: 350rpx;
background-color: gray;
text-align: center; /** 水平居中 **/
}
.line_height{
width: 350rpx;
height: 350rpx;
background-color: orange;
line-height: 350rpx; /** 垂直居中 **/
}
.center{
width: 350rpx;
height: 350rpx;
background-color: brown;
line-height: 350rpx; /** 垂直居中 **/
text-align: center; /** 水平居中 **/
}
相关文章
- 11-04微信小程序--扫描二维码
- 11-04微信小程序页面3秒后自动跳转
- 11-04微信移动端web页面调试小技巧
- 11-04微信小程序之顶部固定和底部固定
- 11-04微信小程序回到顶部的两种方式
- 11-04微信官方小程序示例demo 微信开发者工具打开不显示云开发按钮
- 11-04关于微信小程序中组件和页面对全局样式的继承性
- 11-04微信小程序初识
- 11-04微信如何获取unionid 并且打通微信公众号和小程序
- 11-04fiddler抓取夜神模拟中 微信小程序和app的https数据包